From 98278327531207fbff7e4594e84362401fcd04c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 26 Sep 2023 16:26:07 +0200 Subject: [PATCH] Add symfony flex and symfony runtime to composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5aa7750..5745822 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,8 @@ "bin-dir": "bin", "allow-plugins": { "ocramius/package-versions": true, - "symfony/flex": true + "symfony/flex": true, + "symfony/runtime": true }, "preferred-install": { "chill-project/chill-bundles": "source",