Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da77fc2

Browse files
bug #29199 [FrameworkBundle] conflict with Dotenv <4.2 to simplify recipes (nicolas-grekas)
This PR was merged into the 4.2-dev branch. Discussion ---------- [FrameworkBundle] conflict with Dotenv <4.2 to simplify recipes | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - In the recipe for fwb 4.2, we already assume that if dotenv is installed, it will be at v4.2 or higher. Let's enforce this. Commits ------- 0e80cc1 [FrameworkBundle] conflict with Dotenv <4.2 to simplify recipes
2 parents 0e242ab + 0e80cc1 commit da77fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6767
"symfony/asset": "<3.4",
6868
"symfony/console": "<3.4",
69+
"symfony/dotenv": "<4.2",
6970
"symfony/form": "<4.2",
7071
"symfony/messenger": "<4.2",
7172
"symfony/property-info": "<3.4",

0 commit comments

Comments
 (0)