Skip to content

Commit

Permalink
minor #29880 [TwigBridge] bump required Twig version (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4 branch.

Discussion
----------

[TwigBridge] bump required Twig version

| Q             | A
| ------------- | ---
| Branch?       | 4.1
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | twigphp/Twig#2810
| License       | MIT
| Doc PR        |

Commits
-------

37e8ccb bump required Twig version
  • Loading branch information
fabpot committed Jan 14, 2019
2 parents facbaa5 + 37e8ccb commit f41f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Twig/composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^5.5.9|>=7.0.8",
"twig/twig": "^1.36.1|^2.6.1"
"twig/twig": "^1.37.1|^2.6.2"
},
"require-dev": {
"symfony/asset": "~2.8|~3.0|~4.0",
Expand Down

0 comments on commit f41f6c3

Please sign in to comment.