Update dependency ramsey/uuid to v4.7.3 (#165)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #165.
This commit is contained in:
renovate[bot]
2023-03-16 18:30:41 +00:00
committed by GitHub
parent ec332a519a
commit fb3d3146c8

154
app/composer.lock generated
View File

@@ -8,26 +8,26 @@
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.8.15", "version": "0.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd" "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd", "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd", "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.1|^8.0" "php": "^7.4 || ^8.0"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "^2.2", "php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15|^8.5", "phpunit/phpunit": "^9.0",
"vimeo/psalm": "^3.5" "vimeo/psalm": "4.25.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -52,11 +52,11 @@
], ],
"funding": [ "funding": [
{ {
"url": "https://tidelift.com/funding/github/packagist/brick/math", "url": "https://github.com/BenMorel",
"type": "tidelift" "type": "github"
} }
], ],
"time": "2020-04-15T15:59:35+00:00" "time": "2022-08-10T22:54:19+00:00"
}, },
{ {
"name": "clue/stream-filter", "name": "clue/stream-filter",
@@ -1484,37 +1484,52 @@
}, },
{ {
"name": "ramsey/collection", "name": "ramsey/collection",
"version": "1.0.1", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/collection.git", "url": "https://github.com/ramsey/collection.git",
"reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca" "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca", "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
"reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca", "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "captainhook/plugin-composer": "^5.3",
"fzaninotto/faker": "^1.5", "ergebnis/composer-normalize": "^2.28.3",
"jakub-onderka/php-parallel-lint": "^1", "fakerphp/faker": "^1.21",
"jangregor/phpstan-prophecy": "^0.6", "hamcrest/hamcrest-php": "^2.0",
"mockery/mockery": "^1.3", "jangregor/phpstan-prophecy": "^1.0",
"phpstan/extension-installer": "^1", "mockery/mockery": "^1.5",
"phpstan/phpdoc-parser": "0.4.1", "php-parallel-lint/php-console-highlighter": "^1.0",
"phpstan/phpstan": "^0.12", "php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan-mockery": "^0.12", "phpcsstandards/phpcsutils": "^1.0.0-rc1",
"phpstan/phpstan-phpunit": "^0.12", "phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^8.5", "phpstan/extension-installer": "^1.2",
"slevomat/coding-standard": "^6.0", "phpstan/phpstan": "^1.9",
"squizlabs/php_codesniffer": "^3.5" "phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18.4",
"ramsey/coding-standard": "^2.0.3",
"ramsey/conventional-commits": "^1.3",
"vimeo/psalm": "^5.4"
}, },
"type": "library", "type": "library",
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Ramsey\\Collection\\": "src/" "Ramsey\\Collection\\": "src/"
@@ -1531,8 +1546,7 @@
"homepage": "https://benramsey.com" "homepage": "https://benramsey.com"
} }
], ],
"description": "A PHP 7.2+ library for representing and manipulating collections.", "description": "A PHP library for representing and manipulating collections.",
"homepage": "https://github.com/ramsey/collection",
"keywords": [ "keywords": [
"array", "array",
"collection", "collection",
@@ -1541,57 +1555,65 @@
"queue", "queue",
"set" "set"
], ],
"time": "2020-01-05T00:22:59+00:00" "funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
"type": "tidelift"
}
],
"time": "2022-12-31T21:50:55+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
"version": "4.0.1", "version": "4.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/uuid.git", "url": "https://github.com/ramsey/uuid.git",
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d" "reference": "433b2014e3979047db08a17a205f410ba3869cf2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d", "url": "https://api.github.com/repos/ramsey/uuid/zipball/433b2014e3979047db08a17a205f410ba3869cf2",
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d", "reference": "433b2014e3979047db08a17a205f410ba3869cf2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "^0.8", "brick/math": "^0.8.8 || ^0.9 || ^0.10",
"ext-json": "*", "ext-json": "*",
"php": "^7.2 || ^8", "php": "^8.0",
"ramsey/collection": "^1.0", "ramsey/collection": "^1.2 || ^2.0"
"symfony/polyfill-ctype": "^1.8"
}, },
"replace": { "replace": {
"rhumsaa/uuid": "self.version" "rhumsaa/uuid": "self.version"
}, },
"require-dev": { "require-dev": {
"codeception/aspect-mock": "^3", "captainhook/captainhook": "^5.10",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2", "captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.8", "doctrine/annotations": "^1.8",
"goaop/framework": "^2", "ergebnis/composer-normalize": "^2.15",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"moontoast/math": "^1.1",
"paragonie/random-lib": "^2", "paragonie/random-lib": "^2",
"php-mock/php-mock": "^2.2",
"php-mock/php-mock-mockery": "^1.3", "php-mock/php-mock-mockery": "^1.3",
"php-mock/php-mock-phpunit": "^2.5",
"php-parallel-lint/php-parallel-lint": "^1.1", "php-parallel-lint/php-parallel-lint": "^1.1",
"phpstan/extension-installer": "^1.0", "phpbench/phpbench": "^1.0",
"phpstan/phpdoc-parser": "0.4.3", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^0.12", "phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5 || ^9",
"psy/psysh": "^0.10.0", "ramsey/composer-repl": "^1.4",
"slevomat/coding-standard": "^6.0", "slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "3.9.4" "vimeo/psalm": "^4.9"
}, },
"suggest": { "suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
@@ -1599,8 +1621,8 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "captainhook": {
"dev-master": "4.x-dev" "force-install": true
} }
}, },
"autoload": { "autoload": {
@@ -1616,7 +1638,6 @@
"MIT" "MIT"
], ],
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [ "keywords": [
"guid", "guid",
"identifier", "identifier",
@@ -1632,7 +1653,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-03-29T20:13:32+00:00" "time": "2023-01-12T18:13:24+00:00"
}, },
{ {
"name": "sentry/sdk", "name": "sentry/sdk",
@@ -2084,20 +2105,23 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.17.1", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
}, },
"suggest": { "suggest": {
"ext-ctype": "For best performance" "ext-ctype": "For best performance"
@@ -2105,7 +2129,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.17-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@@ -2156,7 +2180,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-06T08:46:27+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",