fix twig dependency so build can succeed

This commit is contained in:
antoine 2017-05-12 00:45:21 +02:00
parent c71069022e
commit 759794d746
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"phpdocumentor/phpdocumentor":"2.*", "phpdocumentor/phpdocumentor":"2.*",
"twig/twig":"1.27",
"squizlabs/php_codesniffer": "1.*", "squizlabs/php_codesniffer": "1.*",
"phpmd/phpmd": "2.*", "phpmd/phpmd": "2.*",
"phploc/phploc": "2.*", "phploc/phploc": "2.*",