Skip to content

Commit

Permalink
upgrading Twig to 2.10.0 to fix PHP 7.4 compat
Browse files Browse the repository at this point in the history
twigphp/Twig#3004

The "select" menu was rendering without a space:
    <selectid="...">
  • Loading branch information
weaverryan committed Apr 30, 2020
1 parent abc9148 commit b289638
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 11 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -19,6 +19,7 @@
"require": {
"php": "^7.2.0",
"symfony/symfony": "3.1.*",
"twig/twig": "2.10.*",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.2",
Expand Down
81 changes: 70 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b289638

Please sign in to comment.