Skip to content

Commit 8cf3f60

Browse files
authored
Merge pull request #3 from julienarcin/patch-1
Laravel 11 compatibility
2 parents 8d85a1d + f4a10c6 commit 8cf3f60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"illuminate/http": "^9.0 || ^10.0",
24-
"illuminate/support": "^9.0 || ^10.0"
23+
"illuminate/http": "^9.0 || ^10.0 || ^11.0",
24+
"illuminate/support": "^9.0 || ^10.0 || ^11.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^3.6",
2828
"gtjamesa/php-standards": "^2.0",
29-
"orchestra/testbench": "^7.0 || ^8.0",
30-
"phpunit/phpunit": "^9.5"
29+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
30+
"phpunit/phpunit": "^9.5 || ^10.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)