Skip to content

Commit

Permalink
Fixed incorrect class usage and increased minimum twig version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrattue committed Aug 26, 2015
1 parent 33b31da commit 90da3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Templating/ImagineExtension.php
Expand Up @@ -27,7 +27,7 @@ public function __construct(CacheManager $cacheManager)
public function getFilters()
{
return array(
new \Twig_SimpleFunction('imagine_filter', array($this, 'filter')),
new \Twig_SimpleFilter('imagine_filter', array($this, 'filter'))
);
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -34,7 +34,7 @@
"doctrine/orm": "~2.3",
"doctrine/mongodb-odm": "1.0.*",
"doctrine/cache": "~1.1",
"twig/twig": "~1.0",
"twig/twig": "~1.12",
"aws/aws-sdk-php": "~2.4",
"amazonwebservices/aws-sdk-for-php": "~1.0",
"psr/log": "~1.0",
Expand Down

0 comments on commit 90da3d5

Please sign in to comment.