Skip to content

Commit 624afe2

Browse files
committed
Force symfony/yaml to ~2.7 since hassankhan/config depends on ~2.3 and is incompatible with ~3.0 (which phpunit would install).
1 parent 8d48f6b commit 624afe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"herrera-io/phar-update": "~2.0",
2727
"nikic/php-parser": "~1.3",
2828
"symfony/console": "~2.7",
29+
"symfony/yaml": "~2.7",
2930
"tomzx/finder": "~0.1@dev"
3031
},
3132
"require-dev": {

0 commit comments

Comments
 (0)