Explorar el Código

[FrameworkBundle] Added another missing dependency to Config

Christophe Coevoet hace 13 años
padre
commit
40fd99e949
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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/config": "self.version",
         "symfony/dependency-injection": "self.version",
         "symfony/event-dispatcher": "self.version",
         "symfony/http-kernel": "self.version",