[DependencyInjection] Fixed composer.json

'recommend' section no more exists
This commit is contained in:
William DURAND 2012-04-22 15:37:21 +02:00
parent 1aa07869f2
commit e344609bcb

View File

@ -18,11 +18,9 @@
"require": {
"php": ">=5.3.2"
},
"recommend": {
"symfony/config": "self.version"
},
"suggest": {
"symfony/yaml": "self.version"
"symfony/yaml": "self.version",
"symfony/config": "self.version"
},
"autoload": {
"psr-0": { "Symfony\\Component\\DependencyInjection": "" }