8000 fixed Twig deprecation notices · symfony/symfony@1bdd127 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bdd127

Browse files
committed
fixed Twig deprecation notices
1 parent 297a017 commit 1bdd127

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"doctrine/common": "~2.4",
21-
"twig/twig": "~1.20|~2.0",
21+
"twig/twig": "~1.23|~2.0",
2222
"psr/log": "~1.0"
2323
},
2424
"replace": {

src/Symfony/Bridge/Twig/Extension/FormExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Fabien Potencier <fabien@symfony.com>
2222
* @author Bernhard Schussek <bschussek@gmail.com>
2323
*/
24-
class FormExtension extends \Twig_Extension
24+
class FormExtension extends \Twig_Extension implements \Twig_Extension_InitRuntimeInterface
2525
{
2626
/**
2727
* This property is public so that it can be accessed directly from compiled

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"twig/twig": "~1.20|~2.0"
20+
"twig/twig": "~1.23|~2.0"
2121
},
2222
"require-dev": {
2323
"symfony/finder": "~2.3",

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"symfony/process": "~2.0,>=2.0.5",
3535
"symfony/validator": "~2.2",
3636
"symfony/yaml": "~2.0,>=2.0.5",
37-
"twig/twig": "~1.20|~2.0"
37+
"twig/twig": "~1.23|~2.0"
3838
},
3939
"autoload": {
4040
"psr-0": { "Symfony\\Bundle\\SecurityBundle\\": "" }

0 commit comments

Comments
 (0)
0