updated required versions when depending on the Yaml component

The API has not changed since 2.0 and won't until 3.0.
This commit is contained in:
Fabien Potencier 2013-02-08 12:59:44 +01:00
parent 63bfd9ef79
commit c3906a4acb
5 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
"symfony/routing": "2.2.*",
"symfony/templating": "2.2.*",
"symfony/translation": "2.2.*",
"symfony/yaml": "2.2.*",
"symfony/yaml": "~2.0",
"symfony/security": "2.2.*"
},
"suggest": {

View File

@ -19,7 +19,7 @@
"php": ">=5.3.3"
},
"require-dev": {
"symfony/yaml": "2.2.*",
"symfony/yaml": "~2.0",
"symfony/config": "2.2.*"
},
"suggest": {

View File

@ -20,7 +20,7 @@
},
"require-dev": {
"symfony/config": "2.2.*",
"symfony/yaml": "2.2.*",
"symfony/yaml": "~2.0",
"symfony/http-kernel": "2.2.*",
"doctrine/common": "~2.2",
"psr/log": "~1.0"

View File

@ -20,7 +20,7 @@
},
"require-dev": {
"symfony/config": "2.2.*",
"symfony/yaml": "2.2.*"
"symfony/yaml": "~2.2"
},
"suggest": {
"symfony/config": "2.2.*",

View File

@ -22,7 +22,7 @@
"require-dev": {
"symfony/http-foundation": "2.2.*",
"symfony/locale": "2.2.*",
"symfony/yaml": "2.2.*",
"symfony/yaml": "~2.0",
"symfony/config": "2.2.*"
},
"suggest": {