Skip to content

Commit 65e4e0a

Browse files
bug #122 Move dotenv to "require" (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Move dotenv to "require" This doesn't hurt anything and should ease using .env files without issues. Commits ------- 5cd4dd8 Move dotenv to "require"
2 parents 2a4cf34 + 5cd4dd8 commit 65e4e0a

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
@@ -8,13 +8,11 @@
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"symfony/console": "*",
11+
"symfony/dotenv": "*",
1112
"symfony/flex": "^1.1",
1213
"symfony/framework-bundle": "*",
1314
"symfony/yaml": "*"
1415
},
15-
"require-dev": {
16-
"symfony/dotenv": "*"
17-
},
1816
"config": {
1917
"preferred-install": {
2018
"*": "dist"

0 commit comments

Comments
 (0)