From 2e777756272c9772fca54edc70aeae86ed5be2ae Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Wed, 13 Nov 2024 20:12:25 +0100 Subject: [PATCH] Move the twbs/bootstrap dependency from require-dev to require --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c0cad52e6..7b310322f 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,7 @@ "symfony/validator": "^7", "symfony/yaml": "^7", "symfonycasts/sass-bundle": "^0.7", + "twbs/bootstrap": "^5", "twig/extra-bundle": "^3.3", "twig/intl-extra": "^3.3", "twig/markdown-extra": "^3.3" @@ -64,8 +65,7 @@ "symfony/maker-bundle": "^1.36", "symfony/phpunit-bridge": "^7", "symfony/stopwatch": "^7", - "symfony/web-profiler-bundle": "^7", - "twbs/bootstrap": "^5" + "symfony/web-profiler-bundle": "^7" }, "config": { "allow-plugins": {