Skip to content

Commit 7426d37

Browse files
author
Marc Aschmann
committed
Define Version range for yaml component to keep compatibility with symfony 2.7-3.x
1 parent a1b42ee commit 7426d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.4.0",
20-
"symfony/yaml": "^3.1"
20+
"symfony/yaml": ">=2.7 <=4.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "<5.0",

0 commit comments

Comments
 (0)