Skip to content

Commit 8a17b49

Browse files
committed
fixed Composer constraints
1 parent a7392c4 commit 8a17b49

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
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"symfony/config": "~2.7",
2323
"symfony/http-foundation": "~2.3",
24-
"symfony/yaml": "~2.0,>=2.0.5",
24+
"symfony/yaml": "^2.0.5",
2525
"symfony/expression-language": "~2.4",
2626
"doctrine/annotations": "~1.0",
2727
"doctrine/common": "~2.2",

0 commit comments

Comments
 (0)