Skip to content

Commit b8e5e66

Browse files
committed
Bump dependencies for Laravel 12
1 parent 903f06b commit b8e5e66

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
"description": "A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.",
55
"require": {
66
"php": "^7.4|^8.0",
7-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
7+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
88
"swisnl/json-api-client": "^2.0"
99
},
1010
"require-dev": {
1111
"friendsofphp/php-cs-fixer": "^3.0",
1212
"guzzlehttp/guzzle": "^7.3",
1313
"guzzlehttp/psr7": "^2.1",
14-
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0",
15-
"phpunit/phpunit": "^9.5|^10.5"
14+
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0",
15+
"phpunit/phpunit": "^9.5|^10.5|^11.5.3"
1616
},
1717
"autoload": {
1818
"psr-4": {
1919
"Swis\\JsonApi\\Client\\": "src/"
2020
}
2121
},
2222
"autoload-dev": {
23-
"psr-4" : {
24-
"Swis\\JsonApi\\Client\\Tests\\" : "tests/",
25-
"Swis\\JsonApi\\Client\\Tests\\Mocks\\" : "tests/_mocks/"
23+
"psr-4": {
24+
"Swis\\JsonApi\\Client\\Tests\\": "tests/",
25+
"Swis\\JsonApi\\Client\\Tests\\Mocks\\": "tests/_mocks/"
2626
}
2727
},
2828
"license": "MIT",
@@ -47,7 +47,7 @@
4747
"providers": [
4848
"Swis\\JsonApi\\Client\\Providers\\ServiceProvider"
4949
],
50-
"aliases":{
50+
"aliases": {
5151
"DocumentFactory": "Swis\\JsonApi\\Client\\Facades\\DocumentFactoryFacade",
5252
"DocumentParser": "Swis\\JsonApi\\Client\\Facades\\DocumentParserFacade",
5353
"ItemHydrator": "Swis\\JsonApi\\Client\\Facades\\ItemHydratorFacade",

0 commit comments

Comments
 (0)