bump Twig bridge dependency

We need a version of the `DebugCommand` class that is compatible with
its service definition in the Twig bundle.
This commit is contained in:
Christian Flothmann 2019-05-30 12:28:06 +02:00
parent b49d59fec3
commit 9df66b831a

View File

@ -18,7 +18,7 @@
"require": {
"php": "^7.1.3",
"symfony/config": "^4.2|^5.0",
"symfony/twig-bridge": "^4.3|^5.0",
"symfony/twig-bridge": "^4.4|^5.0",
"symfony/http-foundation": "^4.3|^5.0",
"symfony/http-kernel": "^4.1|^5.0",
"symfony/polyfill-ctype": "~1.8",