From 7dd8b609cff5645ba9f71a3efcb8dd69b8e5cbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 13:03:06 +0000 Subject: [PATCH] Update twbs/bootstrap requirement from ^4.3 to ^5.1 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.3.0...v5.1.0) --- 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 7215a21..badc2a3 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "codeigniter4/codeigniter4": "dev-develop", "heroestoolchest/heroes-data": "dev-nexus", "fortawesome/font-awesome": "^5.8", - "twbs/bootstrap": "^4.3", + "twbs/bootstrap": "^5.1", "components/jquery": "^3.3", "tatter/assets": "^2.1", "tatter/alerts": "^2.0",