Skip to content

Commit 6bbd3a4

Browse files
authored
Merge pull request #146 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 4826fe0 + 5752fa3 commit 6bbd3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.5.0|>=7.2.5|>=8.0.0",
17-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
17+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
1818
},
1919
"require-dev": {
2020
"phpspec/phpspec": ">=2.0"

0 commit comments

Comments
 (0)