Skip to content

Commit

Permalink
bug #29199 [FrameworkBundle] conflict with Dotenv <4.2 to simplify re…
Browse files Browse the repository at this point in the history
…cipes (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
  • Loading branch information
nicolas-grekas committed Nov 13, 2018
2 parents 0e242ab + 0e80cc1 commit da77fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Bundle/FrameworkBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/asset": "<3.4",
"symfony/console": "<3.4",
"symfony/dotenv": "<4.2",
"symfony/form": "<4.2",
"symfony/messenger": "<4.2",
"symfony/property-info": "<3.4",
Expand Down

0 comments on commit da77fc2

Please sign in to comment.