Skip to content

Commit 0cb8a51

Browse files
committed
fixed Composer constraints
1 parent 298e6be commit 0cb8a51

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
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.9"
2020
},
2121
"require-dev": {
22-
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7",
22+
"symfony/yaml": "~2.3.42|~2.7.14|^2.8.7",
2323
"symfony/config": "~2.2",
2424
"symfony/expression-language": "~2.6"
2525
},

0 commit comments

Comments
 (0)