Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 48c157e

Browse files
committed
minor #1045 explicitly declare supported Twig versions (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- explicitly declare supported Twig versions Not being explicit which Twig versions the application supports mean that users will get new major Twig releases when they become stable and composer update is run. This can lead to undesired effects when the new ajor release is breaking backwards compatibility. Commits ------- a927eb5 explicitly declare supported Twig versions
2 parents cf5d0af + a927eb5 commit 48c157e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"symfony/monolog-bundle": "^3.0.2",
1717
"sensio/distribution-bundle": "~4.0",
1818
"sensio/framework-extra-bundle": "^3.0.2",
19+
"twig/twig": "^1.0||^2.0",
1920
"incenteev/composer-parameter-handler": "~2.0"
2021
},
2122
"require-dev": {

0 commit comments

Comments
 (0)