Skip to content

Commit f6fa037

Browse files
authored
Merge pull request #29 from MekDrop/fix/remove-not-needed-dependencies-anymore
Remove dotenv and env libs from dependencies
2 parents b91b88f + 6849b73 commit f6fa037

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
},
2121
"require": {
2222
"composer-plugin-api": "^1.0 || ^2.0",
23-
"vlucas/phpdotenv": "^3.3.4",
24-
"php": ">7.2.5",
25-
"imponeer/env": "^1.0.0"
23+
"php": ">7.2.5"
2624
},
2725
"require-dev": {
2826
"composer/composer": "^1.10.23 || ^2.1.9"

0 commit comments

Comments
 (0)