From 8ccb21ff53b1342dc97e9fcea6b62485939b3cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:06:49 +0000 Subject: [PATCH] Bump twbs/bootstrap from 3.3.7 to 3.4.1 Bumps [twbs/bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v3.4.1) --- updated-dependencies: - dependency-name: twbs/bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index bfbeaab..9073392 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require" : { "php" : ">=7.0.8", - "twbs/bootstrap" : "3.3.7", + "twbs/bootstrap" : "3.4.1", "components/jquery" : "3.2.1" } } \ No newline at end of file diff --git a/composer.lock b/composer.lock index d1409a5..c0c3f1d 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "34b84e57cb74eb94b06c65774f27b9ce", + "content-hash": "2867252ea4876c1e1f75bbf2967b97da", "packages": [ { "name": "components/jquery", @@ -50,16 +50,16 @@ }, { "name": "twbs/bootstrap", - "version": "v3.3.7", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" + "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86", - "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e", + "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e", "shasum": "" }, "replace": { @@ -68,7 +68,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3.x-dev" + "dev-master": "3.4.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -86,7 +86,7 @@ } ], "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "homepage": "http://getbootstrap.com", + "homepage": "https://getbootstrap.com/", "keywords": [ "JS", "css", @@ -97,7 +97,11 @@ "responsive", "web" ], - "time": "2016-07-25T15:51:55+00:00" + "support": { + "issues": "https://github.com/twbs/bootstrap/issues", + "source": "https://github.com/twbs/bootstrap/tree/v3.4.1" + }, + "time": "2019-02-13T15:55:38+00:00" } ], "packages-dev": [], @@ -109,5 +113,6 @@ "platform": { "php": ">=7.0.8" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }