Skip to content

Commit 7189fbb

Browse files
authored
Move phpdotenv to require-dev in composer.json
1 parent f7104f3 commit 7189fbb

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
@@ -21,8 +21,7 @@
2121
"require": {
2222
"php": "^7.1",
2323
"illuminate/support": "~5.5|^6.0",
24-
"illuminate/console": "~5.5|^6.0",
25-
"vlucas/phpdotenv": "^3.5"
24+
"illuminate/console": "~5.5|^6.0"
2625
},
2726
"suggest": {
2827
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
@@ -31,7 +30,8 @@
3130
"require-dev": {
3231
"phpunit/phpunit": "^7.0",
3332
"mockery/mockery": "^0.9.4",
34-
"geoip2/geoip2": "~2.1"
33+
"geoip2/geoip2": "~2.1",
34+
"vlucas/phpdotenv": "^3.5"
3535
},
3636
"autoload": {
3737
"files": [

0 commit comments

Comments
 (0)