Skip to content

Commit fb9500d

Browse files
Laravel 11.x Compatibility (#21)
Bump dependencies for Laravel 11
1 parent dca1d33 commit fb9500d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"json-mapper/json-mapper": "^2.3",
1616
"php": "^7.2 || ^8.0",
17-
"illuminate/support": "^5.5|^6|^7|^8|^9|^10"
17+
"illuminate/support": "^5.5|^6|^7|^8|^9|^10 || ^11.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -43,8 +43,8 @@
4343
"ext-json": "*",
4444
"squizlabs/php_codesniffer": "^3.5",
4545
"phpstan/phpstan": "^0.12.19 || ^1.0.0",
46-
"phpunit/phpunit": "^8.0 || ^9.0",
47-
"orchestra/testbench": "^5.3|^6.0",
46+
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.5",
47+
"orchestra/testbench": "^5.3|^6.0 || ^9.0",
4848
"php-coveralls/php-coveralls": "^2.4",
4949
"guzzlehttp/guzzle": "^6.5 || ^7.0"
5050
}

0 commit comments

Comments
 (0)