Fix Twig dependency version

This commit is contained in:
=
2012-07-08 09:40:50 -04:00
parent a2fc06b550
commit 9fd1a93de9

View File

@@ -22,7 +22,7 @@ First, create a `composer.json` file in the same directory as `composer.phar`. H
{
"require": {
"twig/twig": ">=1.8.0"
"twig/twig": ">=1.8.0,<2.0-dev"
}
}