Skip to content

Commit ee66e2b

Browse files
committed
Support Laravel 8
1 parent 72ebbe4 commit ee66e2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"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"
22+
"illuminate/support": "^8.0",
23+
"illuminate/console": "^8.0",
24+
"illuminate/cache": "^8.0"
2525
},
2626
"suggest": {
2727
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
@@ -31,7 +31,7 @@
3131
"phpunit/phpunit": "^8.0",
3232
"mockery/mockery": "^1.3",
3333
"geoip2/geoip2": "~2.1",
34-
"vlucas/phpdotenv": "^4.0",
34+
"vlucas/phpdotenv": "^5.0",
3535
"phpstan/phpstan": "^0.12.14",
3636
"squizlabs/php_codesniffer": "^3.5"
3737
},

0 commit comments

Comments
 (0)