From 5e77d8bf79cdd05597eb1a2bb0730935458c5167 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Sun, 25 Jun 2023 12:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 11 +- composer.lock | 944 ++++++++++++++++++++++++++++---------------------- 2 files changed, 538 insertions(+), 417 deletions(-) diff --git a/composer.json b/composer.json index d80a530..8435962 100644 --- a/composer.json +++ b/composer.json @@ -95,5 +95,14 @@ "Composer\\Config::disableProcessTimeout", "php ./bin/hyperf.php start" ] + }, + "repositories": { + "proxy": { + "type": "composer", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy", + "only": [ + "hyperf/*" + ] + } } -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index c05bec0..f0f7ae9 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "2ddb8a55465e63f74da1c0afcbe627d4", + "content-hash": "b678797d6b653d9891f0a1a1b542650d", "packages": [ { "name": "adbario/php-dot-notation", @@ -1312,7 +1312,7 @@ }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/amqp/v3.0.18/hyperf-amqp-v3.0.18.zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/amqp/v3.0.18?source=%E5%AE%98%E6%96%B9%E6%BA%90", "reference": "701520b989a0277d2faded8a1141e1c4545261c2", "shasum": "" }, @@ -1364,16 +1364,11 @@ { "name": "hyperf/async-queue", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/async-queue.git", - "reference": "7e7b558492a80ac29baeffe1942709a062d087aa" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/async-queue/v3.0.18/hyperf-async-queue-v3.0.18.zip", - "reference": "7e7b558492a80ac29baeffe1942709a062d087aa", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/async-queue/v3.0.18", + "reference": "075b9a68e927f92586e6fecd627aa81987b15ab8", + "shasum": "075b9a68e927f92586e6fecd627aa81987b15ab8" }, "require": { "hyperf/codec": "~3.0.0", @@ -1406,6 +1401,11 @@ "Hyperf\\AsyncQueue\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\AsyncQueue\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1416,21 +1416,20 @@ "hyperf", "php" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/cache", - "version": "v3.0.26", - "source": { - "type": "git", - "url": "https://github.com/hyperf/cache.git", - "reference": "562639b565036bf13494f4e312a83439fe2bece0" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/cache/v3.0.26/hyperf-cache-v3.0.26.zip", - "reference": "562639b565036bf13494f4e312a83439fe2bece0", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/cache/v3.0.18", + "reference": "2fea543251e0534966b46da801d5cd1e44634234", + "shasum": "2fea543251e0534966b46da801d5cd1e44634234" }, "require": { "hyperf/codec": "~3.0.0", @@ -1460,6 +1459,11 @@ "Hyperf\\Cache\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Cache\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1470,21 +1474,20 @@ "hyperf", "php" ], - "time": "2023-06-19T11:35:29+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/code-parser", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/code-parser.git", - "reference": "f1812421150d7ef95067eb6657c6f84514b6dfea" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/code-parser/v3.0.18/hyperf-code-parser-v3.0.18.zip", - "reference": "f1812421150d7ef95067eb6657c6f84514b6dfea", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/code-parser/v3.0.18", + "reference": "5998a7e6e2a524f9455f72d371e354ea9de7aea1", + "shasum": "5998a7e6e2a524f9455f72d371e354ea9de7aea1" }, "require": { "hyperf/collection": "~3.0.0", @@ -1507,6 +1510,11 @@ "Hyperf\\CodeParser\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\CodeParser\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1518,21 +1526,20 @@ "php", "swoole" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/codec", "version": "v3.0.1", - "source": { - "type": "git", - "url": "https://github.com/hyperf/codec.git", - "reference": "7d3cbfa06c50ef52809acadfcbcd59424366f591" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/codec/v3.0.1/hyperf-codec-v3.0.1.zip", - "reference": "7d3cbfa06c50ef52809acadfcbcd59424366f591", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/codec/v3.0.1", + "reference": "cf8faab62e202497f7b0617b9da94989928f03a6", + "shasum": "cf8faab62e202497f7b0617b9da94989928f03a6" }, "require": { "ext-json": "*", @@ -1551,6 +1558,11 @@ "Hyperf\\Codec\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Codec\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1562,21 +1574,20 @@ "php", "swoole" ], - "time": "2023-04-24T09:49:41+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/collection", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/collection.git", - "reference": "25be1f5643565dd19c05ee2da4156cfaa8bb71eb" - }, + "version": "v3.0.21", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/collection/v3.0.24/hyperf-collection-v3.0.24.zip", - "reference": "25be1f5643565dd19c05ee2da4156cfaa8bb71eb", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/collection/v3.0.21", + "reference": "68c966f9abdb1e8f45d7f2da4d51c98adca0bf40", + "shasum": "68c966f9abdb1e8f45d7f2da4d51c98adca0bf40" }, "require": { "hyperf/contract": "~3.0.0", @@ -1590,11 +1601,16 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Collection\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Collection\\": "tests/" } }, "license": [ @@ -1608,21 +1624,20 @@ "php", "swoole" ], - "time": "2023-06-05T11:54:56+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/command", "version": "v3.0.23", - "source": { - "type": "git", - "url": "https://github.com/hyperf/command.git", - "reference": "d63a1a55247f03c6f6b4914060b150befd5c3fbb" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/command/v3.0.23/hyperf-command-v3.0.23.zip", - "reference": "d63a1a55247f03c6f6b4914060b150befd5c3fbb", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/command/v3.0.23", + "reference": "6d2f6f1c47a6fcde4942c55b3187af553d26ef34", + "shasum": "6d2f6f1c47a6fcde4942c55b3187af553d26ef34" }, "require": { "hyperf/support": "~3.0.0", @@ -1646,6 +1661,11 @@ "Hyperf\\Command\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Command\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1654,22 +1674,16 @@ "command", "php", "swoole" - ], - "time": "2023-05-30T01:25:37+00:00" + ] }, { "name": "hyperf/conditionable", "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/conditionable.git", - "reference": "4222cdc512e9e48e4375a480161c6365276ff803" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/conditionable/v3.0.0/hyperf-conditionable-v3.0.0.zip", - "reference": "4222cdc512e9e48e4375a480161c6365276ff803", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/conditionable/v3.0.0", + "reference": "ccf122831ec2de36ca5ebb9bd4af4250dcc23faf", + "shasum": "ccf122831ec2de36ca5ebb9bd4af4250dcc23faf" }, "require": { "php": ">=7.4" @@ -1685,6 +1699,11 @@ "Hyperf\\Conditionable\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Conditionable\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1696,21 +1715,20 @@ "php", "swoole" ], - "time": "2023-03-28T15:02:39+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/config", "version": "v3.0.20", - "source": { - "type": "git", - "url": "https://github.com/hyperf/config.git", - "reference": "6503882f8547809d609b9489170037ceaef04962" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/config/v3.0.20/hyperf-config-v3.0.20.zip", - "reference": "6503882f8547809d609b9489170037ceaef04962", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/config/v3.0.20", + "reference": "ef3b89a6a18de66ad53fafab56ad8e6672eab992", + "shasum": "ef3b89a6a18de66ad53fafab56ad8e6672eab992" }, "require": { "hyperf/collection": "~3.0.0", @@ -1737,11 +1755,16 @@ } }, "autoload": { - "files": [ - "./src/Functions.php" - ], "psr-4": { "Hyperf\\Config\\": "src/" + }, + "files": [ + "./src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Config\\": "tests/" } }, "license": [ @@ -1756,21 +1779,20 @@ "php", "swoole" ], - "time": "2023-05-09T03:02:12+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/constants", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/constants.git", - "reference": "71eadfcf6495eb4945a2416569649e39a89a55e3" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/constants/v3.0.18/hyperf-constants-v3.0.18.zip", - "reference": "71eadfcf6495eb4945a2416569649e39a89a55e3", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/constants/v3.0.18", + "reference": "8c0ed1b3dfa609a860c6d2d5fcd0eb1c0b8721e2", + "shasum": "8c0ed1b3dfa609a860c6d2d5fcd0eb1c0b8721e2" }, "require": { "hyperf/di": "~3.0.0", @@ -1795,6 +1817,11 @@ "Hyperf\\Constants\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Constants\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1805,21 +1832,20 @@ "hyperf", "php" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/context", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/context.git", - "reference": "8cff8cc1c70c1a8c390a13b97986ddd5e47fa2ec" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/context/v3.0.18/hyperf-context-v3.0.18.zip", - "reference": "8cff8cc1c70c1a8c390a13b97986ddd5e47fa2ec", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/context/v3.0.18", + "reference": "a0cc2890dcca459103077f5d87ba2717765adff7", + "shasum": "a0cc2890dcca459103077f5d87ba2717765adff7" }, "require": { "hyperf/engine": "^1.2|^2.0", @@ -1836,32 +1862,36 @@ "Hyperf\\Context\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Context\\": "tests/" + } + }, "license": [ "MIT" ], "description": "A coroutine/application context library.", "homepage": "https://hyperf.io", "keywords": [ - "Context", + "context", "hyperf", "php", "swoole" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/contract", "version": "v3.0.10", - "source": { - "type": "git", - "url": "https://github.com/hyperf/contract.git", - "reference": "93488df36b1c4e2fc16c630fb77c110bafffb141" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/contract/v3.0.10/hyperf-contract-v3.0.10.zip", - "reference": "93488df36b1c4e2fc16c630fb77c110bafffb141", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/contract/v3.0.10", + "reference": "38be2f4fbfaea03cb50a0bab6d67f2d2067bf95a", + "shasum": "38be2f4fbfaea03cb50a0bab6d67f2d2067bf95a" }, "require": { "php": ">=8.0" @@ -1887,21 +1917,20 @@ "php", "swoole" ], - "time": "2023-03-10T04:21:37+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/coordinator", "version": "v3.0.22", - "source": { - "type": "git", - "url": "https://github.com/hyperf/coordinator.git", - "reference": "a49c2d22995b4115e8b21f1de58b992047c4d0fd" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/coordinator/v3.0.22/hyperf-coordinator-v3.0.22.zip", - "reference": "a49c2d22995b4115e8b21f1de58b992047c4d0fd", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/coordinator/v3.0.22", + "reference": "f049e6b73a90f056201aa9805c06693b5e35de7b", + "shasum": "f049e6b73a90f056201aa9805c06693b5e35de7b" }, "require": { "hyperf/engine": "^1.2|^2.0", @@ -1918,32 +1947,36 @@ "Hyperf\\Coordinator\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Coordinator\\": "tests/" + } + }, "license": [ "MIT" ], "description": "Hyperf Coordinator", "homepage": "https://hyperf.io", "keywords": [ - "Coordinator", + "coordinator", "hyperf", "php", "swoole" ], - "time": "2023-05-26T13:44:16+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/coroutine", "version": "v3.0.16", - "source": { - "type": "git", - "url": "https://github.com/hyperf/coroutine.git", - "reference": "4944ce69d5f35407e5dbcf7e9991f1db3366f254" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/coroutine/v3.0.16/hyperf-coroutine-v3.0.16.zip", - "reference": "4944ce69d5f35407e5dbcf7e9991f1db3366f254", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/coroutine/v3.0.16", + "reference": "06b3b38fc2e8095b37a4feabbcf345907069c40a", + "shasum": "06b3b38fc2e8095b37a4feabbcf345907069c40a" }, "require": { "hyperf/context": "~3.0.0", @@ -1958,11 +1991,16 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Coroutine\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Coroutine\\": "tests/" } }, "license": [ @@ -1976,25 +2014,28 @@ "php", "swoole" ], - "time": "2023-04-12T05:34:25+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/crontab", - "version": "v3.0.18", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/crontab.git", - "reference": "8cd73b5f6c4f2e673f9d8a116d0f8a53c2f0df7a" + "reference": "99f8accd65cda19035f74023e80fd154bd7a576f" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/crontab/v3.0.18/hyperf-crontab-v3.0.18.zip", - "reference": "8cd73b5f6c4f2e673f9d8a116d0f8a53c2f0df7a", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/crontab/v3.0.16?source=%E5%AE%98%E6%96%B9%E6%BA%90", + "reference": "99f8accd65cda19035f74023e80fd154bd7a576f", "shasum": "" }, "require": { "hyperf/framework": "~3.0.0", - "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "nesbot/carbon": "^2.0", "php": ">=8.0" @@ -2028,27 +2069,22 @@ "php", "swoole" ], - "time": "2023-04-26T03:02:31+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "hyperf/database", - "version": "v3.0.26", - "source": { - "type": "git", - "url": "https://github.com/hyperf/database.git", - "reference": "f37c8cf9ed33d5392c76fc3a89a7470e614a7f56" - }, + "version": "v3.0.23", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/database/v3.0.26/hyperf-database-v3.0.26.zip", - "reference": "f37c8cf9ed33d5392c76fc3a89a7470e614a7f56", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/database/v3.0.23", + "reference": "6aa54f1716838ea676527c0994131765ace1615c", + "shasum": "6aa54f1716838ea676527c0994131765ace1615c" }, "require": { "hyperf/code-parser": "~3.0.0", "hyperf/collection": "~3.0.0", "hyperf/macroable": "~3.0.0", - "hyperf/support": "~3.0.24", + "hyperf/support": "~3.0.0", "hyperf/tappable": "~3.0.0", "hyperf/utils": "~3.0.0", "nesbot/carbon": "^2.0", @@ -2072,6 +2108,11 @@ "Hyperf\\Database\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Database\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2082,21 +2123,20 @@ "hyperf", "php" ], - "time": "2023-06-19T10:09:21+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/db-connection", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/db-connection.git", - "reference": "e4264bbaaa4b2f6a02096400ee05e4289b6a5509" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/db-connection/v3.0.18/hyperf-db-connection-v3.0.18.zip", - "reference": "e4264bbaaa4b2f6a02096400ee05e4289b6a5509", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/db-connection/v3.0.18", + "reference": "f56782784de4fdc6258e920fc4f70970cc2e4adb", + "shasum": "f56782784de4fdc6258e920fc4f70970cc2e4adb" }, "require": { "hyperf/database": "~3.0.0", @@ -2123,32 +2163,36 @@ "Hyperf\\DbConnection\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\DbConnection\\": "tests/" + } + }, "license": [ "MIT" ], "description": "A hyperf db connection handler for hyperf/database.", "homepage": "https://hyperf.io", "keywords": [ - "Connection", + "connection", "database", "hyperf", "php" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/di", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/di.git", - "reference": "4fa46897ffe0e1f2d1260a65a1e25dadaacbdcd2" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/di/v3.0.24/hyperf-di-v3.0.24.zip", - "reference": "4fa46897ffe0e1f2d1260a65a1e25dadaacbdcd2", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/di/v3.0.18", + "reference": "66d5e92683cfaa9927cb22b8716c3f419c5d27c5", + "shasum": "66d5e92683cfaa9927cb22b8716c3f419c5d27c5" }, "require": { "doctrine/instantiator": "^1.0", @@ -2180,6 +2224,11 @@ "Hyperf\\Di\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Di\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2192,27 +2241,26 @@ "php", "swoole" ], - "time": "2023-06-05T07:53:17+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/dispatcher", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/dispatcher.git", - "reference": "af232ac01c3dcb91ad565d6202e3e3bfb2fcf560" - }, + "version": "v3.0.16", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/dispatcher/v3.0.24/hyperf-dispatcher-v3.0.24.zip", - "reference": "af232ac01c3dcb91ad565d6202e3e3bfb2fcf560", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/dispatcher/v3.0.16", + "reference": "84352950c76ff1ef0307dd39758abaaf47baa5f6", + "shasum": "84352950c76ff1ef0307dd39758abaaf47baa5f6" }, "require": { "hyperf/contract": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", - "psr/http-message": "^1.0|^2.0", + "psr/http-message": "^1.0", "psr/http-server-middleware": "^1.0" }, "type": "library", @@ -2229,6 +2277,11 @@ "Hyperf\\Dispatcher\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Dispatcher\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2242,7 +2295,11 @@ "php", "swoole" ], - "time": "2023-06-04T02:14:26+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/engine", @@ -2254,7 +2311,7 @@ }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/engine/v1.10.0/hyperf-engine-v1.10.0.zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/engine/v1.10.0?source=%E5%AE%98%E6%96%B9%E6%BA%90", "reference": "da38c8708f3d78d1490331e432d385489720568f", "shasum": "" }, @@ -2298,16 +2355,11 @@ { "name": "hyperf/event", "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/event.git", - "reference": "e10cd5e8b7f02bad9c542c3592b495debba9a39a" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/event/v3.0.0/hyperf-event-v3.0.0.zip", - "reference": "e10cd5e8b7f02bad9c542c3592b495debba9a39a", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/event/v3.0.0", + "reference": "408040612e36cd93ae9c362ce29e6962c42c3fa1", + "shasum": "408040612e36cd93ae9c362ce29e6962c42c3fa1" }, "require": { "hyperf/contract": "~3.0.0", @@ -2331,6 +2383,11 @@ "Hyperf\\Event\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Event\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2342,21 +2399,20 @@ "php", "swoole" ], - "time": "2022-10-13T02:40:13+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/exception-handler", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/exception-handler.git", - "reference": "bcadcd90f2d4f71e8e85f769256afdd4ea712ad3" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/exception-handler/v3.0.24/hyperf-exception-handler-v3.0.24.zip", - "reference": "bcadcd90f2d4f71e8e85f769256afdd4ea712ad3", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/exception-handler/v3.0.18", + "reference": "af8fb12072a02bc27d68f2c60eaded462ed04f37", + "shasum": "af8fb12072a02bc27d68f2c60eaded462ed04f37" }, "require": { "hyperf/contract": "~3.0.0", @@ -2365,7 +2421,7 @@ "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", - "psr/http-message": "^1.0|^2.0" + "psr/http-message": "^1.0" }, "type": "library", "extra": { @@ -2381,6 +2437,11 @@ "Hyperf\\ExceptionHandler\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\ExceptionHandler\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2391,21 +2452,20 @@ "php", "swoole" ], - "time": "2023-06-04T02:14:26+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/framework", "version": "v3.0.23", - "source": { - "type": "git", - "url": "https://github.com/hyperf/framework.git", - "reference": "38e0fdfd097e73efbe7391795a695cea874d4ca6" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/framework/v3.0.23/hyperf-framework-v3.0.23.zip", - "reference": "38e0fdfd097e73efbe7391795a695cea874d4ca6", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/framework/v3.0.23", + "reference": "099520f283efa109b2f83f7a7b0bfddc2c1109ba", + "shasum": "099520f283efa109b2f83f7a7b0bfddc2c1109ba" }, "require": { "fig/http-message-util": "^1.1.2", @@ -2438,40 +2498,44 @@ "Hyperf\\Framework\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Framework\\": "tests/" + } + }, "license": [ "MIT" ], "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.", "homepage": "https://hyperf.io", "keywords": [ - "Microservice", "framework", "hyperf", + "microservice", "middleware", "php", "swoole" ], - "time": "2023-05-30T01:25:37+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/guzzle", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/guzzle.git", - "reference": "7791900eed289bd6584e2e52d2ec02b47f85740c" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/guzzle/v3.0.24/hyperf-guzzle-v3.0.24.zip", - "reference": "7791900eed289bd6584e2e52d2ec02b47f85740c", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/guzzle/v3.0.18", + "reference": "aa0e36ce1d78cc402ea449def1409ed827e53381", + "shasum": "aa0e36ce1d78cc402ea449def1409ed827e53381" }, "require": { "guzzlehttp/guzzle": "^6.3|^7.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", - "psr/http-message": "^1.0|^2.0" + "psr/http-message": "^1.0" }, "suggest": { "ext-curl": "Required for CURL handler support", @@ -2491,31 +2555,30 @@ "Hyperf\\Guzzle\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Guzzle\\": "tests/" + } + }, "license": [ "MIT" ], "description": "Swoole coroutine handler for guzzle", "keywords": [ - "Guzzle", + "guzzle", "handler", "php", "swoole" - ], - "time": "2023-06-04T02:14:26+00:00" + ] }, { "name": "hyperf/http-message", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/http-message.git", - "reference": "23affffb7a15842f990144b5bd49641e4de8dda4" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/http-message/v3.0.18/hyperf-http-message-v3.0.18.zip", - "reference": "23affffb7a15842f990144b5bd49641e4de8dda4", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/http-message/v3.0.18", + "reference": "f3798dee017f6008762aedac9013dff2d28adc83", + "shasum": "f3798dee017f6008762aedac9013dff2d28adc83" }, "require": { "hyperf/codec": "~3.0.0", @@ -2543,6 +2606,11 @@ "Hyperf\\HttpMessage\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\HttpMessage\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2552,22 +2620,16 @@ "hyperf", "php", "swoole" - ], - "time": "2023-04-26T03:02:31+00:00" + ] }, { "name": "hyperf/http-server", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/http-server.git", - "reference": "d8a3256a6b32879b6d7bfd308cc1dca9d8d27de1" - }, + "version": "v3.0.21", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/http-server/v3.0.24/hyperf-http-server-v3.0.24.zip", - "reference": "d8a3256a6b32879b6d7bfd308cc1dca9d8d27de1", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/http-server/v3.0.21", + "reference": "7f774afe695e67be93928f5da53cf42d5f1e9280", + "shasum": "7f774afe695e67be93928f5da53cf42d5f1e9280" }, "require": { "hyperf/codec": "~3.0.0", @@ -2604,6 +2666,11 @@ "Hyperf\\HttpServer\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\HttpServer\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2616,21 +2683,20 @@ "php", "swoole" ], - "time": "2023-06-06T12:33:49+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/logger", "version": "v3.0.20", - "source": { - "type": "git", - "url": "https://github.com/hyperf/logger.git", - "reference": "24a3b87f646ab6684310ead0b277e2464c6c5cab" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/logger/v3.0.20/hyperf-logger-v3.0.20.zip", - "reference": "24a3b87f646ab6684310ead0b277e2464c6c5cab", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/logger/v3.0.20", + "reference": "efcddc1c332416bca5066e8c5a7788124247ab6f", + "shasum": "efcddc1c332416bca5066e8c5a7788124247ab6f" }, "require": { "hyperf/contract": "~3.0.0", @@ -2655,6 +2721,11 @@ "Hyperf\\Logger\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Logger\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2665,21 +2736,20 @@ "logger", "php" ], - "time": "2023-05-09T10:27:25+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/macroable", "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/macroable.git", - "reference": "822de69ba0c75aa9767a9cea487b84bf31d5240a" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/macroable/v3.0.0/hyperf-macroable-v3.0.0.zip", - "reference": "822de69ba0c75aa9767a9cea487b84bf31d5240a", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/macroable/v3.0.0", + "reference": "d0f1abc8761af3c8a4884c04ff5234cc8524da20", + "shasum": "d0f1abc8761af3c8a4884c04ff5234cc8524da20" }, "require": { "php": ">=7.4" @@ -2695,6 +2765,11 @@ "Hyperf\\Macroable\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Macroable\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2706,7 +2781,11 @@ "php", "swoole" ], - "time": "2022-11-01T02:50:54+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/memory", @@ -2718,7 +2797,7 @@ }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/memory/v3.0.0/hyperf-memory-v3.0.0.zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/memory/v3.0.0?source=%E5%AE%98%E6%96%B9%E6%BA%90", "reference": "c7217c9b5177562329074d332f9e13b40693bdfe", "shasum": "" }, @@ -2755,16 +2834,11 @@ { "name": "hyperf/model-listener", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/model-listener.git", - "reference": "2167252ea7bdc8626cfd3d44f0f4709502c10432" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/model-listener/v3.0.18/hyperf-model-listener-v3.0.18.zip", - "reference": "2167252ea7bdc8626cfd3d44f0f4709502c10432", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/model-listener/v3.0.18", + "reference": "2d85b84b58c6f1492c47230f86f03323e574aa41", + "shasum": "2d85b84b58c6f1492c47230f86f03323e574aa41" }, "require": { "hyperf/contract": "~3.0.0", @@ -2790,6 +2864,11 @@ "Hyperf\\ModelListener\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\ModelListener\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2801,7 +2880,11 @@ "php", "swoole" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/paginator", @@ -2813,7 +2896,7 @@ }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/paginator/v3.0.18/hyperf-paginator-v3.0.18.zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/paginator/v3.0.18?source=%E5%AE%98%E6%96%B9%E6%BA%90", "reference": "5e732c60fb47be062970a2d436e3bee341f15302", "shasum": "" }, @@ -2857,16 +2940,11 @@ { "name": "hyperf/pipeline", "version": "v3.0.16", - "source": { - "type": "git", - "url": "https://github.com/hyperf/pipeline.git", - "reference": "a3f48561f5cfef5f697e7005446e16560024a443" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/pipeline/v3.0.16/hyperf-pipeline-v3.0.16.zip", - "reference": "a3f48561f5cfef5f697e7005446e16560024a443", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/pipeline/v3.0.16", + "reference": "86393ceaed5d20a5585e82e4295839b201593bd3", + "shasum": "86393ceaed5d20a5585e82e4295839b201593bd3" }, "require": { "php": ">=8.0", @@ -2883,6 +2961,11 @@ "Hyperf\\Pipeline\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Pipeline\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2894,21 +2977,20 @@ "pipeline", "swoole" ], - "time": "2023-04-11T07:57:32+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/pool", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/pool.git", - "reference": "44c87d46a1619554deed3879e8db675654ffd051" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/pool/v3.0.18/hyperf-pool-v3.0.18.zip", - "reference": "44c87d46a1619554deed3879e8db675654ffd051", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/pool/v3.0.18", + "reference": "5e2d307bc3bb2ac9a5b9acb669a58bb8f46627b6", + "shasum": "5e2d307bc3bb2ac9a5b9acb669a58bb8f46627b6" }, "require": { "hyperf/contract": "~3.0.0", @@ -2931,6 +3013,11 @@ "Hyperf\\Pool\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Pool\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2942,21 +3029,20 @@ "php", "swoole" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/process", "version": "v3.0.22", - "source": { - "type": "git", - "url": "https://github.com/hyperf/process.git", - "reference": "e804c32bf7497bedcdee28994257aeaf71a1fde7" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/process/v3.0.22/hyperf-process-v3.0.22.zip", - "reference": "e804c32bf7497bedcdee28994257aeaf71a1fde7", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/process/v3.0.22", + "reference": "2d3d44e56c0f4a4b89a2b438f66fe7100f9bfaee", + "shasum": "2d3d44e56c0f4a4b89a2b438f66fe7100f9bfaee" }, "require": { "hyperf/contract": "~3.0.0", @@ -2985,6 +3071,11 @@ "Hyperf\\Process\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Process\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2995,21 +3086,20 @@ "php", "process" ], - "time": "2023-05-27T06:08:52+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/redis", "version": "v3.0.21", - "source": { - "type": "git", - "url": "https://github.com/hyperf/redis.git", - "reference": "65ec6cbecb64793670ef1a512bd15369b683c746" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/redis/v3.0.21/hyperf-redis-v3.0.21.zip", - "reference": "65ec6cbecb64793670ef1a512bd15369b683c746", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/redis/v3.0.21", + "reference": "e024c702a0a172833d5fb76ba70cf934d0c450cb", + "shasum": "e024c702a0a172833d5fb76ba70cf934d0c450cb" }, "require": { "ext-redis": "*", @@ -3039,6 +3129,11 @@ "Hyperf\\Redis\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Redis\\": "tests/" + } + }, "license": [ "MIT" ], @@ -3050,21 +3145,20 @@ "pool", "redis" ], - "time": "2023-05-15T04:08:45+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/serializer", "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/serializer.git", - "reference": "c4efedaa072c5ffe196e95e0c74a9d90fd1e4811" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/serializer/v3.0.0/hyperf-serializer-v3.0.0.zip", - "reference": "c4efedaa072c5ffe196e95e0c74a9d90fd1e4811", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/serializer/v3.0.0", + "reference": "ba5813f2442362aced81765b5f76fadadc6df86c", + "shasum": "ba5813f2442362aced81765b5f76fadadc6df86c" }, "require": { "hyperf/contract": "~3.0.0", @@ -3089,6 +3183,11 @@ "Hyperf\\Serializer\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Serializer\\": "tests/" + } + }, "license": [ "MIT" ], @@ -3100,21 +3199,20 @@ "swoole", "tappable" ], - "time": "2023-04-24T07:07:56+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/server", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/server.git", - "reference": "0a2bfa37355631a0f0484bfd08d815ad858d279c" - }, + "version": "v3.0.20", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/server/v3.0.24/hyperf-server-v3.0.24.zip", - "reference": "0a2bfa37355631a0f0484bfd08d815ad858d279c", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/server/v3.0.20", + "reference": "f66c6b9e8789666582a943f446ccf124f8b4f7b2", + "shasum": "f66c6b9e8789666582a943f446ccf124f8b4f7b2" }, "require": { "hyperf/contract": "~3.0.0", @@ -3146,6 +3244,11 @@ "Hyperf\\Server\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Server\\": "tests/" + } + }, "license": [ "MIT" ], @@ -3157,7 +3260,11 @@ "server", "swoole" ], - "time": "2023-06-07T05:27:29+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/snowflake", @@ -3169,7 +3276,7 @@ }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/snowflake/v3.0.18/hyperf-snowflake-v3.0.18.zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/snowflake/v3.0.18?source=%E5%AE%98%E6%96%B9%E6%BA%90", "reference": "76d7ef7683c964d17d4cd30815bcb0509428adf3", "shasum": "" }, @@ -3210,16 +3317,11 @@ { "name": "hyperf/stringable", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/stringable.git", - "reference": "ca7ec4808978e84c3b59e39c3c29229266c6fe11" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/stringable/v3.0.18/hyperf-stringable-v3.0.18.zip", - "reference": "ca7ec4808978e84c3b59e39c3c29229266c6fe11", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/stringable/v3.0.18", + "reference": "b8dfc08254ec0385a7361f82720c8995091a3d83", + "shasum": "b8dfc08254ec0385a7361f82720c8995091a3d83" }, "require": { "hyperf/collection": "~3.0.0", @@ -3240,11 +3342,16 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Stringable\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Stringable\\": "tests/" } }, "license": [ @@ -3258,21 +3365,20 @@ "stringable", "swoole" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/support", - "version": "v3.0.24", - "source": { - "type": "git", - "url": "https://github.com/hyperf/support.git", - "reference": "576838e7185bf8eb749920a3285b399cb9c3a24b" - }, + "version": "v3.0.1", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/support/v3.0.24/hyperf-support-v3.0.24.zip", - "reference": "576838e7185bf8eb749920a3285b399cb9c3a24b", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/support/v3.0.1", + "reference": "c0baef1766969c3deb18a52a6065555e6f44b721", + "shasum": "c0baef1766969c3deb18a52a6065555e6f44b721" }, "require": { "hyperf/collection": "~3.0.0", @@ -3293,11 +3399,16 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Support\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Support\\": "tests/" } }, "license": [ @@ -3311,21 +3422,20 @@ "support", "swoole" ], - "time": "2023-06-08T06:55:09+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/tappable", "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/tappable.git", - "reference": "4f90b9026a5bdce5b3e6be29a2ab7a86c54f372a" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/tappable/v3.0.0/hyperf-tappable-v3.0.0.zip", - "reference": "4f90b9026a5bdce5b3e6be29a2ab7a86c54f372a", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/tappable/v3.0.0", + "reference": "4953925063af0d335eede9b1357403e9a0ad9340", + "shasum": "4953925063af0d335eede9b1357403e9a0ad9340" }, "require": { "php": ">=7.4" @@ -3337,11 +3447,16 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Tappable\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Tappable\\": "tests/" } }, "license": [ @@ -3355,26 +3470,29 @@ "swoole", "tappable" ], - "time": "2023-03-28T15:02:39+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/translation", - "version": "v3.0.22", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/translation.git", - "reference": "d8043633db04c81490b87c29007f3e53307b3aa1" + "reference": "2fe511baa79816b14471de466bd665050b8b01f3" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/translation/v3.0.22/hyperf-translation-v3.0.22.zip", - "reference": "d8043633db04c81490b87c29007f3e53307b3aa1", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/translation/v3.0.16?source=%E5%AE%98%E6%96%B9%E6%BA%90", + "reference": "2fe511baa79816b14471de466bd665050b8b01f3", "shasum": "" }, "require": { "hyperf/contract": "~3.0.0", "hyperf/macroable": "~3.0.0", - "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0" @@ -3389,12 +3507,12 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Translation\\": "src/" - } + }, + "files": [ + "src/Functions.php" + ] }, "license": [ "MIT" @@ -3404,21 +3522,16 @@ "hyperf", "translation" ], - "time": "2023-05-24T13:51:45+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "hyperf/utils", "version": "v3.0.18", - "source": { - "type": "git", - "url": "https://github.com/hyperf/utils.git", - "reference": "2e59cef3dd562053fe7c9b2a41e7243b4ee23bd6" - }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/utils/v3.0.18/hyperf-utils-v3.0.18.zip", - "reference": "2e59cef3dd562053fe7c9b2a41e7243b4ee23bd6", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/utils/v3.0.18", + "reference": "459bcaf608c2c748f9736bff64bd1df7090c5a12", + "shasum": "459bcaf608c2c748f9736bff64bd1df7090c5a12" }, "require": { "doctrine/inflector": "^2.0", @@ -3453,11 +3566,16 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Utils\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Utils\\": "tests/" } }, "license": [ @@ -3471,40 +3589,41 @@ "swoole", "utils" ], - "time": "2023-04-26T03:02:31+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/validation", - "version": "v3.0.24", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/validation.git", - "reference": "c45e1edf332422c03fe5b4b75618bf504bd838a9" + "reference": "df511f856a93bbdfce39b345f084d812d2c6043d" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/validation/v3.0.24/hyperf-validation-v3.0.24.zip", - "reference": "c45e1edf332422c03fe5b4b75618bf504bd838a9", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/validation/v3.0.16?source=%E5%AE%98%E6%96%B9%E6%BA%90", + "reference": "df511f856a93bbdfce39b345f084d812d2c6043d", "shasum": "" }, "require": { "egulias/email-validator": "^3.0", - "hyperf/collection": "~3.0.0", "hyperf/contract": "~3.0.0", "hyperf/database": "~3.0.0", "hyperf/di": "~3.0.0", "hyperf/framework": "~3.0.0", "hyperf/http-server": "~3.0.0", "hyperf/macroable": "~3.0.0", - "hyperf/support": "~3.0.0", - "hyperf/tappable": "~3.0.0", "hyperf/translation": "~3.0.0", "hyperf/utils": "~3.0.0", "nesbot/carbon": "^2.21", "php": ">=8.0", "psr/container": "^1.0|^2.0", "psr/event-dispatcher": "^1.0", - "psr/http-message": "^1.0|^2.0" + "psr/http-message": "^1.0" }, "type": "library", "extra": { @@ -3528,7 +3647,7 @@ "hyperf", "validation" ], - "time": "2023-06-08T01:34:45+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "intervention/image", @@ -7691,24 +7810,22 @@ }, { "name": "hyperf/devtool", - "version": "v3.0.18", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/devtool.git", - "reference": "6318b261197c333f69e19de2d2ea36ffcb45383b" + "reference": "818acbd00bb4976c1175a57606d58bdaf964d6a3" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/devtool/v3.0.18/hyperf-devtool-v3.0.18.zip", - "reference": "6318b261197c333f69e19de2d2ea36ffcb45383b", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/devtool/v3.0.16?source=%E5%AE%98%E6%96%B9%E6%BA%90", + "reference": "818acbd00bb4976c1175a57606d58bdaf964d6a3", "shasum": "" }, "require": { - "hyperf/code-parser": "~3.0.0", "hyperf/command": "~3.0.0", "hyperf/contract": "~3.0.0", "hyperf/di": "~3.0.0", - "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0" }, @@ -7737,35 +7854,30 @@ "php", "swoole" ], - "time": "2023-04-26T03:02:31+00:00" + "time": "2023-04-11T07:57:32+00:00" }, { "name": "hyperf/testing", - "version": "v3.0.23", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/testing.git", - "reference": "e660ba6f6f4c1dd46cc6203feeefd4638454108c" + "reference": "f35d779b87b911202a607d33cd0dc800089aa1ad" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/testing/v3.0.23/hyperf-testing-v3.0.23.zip", - "reference": "e660ba6f6f4c1dd46cc6203feeefd4638454108c", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/proxy/archive/hyperf/testing/v3.0.16?source=%E5%AE%98%E6%96%B9%E6%BA%90", + "reference": "f35d779b87b911202a607d33cd0dc800089aa1ad", "shasum": "" }, "require": { - "hyperf/codec": "~3.0.0", - "hyperf/collection": "~3.0.0", "hyperf/contract": "~3.0.0", - "hyperf/coroutine": "~3.0.0", "hyperf/http-message": "~3.0.0", "hyperf/http-server": "~3.0.0", - "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "phpunit/phpunit": "^9.5", - "psr/container": "^1.0|^2.0", - "symfony/http-foundation": "^5.4|^6.0" + "psr/container": "^1.0|^2.0" }, "bin": [ "co-phpunit" @@ -7790,7 +7902,7 @@ "swoole", "testing" ], - "time": "2023-06-01T08:26:57+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "mockery/mockery",