From 0a7550940d6fe26c97f43f4774928c7f99d842c2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 Jan 2023 19:59:54 +0100 Subject: [PATCH] feat(dep): add symfony/runtime 5.4 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c44c093..0c4114d 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,8 @@ "symfony/webpack-encore-bundle": "^1.11", "symfony/yaml": "5.4.*", "twig/extra-bundle": "^2.12|^3.3", - "twig/twig": "^2.12|^3.3" + "twig/twig": "^2.12|^3.3", + "symfony/runtime": "^5.4" }, "autoload": { "psr-4": {