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.
This commit is contained in:
Fabien Potencier 2012-05-22 22:44:11 +02:00
commit 836443d6f6

View File

@ -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",