From 044aac0a56c6b38761d231f5eac9ac8527e2a8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 12 Sep 2023 15:10:56 +0200 Subject: [PATCH] trust symfony/runtime to execute extensions --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a128b1b77..0ea1979fa 100644 --- a/composer.json +++ b/composer.json @@ -123,7 +123,8 @@ "ocramius/package-versions": true, "phpro/grumphp": true, "phpstan/extension-installer": true, - "roave/you-are-using-it-wrong": true + "roave/you-are-using-it-wrong": true, + "symfony/runtime": true }, "bin-dir": "bin", "optimize-autoloader": true,