diff options
Diffstat (limited to 'vendor/composer')
-rw-r--r-- | vendor/composer/installed.json | 28 | ||||
-rw-r--r-- | vendor/composer/installed.php | 18 |
2 files changed, 23 insertions, 23 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 03ec926f9..de7eb1394 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -739,17 +739,17 @@ }, { "name": "ramsey/collection", - "version": "1.2.1", - "version_normalized": "1.2.1.0", + "version": "1.2.2", + "version_normalized": "1.2.2.0", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa" + "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/eaca1dc1054ddd10cbd83c1461907bee6fb528fa", - "reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa", + "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", + "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", "shasum": "" }, "require": { @@ -775,7 +775,7 @@ "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.4" }, - "time": "2021-08-06T03:41:06+00:00", + "time": "2021-10-10T03:01:02+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -805,7 +805,7 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/1.2.1" + "source": "https://github.com/ramsey/collection/tree/1.2.2" }, "funding": [ { @@ -1779,23 +1779,23 @@ }, { "name": "twbs/bootstrap", - "version": "v5.1.2", - "version_normalized": "5.1.2.0", + "version": "v5.1.3", + "version_normalized": "5.1.3.0", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "5ecef8ac010249536f92206af500f8670813c8a8" + "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/5ecef8ac010249536f92206af500f8670813c8a8", - "reference": "5ecef8ac010249536f92206af500f8670813c8a8", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/1a6fdfae6be09b09eaced8f0e442ca6f7680a61e", + "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e", "shasum": "" }, "replace": { "twitter/bootstrap": "self.version" }, - "time": "2021-10-05T15:50:18+00:00", + "time": "2021-10-09T06:43:19+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", @@ -1826,7 +1826,7 @@ ], "support": { "issues": "https://github.com/twbs/bootstrap/issues", - "source": "https://github.com/twbs/bootstrap/tree/v5.1.2" + "source": "https://github.com/twbs/bootstrap/tree/v5.1.3" }, "install-path": "../twbs/bootstrap" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 87157c575..5b4f16d0e 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => 'f5f357060bf0ebcb0b8352519375953d993437e7', + 'reference' => 'f19acd9f50ec9b8c78f77af64d523d2295b46052', 'name' => 'zotlabs/hubzilla', 'dev' => false, ), @@ -119,12 +119,12 @@ 'dev_requirement' => false, ), 'ramsey/collection' => array( - 'pretty_version' => '1.2.1', - 'version' => '1.2.1.0', + 'pretty_version' => '1.2.2', + 'version' => '1.2.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), - 'reference' => 'eaca1dc1054ddd10cbd83c1461907bee6fb528fa', + 'reference' => 'cccc74ee5e328031b15640b51056ee8d3bb66c0a', 'dev_requirement' => false, ), 'ramsey/uuid' => array( @@ -242,18 +242,18 @@ 'dev_requirement' => false, ), 'twbs/bootstrap' => array( - 'pretty_version' => 'v5.1.2', - 'version' => '5.1.2.0', + 'pretty_version' => 'v5.1.3', + 'version' => '5.1.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../twbs/bootstrap', 'aliases' => array(), - 'reference' => '5ecef8ac010249536f92206af500f8670813c8a8', + 'reference' => '1a6fdfae6be09b09eaced8f0e442ca6f7680a61e', 'dev_requirement' => false, ), 'twitter/bootstrap' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => 'v5.1.2', + 0 => 'v5.1.3', ), ), 'zotlabs/hubzilla' => array( @@ -262,7 +262,7 @@ 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => 'f5f357060bf0ebcb0b8352519375953d993437e7', + 'reference' => 'f19acd9f50ec9b8c78f77af64d523d2295b46052', 'dev_requirement' => false, ), ), |