我正在尝试使用捆绑 JMS 翻译,但出现此错误。我猜是因为我的 twig 版本与捆绑包中的版本不同?该怎么办?
CRITICAL - Uncaught PHP Exception Twig_Error_Syntax: "The filter "truncate" does not exist in "...\vendor\jms\translation-bundle\JMS\TranslationBundle/Resources/views/Translate/messages.html.twig" at line 14" at ...\vendor\twig\twig\lib\Twig\ExpressionParser.php line 588
这是我在 composer.json 中的要求:
"require": {
...
"twig/extensions": "~1.2.0",
以下是 JMS Translation 的作曲家中的内容:
"conflict": {
"twig/twig": "1.10.2"
},
"require-dev": {
"symfony/twig-bundle": "*",
提前致谢!