We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f52cb7 commit b0958b9Copy full SHA for b0958b9
CHANGELOG.md
@@ -6,6 +6,7 @@ Changelog
6
7
* Autowiring support for ChainRouterInterface
8
* Fix Symfony deprecations and raise lowest versions to 3.4 || 4.3
9
+* Allow installation with Twig 3
10
* Fix PHPCR route candidates handling for PHPCR node name edge cases
11
12
2.1.1
composer.json
@@ -18,7 +18,7 @@
18
"php": "^7.1",
19
"symfony-cmf/routing": "^2.1.0",
20
"symfony/framework-bundle": "^3.4 || ^4.3",
21
- "twig/twig": "^1.35 || ^2.4.4"
+ "twig/twig": "^2.4.4 || ^3.0"
22
},
23
"require-dev": {
24
"doctrine/phpcr-odm": "^1.4|^2.0",
@@ -39,7 +39,6 @@
39
40
"conflict": {
41
"doctrine/phpcr-odm": "<1.4",
42
- "twig/twig": "<2",
43
"phpunit/phpunit": "<6"
44
45
"autoload": {
0 commit comments