bug #22220 fix required Twig version (xabbuh)

This PR was merged into the 3.3-dev branch.

Discussion
----------

fix required Twig version

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #22212
| License       | MIT
| Doc PR        |

In the TwigBundle, the constraint is already correct: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/TwigBundle/composer.json#L24

Commits
-------

70e638039c fix required Twig version
This commit is contained in:
Fabien Potencier 2017-03-31 16:25:29 +02:00
commit b570db51b5

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.9",
"doctrine/common": "~2.4",
"twig/twig": "~1.28|~2.0",
"twig/twig": "~1.32|~2.2",
"psr/cache": "~1.0",
"psr/container": "^1.0",
"psr/log": "~1.0",