Skip to content

Commit

Permalink
Merge pull request Sylius#9136 from pamil/1.0-conflict-with-twig10
Browse files Browse the repository at this point in the history
Make packages providing Twig extensions conflict with Twig 1.x
  • Loading branch information
pamil authored Feb 1, 2018
2 parents 35609a8 + 3dad2a7 commit f668048
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 @@ -37,6 +37,9 @@
"symfony/dependency-injection": "^3.2",
"symfony/twig-bundle": "^3.2"
},
"conflict": {
"twig/twig": "^1.0"
},
"config": {
"bin-dir": "bin"
},
Expand Down

0 comments on commit f668048

Please sign in to comment.