bug #9983 [TwigBridge] Update min. version of Twig (stloyd)

This PR was merged into the 2.3 branch.

Discussion
----------

[TwigBridge] Update min. version of Twig

| Q             | A
| ------------- | ---
| Bug fix?      | kinda
| New feature?  | no
| BC breaks?    | no
| Tests pass?   | yes
| License       | MIT

The minimal version of Twig must be 1.12 because of usage the method `Twig_SimpleFunction` that was added in that version.

Commits
-------

c003291 [TwigBridge] Update min. version of Twig
This commit is contained in:
Fabien Potencier 2014-01-09 12:05:21 +01:00
commit dea0a7bba4

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.11"
"twig/twig": "~1.12"
},
"require-dev": {
"symfony/form": "~2.2",