Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit e4d6c8b

Browse files
bug #132 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 ------- e9c7e08 Move dotenv to "require"
2 parents 0e06a73 + e9c7e08 commit e4d6c8b

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
@@ -10,6 +10,7 @@
1010
"sensio/framework-extra-bundle": "^5.1",
1111
"symfony/asset": "*",
1212
"symfony/console": "*",
13+
"symfony/dotenv": "*",
1314
"symfony/expression-language": "*",
1415
"symfony/flex": "^1.1",
1516
"symfony/form": "*",
@@ -28,7 +29,6 @@
2829
},
2930
"require-dev": {
3031
"symfony/debug-pack": "*",
31-
"symfony/dotenv": "*",
3232
"symfony/maker-bundle": "^1.0",
3333
"symfony/profiler-pack": "*",
3434
"symfony/test-pack": "*",

0 commit comments

Comments
 (0)