diff options
author | Mario <mario@mariovavti.com> | 2023-10-05 10:17:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-10-05 10:17:07 +0000 |
commit | 32f2de17d4faeb7b74b0f1b46c43800e3acedf36 (patch) | |
tree | 002328a2aad702ba3b7068992337f8aa2bb59997 /composer.lock | |
parent | 600e8081a82f088ff513664379a1557ae5078193 (diff) | |
download | volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.gz volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.bz2 volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.zip |
composer update bootstrap
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock index 66f27ac96..f1bf6ba2c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8a674d97a7a0bca4e94bc825ed4840b9", + "content-hash": "899fa978805f43b3f2f863291e5d5b9f", "packages": [ { "name": "blueimp/jquery-file-upload", @@ -1945,16 +1945,16 @@ }, { "name": "twbs/bootstrap", - "version": "v5.3.0", + "version": "v5.3.2", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "60098ac499d30aa50575b0b7137391c06ef25429" + "reference": "344e912d04b5b6a04482113eff20ab416ff01048" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/60098ac499d30aa50575b0b7137391c06ef25429", - "reference": "60098ac499d30aa50575b0b7137391c06ef25429", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/344e912d04b5b6a04482113eff20ab416ff01048", + "reference": "344e912d04b5b6a04482113eff20ab416ff01048", "shasum": "" }, "replace": { @@ -1989,9 +1989,9 @@ ], "support": { "issues": "https://github.com/twbs/bootstrap/issues", - "source": "https://github.com/twbs/bootstrap/tree/v5.3.0" + "source": "https://github.com/twbs/bootstrap/tree/v5.3.2" }, - "time": "2023-05-30T15:15:55+00:00" + "time": "2023-09-14T14:19:27+00:00" }, { "name": "voku/portable-ascii", @@ -7100,6 +7100,7 @@ "platform": { "php": ">=8.0.2", "ext-curl": "*", + "ext-iconv": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-openssl": "*", @@ -7107,5 +7108,5 @@ "ext-posix": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } |