bug #31988 [TwigBridge] add back possibility to use form themes without translations (xabbuh)

This PR was merged into the 4.3 branch.

Discussion
----------

[TwigBridge] add back possibility to use form themes without translations

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

Commits
-------

87c1d19e72 add back possibility to use form themes without translations
This commit is contained in:
Fabien Potencier 2019-06-11 13:40:09 +02:00
commit 8bdd25b7fc

View File

@ -17,6 +17,7 @@
],
"require": {
"php": "^7.1.3",
"symfony/translation-contracts": "^1.1",
"twig/twig": "^1.41|^2.10"
},
"require-dev": {