Skip to content

Commit 9014240

Browse files
Laravel 11.x Compatibility (#43)
1 parent 973282a commit 9014240

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
@@ -20,11 +20,11 @@
2020
],
2121
"require": {
2222
"php": "^8.1",
23-
"illuminate/support": "^9.0|^10.0"
23+
"illuminate/support": "^9.0|^10.0|^11.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^7.6|^8.0",
27-
"phpunit/phpunit": "^9.0",
26+
"orchestra/testbench": "^7.6|^8.0|^9.0",
27+
"phpunit/phpunit": "^9.0|^10.5",
2828
"friendsofphp/php-cs-fixer": "^3.6"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)