diff options
author | Mario <mario@mariovavti.com> | 2024-09-30 07:09:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-30 07:09:20 +0000 |
commit | 5782a674b0cb490f1e3544e5dcb0f7e969361df3 (patch) | |
tree | 9c92590c3f04de627c0f9a3932221205df80caad /vendor | |
parent | fc79e47d88f36709f680d2111035fd123203ce0b (diff) | |
download | volse-hubzilla-5782a674b0cb490f1e3544e5dcb0f7e969361df3.tar.gz volse-hubzilla-5782a674b0cb490f1e3544e5dcb0f7e969361df3.tar.bz2 volse-hubzilla-5782a674b0cb490f1e3544e5dcb0f7e969361df3.zip |
update ramsey/uuid
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/composer/installed.json | 16 | ||||
-rw-r--r-- | vendor/composer/installed.php | 12 | ||||
-rw-r--r-- | vendor/ramsey/uuid/composer.json | 2 | ||||
-rw-r--r-- | vendor/ramsey/uuid/src/Math/BrickMathCalculator.php | 6 |
4 files changed, 19 insertions, 17 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index d6d30f45b..2caaff464 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1249,21 +1249,21 @@ }, { "name": "ramsey/uuid", - "version": "4.7.5", - "version_normalized": "4.7.5.0", + "version": "4.7.6", + "version_normalized": "4.7.6.0", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + "reference": "91039bc1faa45ba123c4328958e620d382ec7088" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", - "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088", + "reference": "91039bc1faa45ba123c4328958e620d382ec7088", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", "ext-json": "*", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" @@ -1300,7 +1300,7 @@ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, - "time": "2023-11-08T05:53:05+00:00", + "time": "2024-04-27T21:32:50+00:00", "type": "library", "extra": { "captainhook": { @@ -1328,7 +1328,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.7.5" + "source": "https://github.com/ramsey/uuid/tree/4.7.6" }, "funding": [ { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index faf15ac9e..d720f5aff 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' => '1c45030c583d8a165bac81e52eab5ee209e398b5', + 'reference' => 'fc79e47d88f36709f680d2111035fd123203ce0b', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -182,9 +182,9 @@ 'dev_requirement' => false, ), 'ramsey/uuid' => array( - 'pretty_version' => '4.7.5', - 'version' => '4.7.5.0', - 'reference' => '5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e', + 'pretty_version' => '4.7.6', + 'version' => '4.7.6.0', + 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), @@ -193,7 +193,7 @@ 'rhumsaa/uuid' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '4.7.5', + 0 => '4.7.6', ), ), 'sabre/dav' => array( @@ -349,7 +349,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '1c45030c583d8a165bac81e52eab5ee209e398b5', + 'reference' => 'fc79e47d88f36709f680d2111035fd123203ce0b', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), diff --git a/vendor/ramsey/uuid/composer.json b/vendor/ramsey/uuid/composer.json index 9ea4e06b3..8139b54e3 100644 --- a/vendor/ramsey/uuid/composer.json +++ b/vendor/ramsey/uuid/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", "ramsey/collection": "^1.2 || ^2.0" }, "require-dev": { diff --git a/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php b/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php index f2d86788c..f065acd46 100644 --- a/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php +++ b/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php @@ -136,9 +136,11 @@ final class BrickMathCalculator implements CalculatorInterface /** * Maps ramsey/uuid rounding modes to those used by brick/math + * + * @return BrickMathRounding::* */ - private function getBrickRoundingMode(int $roundingMode): int + private function getBrickRoundingMode(int $roundingMode) { - return self::ROUNDING_MODE_MAP[$roundingMode] ?? 0; + return self::ROUNDING_MODE_MAP[$roundingMode] ?? BrickMathRounding::UNNECESSARY; } } |