Skip to content

Commit

Permalink
Merge pull request #166 from ncla/fix-dep
Browse files Browse the repository at this point in the history
Move phpdotenv to require-dev in composer.json to allow installations on Laravel 5.8
  • Loading branch information
Torann committed Feb 12, 2020
2 parents f7104f3 + 7189fbb commit 2c406bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"require": {
"php": "^7.1",
"illuminate/support": "~5.5|^6.0",
"illuminate/console": "~5.5|^6.0",
"vlucas/phpdotenv": "^3.5"
"illuminate/console": "~5.5|^6.0"
},
"suggest": {
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
Expand All @@ -31,7 +30,8 @@
"require-dev": {
"phpunit/phpunit": "^7.0",
"mockery/mockery": "^0.9.4",
"geoip2/geoip2": "~2.1"
"geoip2/geoip2": "~2.1",
"vlucas/phpdotenv": "^3.5"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 2c406bd

Please sign in to comment.