[Debug] changed composer to accept more versions

This commit is contained in:
Fabien Potencier 2013-03-21 10:17:30 +01:00
parent e455269ba3
commit daa3a3c819

View File

@ -19,13 +19,13 @@
"php": ">=5.3.3"
},
"require-dev": {
"symfony/http-kernel": "2.2.*",
"symfony/http-foundation": "2.2.*"
"symfony/http-kernel": "~2.1",
"symfony/http-foundation": "~2.1"
},
"suggest": {
"symfony/http-foundation": "2.2.*",
"symfony/http-kernel": "2.2.*",
"symfony/class-loader": "2.2.*"
"symfony/http-foundation": "~2.1",
"symfony/http-kernel": "~2.1",
"symfony/class-loader": "~2.1"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Debug\\": "" }