diff options
author | Mario <mario@mariovavti.com> | 2021-06-07 12:56:27 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-07 12:56:27 +0200 |
commit | f3b4308cb59bf4b21ff186f8479c82239446d139 (patch) | |
tree | 0dcbdcffcfe0dd678958cbcc34f41cb1c470c69b /vendor/composer/installed.json | |
parent | 67322c12643ced03bec0be70667f8b1c45de752f (diff) | |
download | volse-hubzilla-f3b4308cb59bf4b21ff186f8479c82239446d139.tar.gz volse-hubzilla-f3b4308cb59bf4b21ff186f8479c82239446d139.tar.bz2 volse-hubzilla-f3b4308cb59bf4b21ff186f8479c82239446d139.zip |
upgrade to bootstrap 5.0.1 and first batch of fixes
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 50378ffa9..658da1fdd 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1595,29 +1595,24 @@ }, { "name": "twbs/bootstrap", - "version": "v4.6.0", - "version_normalized": "4.6.0.0", + "version": "v5.0.1", + "version_normalized": "5.0.1.0", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "6ffb0b48e455430f8a5359ed689ad64c1143fac2" + "reference": "58b1be927f43c779377e478df2d119f2ddf956ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/6ffb0b48e455430f8a5359ed689ad64c1143fac2", - "reference": "6ffb0b48e455430f8a5359ed689ad64c1143fac2", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/58b1be927f43c779377e478df2d119f2ddf956ca", + "reference": "58b1be927f43c779377e478df2d119f2ddf956ca", "shasum": "" }, "replace": { "twitter/bootstrap": "self.version" }, - "time": "2021-01-19T16:16:38+00:00", + "time": "2021-05-13T16:22:20+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3.x-dev" - } - }, "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1647,7 +1642,7 @@ ], "support": { "issues": "https://github.com/twbs/bootstrap/issues", - "source": "https://github.com/twbs/bootstrap/tree/v4.6.0" + "source": "https://github.com/twbs/bootstrap/tree/v5.0.1" }, "funding": [ { |