Skip to content

Commit a6c5a27

Browse files
committed
Fix dependencies for dotenv
1 parent e71ed94 commit a6c5a27

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"guzzlehttp/guzzle": "~6.0",
7-
"vlucas/phpdotenv": "1.*|2.*",
7+
"vlucas/phpdotenv": "2.*",
88
"league/climate": "~3.2",
99
"foxxmd/php-utilities": "dev-master"
1010
},

0 commit comments

Comments
 (0)