From 823f2a91f75f3fc96cecb4c416c48ceb3cc4c0e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 04:49:17 +0000 Subject: [PATCH] Update twbs/bootstrap requirement from ~3.3 to ~3.3 || ~5.0 Updates the requirements on [twbs/bootstrap](https://github.com/twbs/bootstrap) to permit the latest version. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87c1e570..72af2d7f 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "sensio/framework-extra-bundle": "~5.0", "solarium/solarium": "~3.8", "swiftmailer/swiftmailer": "~6.1", - "twbs/bootstrap": "~3.3", + "twbs/bootstrap": "~3.3 || ~5.0", "twig/twig": ">=2.12", "vihuvac/recaptcha-bundle": "~2.1" },