|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "e71f383836139c57d31eb8084467a897",
|
|
|
+ "content-hash": "408b8e53c4a0d313ed75355b91296895",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "carbonphp/carbon-doctrine-types",
|
|
@@ -1182,6 +1182,83 @@
|
|
|
],
|
|
|
"time": "2024-09-25T02:54:12+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "hyperf/async-queue",
|
|
|
+ "version": "v3.1.42",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/hyperf/async-queue.git",
|
|
|
+ "reference": "1cd25666ac1e1f23c9eab6be642e86802a96307b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/hyperf/async-queue/zipball/1cd25666ac1e1f23c9eab6be642e86802a96307b",
|
|
|
+ "reference": "1cd25666ac1e1f23c9eab6be642e86802a96307b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "hyperf/codec": "~3.1.0",
|
|
|
+ "hyperf/collection": "~3.1.0",
|
|
|
+ "hyperf/command": "~3.1.0",
|
|
|
+ "hyperf/contract": "~3.1.0",
|
|
|
+ "hyperf/support": "~3.1.0",
|
|
|
+ "hyperf/utils": "~3.1.0",
|
|
|
+ "php": ">=8.1",
|
|
|
+ "psr/container": "^1.0 || ^2.0",
|
|
|
+ "psr/event-dispatcher": "^1.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "hyperf/di": "Required to use annotations.",
|
|
|
+ "hyperf/event": "Required to dispatch a event.",
|
|
|
+ "hyperf/logger": "Required to use QueueHandleListener.",
|
|
|
+ "hyperf/process": "Auto register the consumer process for server."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
+ },
|
|
|
+ "hyperf": {
|
|
|
+ "config": "Hyperf\\AsyncQueue\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Hyperf\\AsyncQueue\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "A async queue component for hyperf.",
|
|
|
+ "homepage": "https://hyperf.io",
|
|
|
+ "keywords": [
|
|
|
+ "async-queue",
|
|
|
+ "hyperf",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://hyperf.wiki",
|
|
|
+ "issues": "https://github.com/hyperf/hyperf/issues",
|
|
|
+ "pull-request": "https://github.com/hyperf/hyperf/pulls",
|
|
|
+ "source": "https://github.com/hyperf/hyperf"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://hyperf.wiki/#/zh-cn/donate",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/hyperf",
|
|
|
+ "type": "open_collective"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-09-25T02:54:12+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "hyperf/cache",
|
|
|
"version": "v3.1.43",
|
|
@@ -1384,16 +1461,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "hyperf/collection",
|
|
|
- "version": "v3.1.44",
|
|
|
+ "version": "v3.1.45",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/hyperf/collection.git",
|
|
|
- "reference": "7098171d93653aaa4c52183f39437dbf1219986f"
|
|
|
+ "reference": "884b2b84e4f33481f7c4ac8822c5cc854b43582d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/hyperf/collection/zipball/7098171d93653aaa4c52183f39437dbf1219986f",
|
|
|
- "reference": "7098171d93653aaa4c52183f39437dbf1219986f",
|
|
|
+ "url": "https://api.github.com/repos/hyperf/collection/zipball/884b2b84e4f33481f7c4ac8822c5cc854b43582d",
|
|
|
+ "reference": "884b2b84e4f33481f7c4ac8822c5cc854b43582d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1445,7 +1522,7 @@
|
|
|
"type": "open_collective"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-10-23T10:12:23+00:00"
|
|
|
+ "time": "2024-11-14T02:27:55+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "hyperf/command",
|
|
@@ -2170,16 +2247,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "hyperf/database",
|
|
|
- "version": "v3.1.44",
|
|
|
+ "version": "v3.1.45",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/hyperf/database.git",
|
|
|
- "reference": "c0a9eb335c8f7c0b58fd1b300631d4aa593037a1"
|
|
|
+ "reference": "6632bbd7a118416cfecfc80fe0f85c650aa0941e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/hyperf/database/zipball/c0a9eb335c8f7c0b58fd1b300631d4aa593037a1",
|
|
|
- "reference": "c0a9eb335c8f7c0b58fd1b300631d4aa593037a1",
|
|
|
+ "url": "https://api.github.com/repos/hyperf/database/zipball/6632bbd7a118416cfecfc80fe0f85c650aa0941e",
|
|
|
+ "reference": "6632bbd7a118416cfecfc80fe0f85c650aa0941e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2239,7 +2316,7 @@
|
|
|
"type": "open_collective"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-10-11T10:25:57+00:00"
|
|
|
+ "time": "2024-11-11T05:55:47+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "hyperf/db-connection",
|
|
@@ -4916,16 +4993,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "jetbrains/phpstorm-attributes",
|
|
|
- "version": "1.1",
|
|
|
+ "version": "1.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/JetBrains/phpstorm-attributes.git",
|
|
|
- "reference": "22fb28d679deceedba8366dbae65cc8ebfc17e26"
|
|
|
+ "reference": "64de815a4509c29e00d5e3474087fd24c171afc2"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/JetBrains/phpstorm-attributes/zipball/22fb28d679deceedba8366dbae65cc8ebfc17e26",
|
|
|
- "reference": "22fb28d679deceedba8366dbae65cc8ebfc17e26",
|
|
|
+ "url": "https://api.github.com/repos/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2",
|
|
|
+ "reference": "64de815a4509c29e00d5e3474087fd24c171afc2",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"type": "library",
|
|
@@ -4952,9 +5029,9 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://youtrack.jetbrains.com/newIssue?project=WI",
|
|
|
- "source": "https://github.com/JetBrains/phpstorm-attributes/tree/1.1"
|
|
|
+ "source": "https://github.com/JetBrains/phpstorm-attributes/tree/1.2"
|
|
|
},
|
|
|
- "time": "2023-09-01T08:50:25+00:00"
|
|
|
+ "time": "2024-10-11T10:46:19+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laminas/laminas-mime",
|
|
@@ -5291,16 +5368,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
- "version": "3.7.0",
|
|
|
+ "version": "3.8.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
|
- "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
|
|
|
+ "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
|
|
|
- "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67",
|
|
|
+ "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -5320,12 +5397,14 @@
|
|
|
"guzzlehttp/psr7": "^2.2",
|
|
|
"mongodb/mongodb": "^1.8",
|
|
|
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
|
|
- "phpstan/phpstan": "^1.9",
|
|
|
- "phpstan/phpstan-deprecation-rules": "^1.0",
|
|
|
- "phpstan/phpstan-strict-rules": "^1.4",
|
|
|
- "phpunit/phpunit": "^10.5.17",
|
|
|
+ "php-console/php-console": "^3.1.8",
|
|
|
+ "phpstan/phpstan": "^2",
|
|
|
+ "phpstan/phpstan-deprecation-rules": "^2",
|
|
|
+ "phpstan/phpstan-strict-rules": "^2",
|
|
|
+ "phpunit/phpunit": "^10.5.17 || ^11.0.7",
|
|
|
"predis/predis": "^1.1 || ^2",
|
|
|
- "ruflin/elastica": "^7",
|
|
|
+ "rollbar/rollbar": "^4.0",
|
|
|
+ "ruflin/elastica": "^7 || ^8",
|
|
|
"symfony/mailer": "^5.4 || ^6",
|
|
|
"symfony/mime": "^5.4 || ^6"
|
|
|
},
|
|
@@ -5376,7 +5455,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/Seldaek/monolog/issues",
|
|
|
- "source": "https://github.com/Seldaek/monolog/tree/3.7.0"
|
|
|
+ "source": "https://github.com/Seldaek/monolog/tree/3.8.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -5388,7 +5467,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-06-28T09:40:51+00:00"
|
|
|
+ "time": "2024-11-12T13:57:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "nesbot/carbon",
|
|
@@ -6808,16 +6887,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/console",
|
|
|
- "version": "v6.4.14",
|
|
|
+ "version": "v6.4.15",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/console.git",
|
|
|
- "reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b"
|
|
|
+ "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/console/zipball/897c2441ed4eec8a8a2c37b943427d24dba3f26b",
|
|
|
- "reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b",
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
|
|
|
+ "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -6882,7 +6961,7 @@
|
|
|
"terminal"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/console/tree/v6.4.14"
|
|
|
+ "source": "https://github.com/symfony/console/tree/v6.4.15"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -6898,7 +6977,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-11-05T15:34:40+00:00"
|
|
|
+ "time": "2024-11-06T14:19:14+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/deprecation-contracts",
|
|
@@ -7597,16 +7676,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/string",
|
|
|
- "version": "v6.4.13",
|
|
|
+ "version": "v6.4.15",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/string.git",
|
|
|
- "reference": "38371c60c71c72b3d64d8d76f6b1bb81a2cc3627"
|
|
|
+ "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/string/zipball/38371c60c71c72b3d64d8d76f6b1bb81a2cc3627",
|
|
|
- "reference": "38371c60c71c72b3d64d8d76f6b1bb81a2cc3627",
|
|
|
+ "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
|
|
|
+ "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -7663,7 +7742,7 @@
|
|
|
"utf8"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/string/tree/v6.4.13"
|
|
|
+ "source": "https://github.com/symfony/string/tree/v6.4.15"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -7679,7 +7758,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-09-25T14:18:03+00:00"
|
|
|
+ "time": "2024-11-13T13:31:12+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/translation",
|
|
@@ -8006,16 +8085,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "composer/pcre",
|
|
|
- "version": "3.3.1",
|
|
|
+ "version": "3.3.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/composer/pcre.git",
|
|
|
- "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4"
|
|
|
+ "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4",
|
|
|
- "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4",
|
|
|
+ "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
|
|
+ "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -8025,8 +8104,8 @@
|
|
|
"phpstan/phpstan": "<1.11.10"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpstan/phpstan": "^1.11.10",
|
|
|
- "phpstan/phpstan-strict-rules": "^1.1",
|
|
|
+ "phpstan/phpstan": "^1.12 || ^2",
|
|
|
+ "phpstan/phpstan-strict-rules": "^1 || ^2",
|
|
|
"phpunit/phpunit": "^8 || ^9"
|
|
|
},
|
|
|
"type": "library",
|
|
@@ -8065,7 +8144,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/composer/pcre/issues",
|
|
|
- "source": "https://github.com/composer/pcre/tree/3.3.1"
|
|
|
+ "source": "https://github.com/composer/pcre/tree/3.3.2"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -8081,7 +8160,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-08-27T18:44:43+00:00"
|
|
|
+ "time": "2024-11-12T16:29:46+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "composer/semver",
|
|
@@ -8960,16 +9039,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpstan/phpstan",
|
|
|
- "version": "1.12.9",
|
|
|
+ "version": "1.12.11",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
|
- "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c"
|
|
|
+ "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ceb937fb39a92deabc02d20709cf14b2c452502c",
|
|
|
- "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c",
|
|
|
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d1fc20a962a91be578bcfe7cf939e6e1a2ff733",
|
|
|
+ "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -9014,7 +9093,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-11-10T17:10:04+00:00"
|
|
|
+ "time": "2024-11-17T14:08:01+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-code-coverage",
|
|
@@ -11140,16 +11219,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/http-foundation",
|
|
|
- "version": "v6.4.14",
|
|
|
+ "version": "v6.4.15",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
|
|
- "reference": "ba020a321a95519303a3f09ec2824d34d601c388"
|
|
|
+ "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ba020a321a95519303a3f09ec2824d34d601c388",
|
|
|
- "reference": "ba020a321a95519303a3f09ec2824d34d601c388",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6",
|
|
|
+ "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -11159,12 +11238,12 @@
|
|
|
"symfony/polyfill-php83": "^1.27"
|
|
|
},
|
|
|
"conflict": {
|
|
|
- "symfony/cache": "<6.3"
|
|
|
+ "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"doctrine/dbal": "^2.13.1|^3|^4",
|
|
|
"predis/predis": "^1.1|^2.0",
|
|
|
- "symfony/cache": "^6.3|^7.0",
|
|
|
+ "symfony/cache": "^6.4.12|^7.1.5",
|
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
|
|
@@ -11197,7 +11276,7 @@
|
|
|
"description": "Defines an object-oriented layer for the HTTP specification",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/http-foundation/tree/v6.4.14"
|
|
|
+ "source": "https://github.com/symfony/http-foundation/tree/v6.4.15"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -11213,7 +11292,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-11-05T16:39:55+00:00"
|
|
|
+ "time": "2024-11-08T16:09:24+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/options-resolver",
|
|
@@ -11436,16 +11515,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/process",
|
|
|
- "version": "v6.4.14",
|
|
|
+ "version": "v6.4.15",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/process.git",
|
|
|
- "reference": "25214adbb0996d18112548de20c281be9f27279f"
|
|
|
+ "reference": "3cb242f059c14ae08591c5c4087d1fe443564392"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f",
|
|
|
- "reference": "25214adbb0996d18112548de20c281be9f27279f",
|
|
|
+ "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392",
|
|
|
+ "reference": "3cb242f059c14ae08591c5c4087d1fe443564392",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -11477,7 +11556,7 @@
|
|
|
"description": "Executes commands in sub-processes",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/process/tree/v6.4.14"
|
|
|
+ "source": "https://github.com/symfony/process/tree/v6.4.15"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -11493,7 +11572,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-11-06T09:25:01+00:00"
|
|
|
+ "time": "2024-11-06T14:19:14+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/stopwatch",
|
|
@@ -11640,12 +11719,12 @@
|
|
|
],
|
|
|
"aliases": [],
|
|
|
"minimum-stability": "dev",
|
|
|
- "stability-flags": {},
|
|
|
+ "stability-flags": [],
|
|
|
"prefer-stable": true,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
"php": ">=8.1"
|
|
|
},
|
|
|
- "platform-dev": {},
|
|
|
+ "platform-dev": [],
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
}
|