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

Commit f3cb373

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 a9c4e32 commit f3cb373

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
@@ -21,6 +21,7 @@
2121
"symfony/polyfill-apcu": "^1.0",
2222
"sensio/distribution-bundle": "^5.0",
2323
"sensio/framework-extra-bundle": "^3.0.2",
24+
"twig/twig": "^1.0 || ^2.0",
2425
"incenteev/composer-parameter-handler": "^2.0"
2526
},
2627
"require-dev": {

0 commit comments

Comments
 (0)