Skip to content

Commit 53e3c5c

Browse files
authored
Merge pull request #11 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 89c1222 + 7a0cefb commit 53e3c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"require": {
1515
"php": "^7.3|^8.0",
16-
"illuminate/support": "^5.7.15 | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0"
16+
"illuminate/support": "^5.7.15 | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0|^11.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)