Skip to content

Commit 42706f0

Browse files
authored
Merge pull request #7 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents cd5cf03 + 16baf76 commit 42706f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=7.4",
18-
"laravel/framework": "^6.20.26|^7.30.6|^8.0|^9.0|^10.0"
18+
"laravel/framework": "^6.20.26|^7.30.6|^8.0|^9.0|^10.0|^11.0"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^v4.0|^v5.0|^v6.0|^v7.0|^8.0"
21+
"orchestra/testbench": "^v4.0|^v5.0|^v6.0|^v7.0|^8.0|^9.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)