Skip to content

Commit 496cf6f

Browse files
authored
Merge pull request #111 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 6134a25 + fe7f9c8 commit 496cf6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": ">=7.3",
25-
"illuminate/support": "^8.0|^9.0|^10.0",
26-
"illuminate/database": "^8.0|^9.0|^10.0",
27-
"illuminate/events": "^8.0|^9.0|^10.0",
25+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
26+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
27+
"illuminate/events": "^8.0|^9.0|^10.0|^11.0",
2828
"ext-json": "*"
2929
},
3030
"autoload": {
@@ -41,6 +41,6 @@
4141
"minimum-stability": "stable",
4242
"license": "MIT",
4343
"require-dev": {
44-
"phpunit/phpunit": "^9.5"
44+
"phpunit/phpunit": "^9.5|^10.5"
4545
}
4646
}

0 commit comments

Comments
 (0)