Skip to content

Commit

Permalink
feat: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsum committed Dec 7, 2023
1 parent d943185 commit bc9462f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blok/laravel-repository",
"name": "uptoolkit/laravel-repository",
"description": "Opinionated Laravel Repository helper package",
"homepage": "https://gitlab.com/cherrypulp/libraries/laravel-repository",
"homepage": "https://github.com/uptoolkit/laravel-repository",
"license": "MIT",
"keywords": [
"repository"
Expand All @@ -10,7 +10,7 @@
"authors": [
{
"name": "Daniel Sum",
"email": "daniel@cherrypulp.com"
"email": "daniel@sum.consulting"
}
],
"require": {
Expand All @@ -19,8 +19,7 @@
"blok/utils" : "*"
},
"require-dev": {
"orchestra/testbench": "~3.6.0",
"phpunit/phpunit": "~7.0"

},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bc9462f

Please sign in to comment.