diff options
Diffstat (limited to 'vendor/composer')
-rw-r--r-- | vendor/composer/installed.json | 14 | ||||
-rw-r--r-- | vendor/composer/installed.php | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a20c6ac48..5afb1aada 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1702,23 +1702,23 @@ }, { "name": "twbs/bootstrap", - "version": "5.2.0", - "version_normalized": "5.2.0.0", + "version": "v5.2.2", + "version_normalized": "5.2.2.0", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "edf9c40956d19e6ab3f9151bfe0dfac6be06fa21" + "reference": "961d5ff9844372a4e294980c667bbe7e0651cdeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/edf9c40956d19e6ab3f9151bfe0dfac6be06fa21", - "reference": "edf9c40956d19e6ab3f9151bfe0dfac6be06fa21", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/961d5ff9844372a4e294980c667bbe7e0651cdeb", + "reference": "961d5ff9844372a4e294980c667bbe7e0651cdeb", "shasum": "" }, "replace": { "twitter/bootstrap": "self.version" }, - "time": "2022-07-19T15:43:58+00:00", + "time": "2022-10-03T07:44:02+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", @@ -1749,7 +1749,7 @@ ], "support": { "issues": "https://github.com/twbs/bootstrap/issues", - "source": "https://github.com/twbs/bootstrap/tree/5.2.0" + "source": "https://github.com/twbs/bootstrap/tree/v5.2.2" }, "install-path": "../twbs/bootstrap" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index ce5db49c0..b287e2557 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '7dee47183d05b6e1f7d5c5588e2df9993fb294dd', + 'reference' => '10ba98c4f5ec4efe6272516de47f0ce128ef2902', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -233,9 +233,9 @@ 'dev_requirement' => false, ), 'twbs/bootstrap' => array( - 'pretty_version' => '5.2.0', - 'version' => '5.2.0.0', - 'reference' => 'edf9c40956d19e6ab3f9151bfe0dfac6be06fa21', + 'pretty_version' => 'v5.2.2', + 'version' => '5.2.2.0', + 'reference' => '961d5ff9844372a4e294980c667bbe7e0651cdeb', 'type' => 'library', 'install_path' => __DIR__ . '/../twbs/bootstrap', 'aliases' => array(), @@ -244,7 +244,7 @@ 'twitter/bootstrap' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '5.2.0', + 0 => 'v5.2.2', ), ), 'voku/portable-ascii' => array( @@ -268,7 +268,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '7dee47183d05b6e1f7d5c5588e2df9993fb294dd', + 'reference' => '10ba98c4f5ec4efe6272516de47f0ce128ef2902', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |