From a3705e0dd63c4ce48af205fc266885a822a6b3c8 Mon Sep 17 00:00:00 2001 From: Thomas Calvet Date: Fri, 28 Jun 2019 22:16:06 +0200 Subject: [PATCH] [FrameworkBundle] Require symfony/debug --- src/Symfony/Bundle/FrameworkBundle/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 2a06127e379db..e719a56be7516 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -20,6 +20,7 @@ "ext-xml": "*", "symfony/cache": "^4.3|^5.0", "symfony/config": "^4.2|^5.0", + "symfony/debug": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/error-catcher": "^4.4|^5.0", "symfony/http-foundation": "^4.3|^5.0",