Skip to content

Commit 0652661

Browse files
authored
Laravel 12 support
1 parent 3e566f7 commit 0652661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": "^8.0|^8.1|^8.2|^8.3",
22-
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0",
23-
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
22+
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
2525
},
2626
"suggest": {
2727
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",

0 commit comments

Comments
 (0)