Skip to content

Commit bf20a1f

Browse files
use twig/twig instead of symfony/twig-bundle (#418)
* use twig/twig instead of symfony/twig-bundle * use common conditional version signs
1 parent dddf185 commit bf20a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^7.1",
1919
"symfony-cmf/routing": "^2.0",
2020
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
21-
"symfony/twig-bundle": "^2.8 || ^3.3 || ^4.0"
21+
"twig/twig": "^1.35 || ^2.4.4"
2222
},
2323
"require-dev": {
2424
"doctrine/phpcr-odm": "^1.4|^2.0",

0 commit comments

Comments
 (0)