Skip to content

Commit

Permalink
Mark as conflicting with symfony/dotenv >=5.2
Browse files Browse the repository at this point in the history
Since SF changed the API in a way that is breaking
for how exposing env vars is used in Composer build
context (include files autoloading is required),
we for now conflict with upcoming SF versions.
  • Loading branch information
helhum committed Jun 1, 2020
1 parent 8a71c74 commit 9ce9bb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"mikey179/vfsstream": "^1.6.0",
"composer/semver": "^1.0 || 2.0.*@dev"
},
"conflict": {
"symfony/dotenv": ">=5.1.0"
},
"extra": {
"class": "Helhum\\DotEnvConnector\\Plugin",
"branch-alias": {
Expand Down

0 comments on commit 9ce9bb6

Please sign in to comment.