Skip to content

Commit 6750d02

Browse files
authored
Merge pull request #6 from InteractionDesignFoundation/feat/L10-support
Add support for Laravel 10
2 parents aadbba7 + 7f49318 commit 6750d02

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",
22-
"illuminate/cache": "^8.0|^9.0",
23-
"illuminate/console": "^8.0|^9.0",
24-
"illuminate/support": "^8.0|^9.0"
22+
"illuminate/cache": "^8.0|^9.0|^10.0",
23+
"illuminate/console": "^8.0|^9.0|^10.0",
24+
"illuminate/support": "^8.0|^9.0|^10.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)