[FrameworkBundle] Added a missing dependency to DI

The bundle class extends ContainerAware so the DI component is a required
dependency of the bundle.
This commit is contained in:
Christophe Coevoet 2012-05-22 22:22:14 +02:00
parent 55faa5468b
commit 47a6a29855

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