We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b40cf commit 6343016Copy full SHA for 6343016
Twig/Extension.php
@@ -10,7 +10,7 @@
10
11
use Symfony\Component\DependencyInjection\ContainerInterface;
12
13
-class Extension extends \Twig_Extension
+class Extension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
14
{
15
16
protected $legacyApplication;
composer.json
@@ -24,7 +24,7 @@
24
"symfony/http-foundation": "~2.2",
25
"doctrine/annotations": "~1.0",
26
"webfactory/dom": "~1.0, >= 1.0.15",
27
- "twig/twig": "~1.10"
+ "twig/twig": "^1.23"
28
29
}
30
0 commit comments