merged branch stof/composer_missing_dep (PR #4378)

Commits
-------

47a6a29 [FrameworkBundle] Added a missing dependency to DI

Discussion
----------

Composer missing dep

The bundle class extends ContainerAware so the DI component is a required
dependency of the bundle.

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

by travisbot at 2012-05-22T20:27:14Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1403877) (merged 47a6a298 into 55faa546).
This commit is contained in:
Fabien Potencier 2012-05-22 22:37:21 +02:00
commit e1abd5920d

View File

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