Просмотр исходного кода

[FrameworkBundle] Added a missing dependency to DI

The bundle class extends ContainerAware so the DI component is a required
dependency of the bundle.
Christophe Coevoet 13 лет назад
Родитель
Сommit
47a6a29855
1 измененных файлов с 1 добавлено и 0 удалено
  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/dependency-injection": "self.version",
         "symfony/event-dispatcher": "self.version",
         "symfony/http-kernel": "self.version",
         "symfony/routing": "self.version",