Skip to content

Commit 8f3b596

Browse files
committed
Add phpdotenv required for unit tests
1 parent fc160c2 commit 8f3b596

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"require": {
2222
"php": "^7.0",
2323
"illuminate/support": "~5.0",
24-
"illuminate/console": "~5.0"
24+
"illuminate/console": "~5.0",
25+
"vlucas/phpdotenv": "^3.5"
2526
},
2627
"suggest": {
2728
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",

0 commit comments

Comments
 (0)