Skip to content

Commit 2f5e6f8

Browse files
authored
Merge pull request #58 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents fa70a69 + e2ab2e0 commit 2f5e6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.4.0",
18-
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0|^10.0|^11.0"
18+
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0|^10.0|^11.0|^12.0"
1919
},
2020
"require-dev": {
2121
"phpspec/phpspec": "~2.0|^7.5",

0 commit comments

Comments
 (0)