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 aa4abec + e3f6d9c commit 9f9f143
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 @@ -38,6 +38,9 @@
"incenteev/composer-parameter-handler": "~2.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
},
"conflict": {
"twig/twig": "^1.0"
},
"config": {
"bin-dir": "bin"
},
Expand Down

0 comments on commit 9f9f143

Please sign in to comment.