فهرست منبع

[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 سال پیش
والد
کامیت
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",