Ver Fonte

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.

:+1:
Fabien Potencier há 13 anos atrás
pai
commit
a089b3c7d3
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      src/Symfony/Component/DependencyInjection/composer.json

+ 1 - 3
src/Symfony/Component/DependencyInjection/composer.json

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