From bd03659b39fb3c01e1ab974b0037264b1fa2d521 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Fri, 2 Jun 2023 17:35:34 +0200 Subject: [PATCH] Bump bootstrap version to 5.3 (now stable) This reverts commit d7837741ccb179f581f0bbe3bb075a6e866c3322. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c42a315..a4b52e48 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-gd": "*", "ext-imagick": "*", "ext-mysqli": "*", - "twbs/bootstrap": "^5.2", + "twbs/bootstrap": "^5.3", "twbs/bootstrap-icons": "^1.10" } }