Skip to content

Commit 0573b56

Browse files
authored
Merge pull request #47 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 3f9bb62 + c83e21d commit 0573b56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
],
2525
"require": {
2626
"php": "^7.0|^8.0|^8.1",
27-
"illuminate/support": "6.*|7.*|8.*|9.*|^10.0"
28-
27+
"illuminate/support": "6.*|7.*|8.*|9.*|^10.0|^11.0"
2928
},
3029
"require-dev": {
31-
"phpunit/phpunit": "~6.0|7.0.*|8.0.*|9.0.*|^9.5.10",
32-
"laravel/framework": "6.*|7.*|8.*|9.*|^10.0",
30+
"phpunit/phpunit": "~6.0|7.0.*|8.0.*|9.0.*|^9.5.10|^10.5",
31+
"laravel/framework": "6.*|7.*|8.*|9.*|^10.0|^11.0",
3332
"squizlabs/php_codesniffer": "^3.6"
3433
},
3534
"autoload": {

0 commit comments

Comments
 (0)