merged branch ddebree/patch-1 (PR #5001)

Commits
-------

37bbd0f Moved symfony/config from the "recommend" dependency to the "suggest" dependency. Cannot find "recommend" in composer documentation

Discussion
----------

Moved symfony/config from the "recommend" dependency to the "suggest" dependancy

Moved symfony/config from the "recommend" dependency to the "suggest" dependency. Cannot find "recommend" in composer documentation

---------------------------------------------------------------------------

by igorw at 2012-07-21T10:52:19Z

Recommend used to exist but was removed.

👍
This commit is contained in:
Fabien Potencier 2012-07-21 13:10:55 +02:00
commit a089b3c7d3

View File

@ -18,10 +18,8 @@
"require": {
"php": ">=5.3.2"
},
"recommend": {
"symfony/config": "self.version"
},
"suggest": {
"symfony/config": "self.version"
"symfony/yaml": "self.version"
},
"autoload": {