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.
1 parent 72ebbe4 commit ee66e2bCopy full SHA for ee66e2b
composer.json
@@ -19,9 +19,9 @@
19
],
20
"require": {
21
"php": "^7.2",
22
- "illuminate/support": "^6.0|^7.0|^8.0",
23
- "illuminate/console": "^6.0|^7.0|^8.0",
24
- "illuminate/cache": "^6.0|^7.0|^8.0"
+ "illuminate/support": "^8.0",
+ "illuminate/console": "^8.0",
+ "illuminate/cache": "^8.0"
25
},
26
"suggest": {
27
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
@@ -31,7 +31,7 @@
31
"phpunit/phpunit": "^8.0",
32
"mockery/mockery": "^1.3",
33
"geoip2/geoip2": "~2.1",
34
- "vlucas/phpdotenv": "^4.0",
+ "vlucas/phpdotenv": "^5.0",
35
"phpstan/phpstan": "^0.12.14",
36
"squizlabs/php_codesniffer": "^3.5"
37
0 commit comments