We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d943185 commit bc9462fCopy full SHA for bc9462f
composer.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "blok/laravel-repository",
+ "name": "uptoolkit/laravel-repository",
3
"description": "Opinionated Laravel Repository helper package",
4
- "homepage": "https://gitlab.com/cherrypulp/libraries/laravel-repository",
+ "homepage": "https://github.com/uptoolkit/laravel-repository",
5
"license": "MIT",
6
"keywords": [
7
"repository"
@@ -10,7 +10,7 @@
10
"authors": [
11
12
"name": "Daniel Sum",
13
- "email": "daniel@cherrypulp.com"
+ "email": "daniel@sum.consulting"
14
}
15
],
16
"require": {
@@ -19,8 +19,7 @@
19
"blok/utils" : "*"
20
},
21
"require-dev": {
22
- "orchestra/testbench": "~3.6.0",
23
- "phpunit/phpunit": "~7.0"
+
24
25
"autoload": {
26
"psr-4": {
0 commit comments