Skip to content

Commit 6bedbf6

Browse files
authored
Merge pull request #61 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 1cf3e5f + 31b9d58 commit 6bedbf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"require": {
2020
"ext-json": "*",
2121
"php": ">=8.0",
22-
"illuminate/config": "^9.0|^10.0",
23-
"illuminate/support": "^9.0|^10.0",
24-
"illuminate/contracts": "^9.0|^10.0",
25-
"illuminate/console": "^9.0|^10.0"
22+
"illuminate/config": "^9.0|^10.0|^11.0",
23+
"illuminate/support": "^9.0|^10.0|^11.0",
24+
"illuminate/contracts": "^9.0|^10.0|^11.0",
25+
"illuminate/console": "^9.0|^10.0|^11.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.0",
29-
"phpunit/phpunit": "^9.3",
29+
"phpunit/phpunit": "^9.3|^10.5",
3030
"vimeo/psalm": "^5.15"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)