Skip to content

Commit 1ea60c7

Browse files
authored
Merge pull request #252 from giggsey/patch-1
Laravel 12 support
2 parents 3e566f7 + 0652661 commit 1ea60c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
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)