Skip to content

Commit d73d323

Browse files
committed
Add Laravel 12 support.
1 parent 8a71e5e commit d73d323

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
@@ -27,7 +27,7 @@
2727
],
2828
"minimum-stability": "stable",
2929
"require": {
30-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
30+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
3131
},
3232
"extra": {
3333
"laravel": {

0 commit comments

Comments
 (0)