Skip to content

Commit

Permalink
Composer - fix installing latest version of robo/twig - closes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jun 10, 2017
1 parent 6a588c2 commit 1724025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"require": {
"php": ">=5.4",
"ext-xsl": "*",
"consolidation/robo": "<=1",
"consolidation/robo": "~0|~1",
"phpmd/phpmd" : "*",
"phploc/phploc": "*",
"symfony/dependency-injection": ">=2.8",
"symfony/filesystem": ">=2.8",
"symfony/process": ">=2.8",
"symfony/finder": ">=2.8",
"symfony/yaml": ">=2.8",
"twig/twig": "<=2",
"twig/twig": "~1|~2",
"pdepend/pdepend": "*",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "*",
Expand Down

0 comments on commit 1724025

Please sign in to comment.