Skip to content

Commit 0863cfc

Browse files
Merge pull request #19 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 1b873c6 + 5a948ca commit 0863cfc

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
@@ -18,10 +18,10 @@
1818
],
1919
"require": {
2020
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|8.*",
21-
"laravel/framework":"~5.1|6.*|7.*|8.*|9.*|10.*"
21+
"laravel/framework": "~5.1|6.*|7.*|8.*|9.*|10.*|^11.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^4.0|^5.0|^6.0",
24+
"orchestra/testbench": "^4.0|^5.0|^6.0|^9.0",
2525
"imanghafoori/php-imports-analyzer": "^1.0.6",
2626
"laravel/legacy-factories": "^1.1"
2727
},

0 commit comments

Comments
 (0)