Skip to content

Commit b1f6ac2

Browse files
committed
allow twig 3
1 parent 0e40b18 commit b1f6ac2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
6.0.5
2+
* Issue #19 - twig 3.
13
6.0.4
24
* Issue #19 - more Symfony 5 fixes around Commands.
35
* Fix documentation around css and js.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/templating": "2.*|3.*|4.*|5.*",
2121
"symfony/translation": "2.*|3.*|4.*|5.*",
2222
"symfony/twig-bundle": "2.*|3.*|4.*|5.*",
23-
"twig/twig": "^1.0||^2.0"
23+
"twig/twig": "^1.0||^2.0|^3.0"
2424
},
2525
"require-dev": {
2626
"doctrine/orm": "^2.4",

0 commit comments

Comments
 (0)