Skip to content

Commit a5cf86c

Browse files
authored
Update composer.json
1 parent 7459b7d commit a5cf86c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ark4ne/laravel-json-api",
2+
"name": "bchalier/laravel-json-api",
33
"description": "A Lightweight JSON:API Resource for Laravel",
44
"keywords": [
55
"laravel",
@@ -11,13 +11,13 @@
1111
"type": "library",
1212
"require": {
1313
"php": "^8.1",
14-
"illuminate/collections": "^9.0|^10.0|^11.0",
15-
"illuminate/http": "^9.0|^10.0|^11.0",
16-
"illuminate/support": "^9.0|^10.0|^11.0"
14+
"illuminate/collections": "^11.0",
15+
"illuminate/http": "^11.0",
16+
"illuminate/support": "^11.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.0|^10.0",
20-
"orchestra/testbench": "^7.5|^8.0|^9.0|^10.0",
19+
"phpunit/phpunit": "^9.5|^10.0",
20+
"orchestra/testbench": "^9.0",
2121
"phpstan/phpstan": "^1.9.18"
2222
},
2323
"license": "MIT",

0 commit comments

Comments
 (0)