Skip to content

Commit bc9462f

Browse files
author
danielsum
committed
feat: rename package
1 parent d943185 commit bc9462f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "blok/laravel-repository",
2+
"name": "uptoolkit/laravel-repository",
33
"description": "Opinionated Laravel Repository helper package",
4-
"homepage": "https://gitlab.com/cherrypulp/libraries/laravel-repository",
4+
"homepage": "https://github.com/uptoolkit/laravel-repository",
55
"license": "MIT",
66
"keywords": [
77
"repository"
@@ -10,7 +10,7 @@
1010
"authors": [
1111
{
1212
"name": "Daniel Sum",
13-
"email": "daniel@cherrypulp.com"
13+
"email": "daniel@sum.consulting"
1414
}
1515
],
1616
"require": {
@@ -19,8 +19,7 @@
1919
"blok/utils" : "*"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "~3.6.0",
23-
"phpunit/phpunit": "~7.0"
22+
2423
},
2524
"autoload": {
2625
"psr-4": {

0 commit comments

Comments
 (0)