Skip to content

Commit 9ea1e6a

Browse files
authored
Adding Support to Laravel 11
1 parent 91e9ec9 commit 9ea1e6a

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
@@ -23,11 +23,11 @@
2323
],
2424
"require": {
2525
"php": "^7.3|^8.0",
26-
"illuminate/support": "^9.0|^10.0"
26+
"illuminate/support": "^9.0|^10.0|^11.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^7.0|^8.0",
30-
"phpunit/phpunit": "^9.0|^10.0"
29+
"orchestra/testbench": "^7.0|^8.0|^9.0",
30+
"phpunit/phpunit": "^9.0|^10.0|^11.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)