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

Commit d81a509

Browse files
committed
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.
1 parent cf5d0af commit d81a509

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)