Skip to content

Commit 71d8dc3

Browse files
Change dotenv to be either 2.2 or 3.6
1 parent 8829632 commit 71d8dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.0|^7.1|^7.2",
1515
"guzzlehttp/guzzle": "5.*|6.*",
16-
"vlucas/phpdotenv": "^2.2"
16+
"vlucas/phpdotenv": "^2.2|^3.6"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit" : "4.*",

0 commit comments

Comments
 (0)