Skip to content

Commit b0958b9

Browse files
committed
allow twig 3
1 parent 2f52cb7 commit b0958b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changelog
66

77
* Autowiring support for ChainRouterInterface
88
* Fix Symfony deprecations and raise lowest versions to 3.4 || 4.3
9+
* Allow installation with Twig 3
910
* Fix PHPCR route candidates handling for PHPCR node name edge cases
1011

1112
2.1.1

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^7.1",
1919
"symfony-cmf/routing": "^2.1.0",
2020
"symfony/framework-bundle": "^3.4 || ^4.3",
21-
"twig/twig": "^1.35 || ^2.4.4"
21+
"twig/twig": "^2.4.4 || ^3.0"
2222
},
2323
"require-dev": {
2424
"doctrine/phpcr-odm": "^1.4|^2.0",
@@ -39,7 +39,6 @@
3939
},
4040
"conflict": {
4141
"doctrine/phpcr-odm": "<1.4",
42-
"twig/twig": "<2",
4342
"phpunit/phpunit": "<6"
4443
},
4544
"autoload": {

0 commit comments

Comments
 (0)