Skip to content

Commit 318defc

Browse files
committed
fixed Composer constraints
1 parent 5e8c8e2 commit 318defc

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
@@ -20,7 +20,7 @@
2020
"symfony/polyfill-php55": "~1.0"
2121
},
2222
"require-dev": {
23-
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0",
23+
"symfony/yaml": "^2.0.5|~3.0.0",
2424
"symfony/config": "~2.2|~3.0.0",
2525
"symfony/property-access": "~2.3|~3.0.0",
2626
"doctrine/annotations": "~1.0",

0 commit comments

Comments
 (0)