From 1752dd9432d53e770187ebb1c4078c1966086dae Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 15 Nov 2019 10:12:35 +0100 Subject: [PATCH] add FrameworkBundle requirement --- src/Symfony/Bundle/WebProfilerBundle/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json index 30c4e7a732..11e3f5b683 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/composer.json +++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json @@ -18,6 +18,7 @@ "require": { "php": "^7.1.3", "symfony/config": "^4.2|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/routing": "^3.4|^4.0|^5.0", "symfony/twig-bundle": "^4.2|^5.0",