We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a1e8b + 3d730ae commit ee4b652Copy full SHA for ee4b652
composer.json
@@ -13,9 +13,9 @@
13
"license": "BSD-2-Clause",
14
"require": {
15
"php": "^8.0",
16
- "illuminate/support": "^8.0",
17
- "illuminate/console": "^8.0",
18
- "illuminate/cache": "^8.0"
+ "illuminate/cache": "^8.0|^9.0",
+ "illuminate/console": "^8.0|^9.0",
+ "illuminate/support": "^8.0|^9.0"
19
},
20
"suggest": {
21
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
0 commit comments