Skip to content

Commit 4a834ec

Browse files
committed
updated required versions when depending on the Yaml component
The API has not changed since 2.0 and won't until 3.0.
1 parent f52f01a commit 4a834ec

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.3"
2020
},
2121
"require-dev": {
22-
"symfony/yaml": "2.2.*",
22+
"symfony/yaml": "~2.0",
2323
"symfony/config": "2.2.*"
2424
},
2525
"suggest": {

0 commit comments

Comments
 (0)