Skip to content

Commit 10abb30

Browse files
committed
[Build] Update composer json
1 parent b9152ed commit 10abb30

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"jsonapi.org",
66
"json-api",
77
"jsonapi",
8-
"json:api",
98
"laravel"
109
],
11-
"homepage": "https://github.com/laravel-json-api/{NAME}",
10+
"homepage": "https://github.com/laravel-json-api/laravel",
1211
"support": {
13-
"issues": "https://github.com/laravel-json-api/{NAME}/issues"
12+
"issues": "https://github.com/laravel-json-api/laravel/issues"
1413
},
1514
"license": "Apache-2.0",
1615
"authors": [
@@ -26,12 +25,10 @@
2625
"require": {
2726
"php": "^7.4",
2827
"ext-json": "*",
29-
"laravel/framework": "^8.0",
30-
"neomerx/json-api": "^4.0"
28+
"laravel/framework": "^8.0"
3129
},
3230
"require-dev": {
33-
"cloudcreativity/json-api-testing": "^3.1",
34-
"orchestra/testbench": "^6.3",
31+
"orchestra/testbench": "^6.4",
3532
"phpunit/phpunit": "^9.4"
3633
},
3734
"autoload": {

0 commit comments

Comments
 (0)