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 f7104f3 commit 7189fbbCopy full SHA for 7189fbb
composer.json
@@ -21,8 +21,7 @@
21
"require": {
22
"php": "^7.1",
23
"illuminate/support": "~5.5|^6.0",
24
- "illuminate/console": "~5.5|^6.0",
25
- "vlucas/phpdotenv": "^3.5"
+ "illuminate/console": "~5.5|^6.0"
26
},
27
"suggest": {
28
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
@@ -31,7 +30,8 @@
31
30
"require-dev": {
32
"phpunit/phpunit": "^7.0",
33
"mockery/mockery": "^0.9.4",
34
- "geoip2/geoip2": "~2.1"
+ "geoip2/geoip2": "~2.1",
+ "vlucas/phpdotenv": "^3.5"
35
36
"autoload": {
37
"files": [
0 commit comments