From a2f02e9b2cc1087bbfcb1435c4b0e1f090326faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:42:55 +0000 Subject: [PATCH] Update twbs/bootstrap requirement from ^4.0 to ^4.0 || ^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/v4.0.0...v5.3.3) --- updated-dependencies: - dependency-name: twbs/bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01e458a..cd9b7da 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "tatter/layouts": "^1.0", "tatter/menus": "^1.0", "tatter/themes": "^2.0", - "twbs/bootstrap": "^4.0" + "twbs/bootstrap": "^4.0 || ^5.0" }, "require-dev": { "codeigniter4/framework": "^4.1",