Forráskód Böngészése

merged branch stof/composer_missing_dep (PR #4379)

Commits
-------

40fd99e [FrameworkBundle] Added another missing dependency to Config

Discussion
----------

Yet another composer missing dep

Config is only suggested by DI, not required. So it not installed currently.
Fabien Potencier 13 éve
szülő
commit
836443d6f6
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/Symfony/Bundle/FrameworkBundle/composer.json

+ 1 - 0
src/Symfony/Bundle/FrameworkBundle/composer.json

@@ -17,6 +17,7 @@
     ],
     "require": {
         "php": ">=5.3.2",
+        "symfony/config": "self.version",
         "symfony/dependency-injection": "self.version",
         "symfony/event-dispatcher": "self.version",
         "symfony/http-kernel": "self.version",