Skip to content

Commit 5b7d5ec

Browse files
authored
Merge pull request #18 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents ed31f8a + 624f03a commit 5b7d5ec

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
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.5.5",
18-
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*"
18+
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*|^11.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "~4.8|^9.5.10|^10.0"

0 commit comments

Comments
 (0)