diff --git a/composer.json b/composer.json index f6a36c0..d80a530 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "hyperf/constants": "~3.0.0", "hyperf/crontab": "^3.0", "hyperf/database": "~3.0.0", - "hyperf/db-connection": "~3.0.0", + "hyperf/db-connection": "3.0.18", "hyperf/framework": "~3.0.0", "hyperf/guzzle": "^3.0", "hyperf/http-server": "~3.0.0", diff --git a/composer.lock b/composer.lock index bffb598..4f13e43 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": "bdf6fc89c13c332770e8c88e1076586f", + "content-hash": "b678797d6b653d9891f0a1a1b542650d", "packages": [ { "name": "adbario/php-dot-notation", @@ -932,24 +932,24 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" + "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/graham-campbell/result-type/v1.1.0/graham-campbell-result-type-v1.1.0.zip", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", + "url": "https://mirrors.huaweicloud.com/repository/php/graham-campbell/result-type/v1.1.1/graham-campbell-result-type-v1.1.1.zip", + "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9" + "phpoption/phpoption": "^1.9.1" }, "require-dev": { - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "type": "library", "autoload": { @@ -985,26 +985,26 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:56:11+00:00" + "time": "2023-02-25T20:23:15+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.5.0", + "version": "7.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/guzzlehttp/guzzle/7.5.0/guzzlehttp-guzzle-7.5.0.zip", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", + "url": "https://mirrors.huaweicloud.com/repository/php/guzzlehttp/guzzle/7.7.0/guzzlehttp-guzzle-7.7.0.zip", + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5", - "guzzlehttp/psr7": "^1.9 || ^2.4", + "guzzlehttp/promises": "^1.5.3 || ^2.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -1015,7 +1015,8 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, @@ -1029,9 +1030,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "7.5-dev" } }, "autoload": { @@ -1108,38 +1106,37 @@ "type": "tidelift" } ], - "time": "2022-08-28T15:39:27+00:00" + "time": "2023-05-21T14:04:53+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/guzzlehttp/promises/1.5.2/guzzlehttp-promises-1.5.2.zip", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://mirrors.huaweicloud.com/repository/php/guzzlehttp/promises/2.0.0/guzzlehttp-promises-2.0.0.zip", + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -1187,26 +1184,26 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T13:50:22+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.4.3", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "67c26b443f348a51926030c83481b85718457d3d" + "reference": "b635f279edd83fc275f822a1188157ffea568ff6" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/guzzlehttp/psr7/2.4.3/guzzlehttp-psr7-2.4.3.zip", - "reference": "67c26b443f348a51926030c83481b85718457d3d", + "url": "https://mirrors.huaweicloud.com/repository/php/guzzlehttp/psr7/2.5.0/guzzlehttp-psr7-2.5.0.zip", + "reference": "b635f279edd83fc275f822a1188157ffea568ff6", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { @@ -1226,9 +1223,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "2.4-dev" } }, "autoload": { @@ -1301,30 +1295,33 @@ "type": "tidelift" } ], - "time": "2022-10-26T14:07:24+00:00" + "time": "2023-04-17T16:11:26+00:00" }, { "name": "hyperf/amqp", - "version": "v3.0.3", + "version": "v3.0.18", "source": { "type": "git", "url": "https://github.com/hyperf/amqp.git", - "reference": "87b2a2081be8e58c6dad377360f033361a2742ea" + "reference": "701520b989a0277d2faded8a1141e1c4545261c2" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/amqp/v3.0.3/hyperf-amqp-v3.0.3.zip", - "reference": "87b2a2081be8e58c6dad377360f033361a2742ea", + "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": "" }, "require": { "doctrine/instantiator": "^1.2.0", + "hyperf/codec": "~3.0.0", "hyperf/contract": "~3.0.0", + "hyperf/coroutine": "~3.0.0", "hyperf/pool": "~3.0.0", "hyperf/process": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", - "php-amqplib/php-amqplib": "3.4.0", + "php-amqplib/php-amqplib": "^3.5", "psr/container": "^1.0|^2.0", "psr/event-dispatcher": "^1.0", "psr/log": "^1.0|^2.0|^3.0" @@ -1357,25 +1354,23 @@ "hyperf", "php" ], - "time": "2023-01-17T09:54:51+00:00" + "time": "2023-04-26T03:02:31+00:00" }, { "name": "hyperf/async-queue", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/async-queue.git", - "reference": "a436290438d5767ed78b9448cf2fc130caf818b3" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/async-queue/v3.0.0/hyperf-async-queue-v3.0.0.zip", - "reference": "a436290438d5767ed78b9448cf2fc130caf818b3", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/async-queue/v3.0.18", + "reference": "76ea152cb74d72318e2420fd54e632c7d14ab65a", + "shasum": "76ea152cb74d72318e2420fd54e632c7d14ab65a" }, "require": { + "hyperf/codec": "~3.0.0", + "hyperf/collection": "~3.0.0", "hyperf/command": "~3.0.0", "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", @@ -1401,6 +1396,11 @@ "Hyperf\\AsyncQueue\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\AsyncQueue\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1411,24 +1411,26 @@ "hyperf", "php" ], - "time": "2022-11-16T02:16:48+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.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/cache.git", - "reference": "bba789fc11d7ca2a20ae76cf87d9476be2011344" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/cache/v3.0.0/hyperf-cache-v3.0.0.zip", - "reference": "bba789fc11d7ca2a20ae76cf87d9476be2011344", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/cache/v3.0.18", + "reference": "279e0347cb06b0ebe1cca8c3870da544f9c5984b", + "shasum": "279e0347cb06b0ebe1cca8c3870da544f9c5984b" }, "require": { + "hyperf/codec": "~3.0.0", + "hyperf/collection": "~3.0.0", "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", @@ -1452,6 +1454,11 @@ "Hyperf\\Cache\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Cache\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1462,23 +1469,174 @@ "hyperf", "php" ], - "time": "2022-11-22T04:45:19+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", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/code-parser/v3.0.18", + "reference": "cd347a94a26f72ec62651733c2b15d32adafc403", + "shasum": "cd347a94a26f72ec62651733c2b15d32adafc403" + }, + "require": { + "hyperf/collection": "~3.0.0", + "hyperf/stringable": "~3.0.0", + "hyperf/support": "~3.0.0", + "php": ">=8.0" + }, + "suggest": { + "jean85/pretty-package-versions": "Required to use PrettyVersions. (^1.2|^2.0)", + "nikic/php-parser": "Required to use PhpParser. (^4.0)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\CodeParser\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\CodeParser\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "A code parser component for Hyperf.", + "homepage": "https://hyperf.io", + "keywords": [ + "code-parser", + "hyperf", + "php", + "swoole" + ], + "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", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/codec/v3.0.1", + "reference": "56c0ddec38ba317a15113cb5572e9288c9171adb", + "shasum": "56c0ddec38ba317a15113cb5572e9288c9171adb" + }, + "require": { + "ext-json": "*", + "ext-xml": "*", + "hyperf/contract": "~3.0.0", + "php": ">=8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Codec\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Codec\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "A codec component for Hyperf.", + "homepage": "https://hyperf.io", + "keywords": [ + "codec", + "hyperf", + "php", + "swoole" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } + }, + { + "name": "hyperf/collection", + "version": "v3.0.21", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/collection/v3.0.21", + "reference": "373715bf15cf6b229be62b5601a5c16bd9864c8f", + "shasum": "373715bf15cf6b229be62b5601a5c16bd9864c8f" + }, + "require": { + "hyperf/contract": "~3.0.0", + "hyperf/macroable": "~3.0.0", + "php": ">=7.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Collection\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Collection\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Collection package which come from illuminate/collections", + "homepage": "https://hyperf.io", + "keywords": [ + "collection", + "hyperf", + "php", + "swoole" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/command", - "version": "v3.0.9", - "source": { - "type": "git", - "url": "https://github.com/hyperf/command.git", - "reference": "7d7d013ffaedfc4805cff9097850b937e95561eb" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/command/v3.0.9/hyperf-command-v3.0.9.zip", - "reference": "7d7d013ffaedfc4805cff9097850b937e95561eb", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/command/v3.0.18", + "reference": "d153d3e3b26aa16a285ec78a5e3e71a59288ac1f", + "shasum": "d153d3e3b26aa16a285ec78a5e3e71a59288ac1f" }, "require": { + "hyperf/support": "~3.0.0", + "hyperf/tappable": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/event-dispatcher": "^1.0", @@ -1498,6 +1656,11 @@ "Hyperf\\Command\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Command\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1506,25 +1669,66 @@ "command", "php", "swoole" + ] + }, + { + "name": "hyperf/conditionable", + "version": "v3.0.0", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/conditionable/v3.0.0", + "reference": "b06dbeaeff3e73460164be9329e728aa6ad0a2a9", + "shasum": "b06dbeaeff3e73460164be9329e728aa6ad0a2a9" + }, + "require": { + "php": ">=7.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Conditionable\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Conditionable\\": "tests/" + } + }, + "license": [ + "MIT" ], - "time": "2023-03-01T05:30:24+00:00" + "description": "Hyperf Macroable package which come from illuminate/conditionable", + "homepage": "https://hyperf.io", + "keywords": [ + "conditionable", + "hyperf", + "php", + "swoole" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/config", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/config.git", - "reference": "dbab570287af7b7d79967446b7f4703c4ffaba8e" - }, + "version": "v3.0.20", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/config/v3.0.0/hyperf-config-v3.0.0.zip", - "reference": "dbab570287af7b7d79967446b7f4703c4ffaba8e", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/config/v3.0.20", + "reference": "7838dde1bfaf7b2a8939db057c029138caa3f999", + "shasum": "7838dde1bfaf7b2a8939db057c029138caa3f999" }, "require": { + "hyperf/collection": "~3.0.0", "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", @@ -1546,11 +1750,16 @@ } }, "autoload": { - "files": [ - "./src/Functions.php" - ], "psr-4": { "Hyperf\\Config\\": "src/" + }, + "files": [ + "./src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Config\\": "tests/" } }, "license": [ @@ -1565,24 +1774,24 @@ "php", "swoole" ], - "time": "2022-08-30T06:33:36+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.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/constants.git", - "reference": "561a5e509cfdc08323b21f8d6fd4e9f11b941906" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/constants/v3.0.0/hyperf-constants-v3.0.0.zip", - "reference": "561a5e509cfdc08323b21f8d6fd4e9f11b941906", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/constants/v3.0.18", + "reference": "4f7c2c4c4d7a3ed9ef04501193f65da1031ee404", + "shasum": "4f7c2c4c4d7a3ed9ef04501193f65da1031ee404" }, "require": { "hyperf/di": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0" }, @@ -1603,6 +1812,11 @@ "Hyperf\\Constants\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Constants\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1613,21 +1827,20 @@ "hyperf", "php" ], - "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/context", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/context.git", - "reference": "95cd634ece12f1f4898d10815060090191d59527" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/context/v3.0.0/hyperf-context-v3.0.0.zip", - "reference": "95cd634ece12f1f4898d10815060090191d59527", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/context/v3.0.18", + "reference": "0638f67630002a645d2ee279f05be4f6be293f50", + "shasum": "0638f67630002a645d2ee279f05be4f6be293f50" }, "require": { "hyperf/engine": "^1.2|^2.0", @@ -1644,32 +1857,36 @@ "Hyperf\\Context\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Context\\": "tests/" + } + }, "license": [ "MIT" ], - "description": "A coroutine context library.", + "description": "A coroutine/application context library.", "homepage": "https://hyperf.io", "keywords": [ - "Context", + "context", "hyperf", "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/contract", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/contract.git", - "reference": "ec465d74f94341ff9b979cc4a3f0e2ededc05040" - }, + "version": "v3.0.10", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/contract/v3.0.0/hyperf-contract-v3.0.0.zip", - "reference": "ec465d74f94341ff9b979cc4a3f0e2ededc05040", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/contract/v3.0.10", + "reference": "c949a60256b71b8ce2c4cf17982a970f6e0500d4", + "shasum": "c949a60256b71b8ce2c4cf17982a970f6e0500d4" }, "require": { "php": ">=8.0" @@ -1695,21 +1912,20 @@ "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/coordinator", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/coordinator.git", - "reference": "5759dd9153ea3789f0d8de0baf53d732016266cd" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/coordinator/v3.0.0/hyperf-coordinator-v3.0.0.zip", - "reference": "5759dd9153ea3789f0d8de0baf53d732016266cd", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/coordinator/v3.0.18", + "reference": "baff70859d3a777ecbcacf70c975d4ccee415e2d", + "shasum": "baff70859d3a777ecbcacf70c975d4ccee415e2d" }, "require": { "hyperf/engine": "^1.2|^2.0", @@ -1726,38 +1942,103 @@ "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": "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/coroutine", + "version": "v3.0.16", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/coroutine/v3.0.16", + "reference": "74e6d5ad3bf10bfb9a62a921672a7221b37059d6", + "shasum": "74e6d5ad3bf10bfb9a62a921672a7221b37059d6" + }, + "require": { + "hyperf/context": "~3.0.0", + "hyperf/contract": "~3.0.0", + "hyperf/engine": "^1.2|^2.0", + "php": ">=8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Coroutine\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Coroutine\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Coroutine", + "homepage": "https://hyperf.io", + "keywords": [ + "coroutine", + "hyperf", + "php", + "swoole" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/crontab", - "version": "v3.0.0", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/crontab.git", - "reference": "3ba0792038cc0b27d120e1d92f0b351121841789" + "reference": "99f8accd65cda19035f74023e80fd154bd7a576f" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/crontab/v3.0.0/hyperf-crontab-v3.0.0.zip", - "reference": "3ba0792038cc0b27d120e1d92f0b351121841789", + "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/utils": "~3.0.0", "nesbot/carbon": "^2.0", "php": ">=8.0" }, + "suggest": { + "hyperf/command": "Required to use command trigger.", + "hyperf/process": "Auto register the Crontab process for server." + }, "type": "library", "extra": { "branch-alias": { @@ -1783,24 +2064,23 @@ "php", "swoole" ], - "time": "2022-12-10T13:24:37+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "hyperf/database", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/hyperf/database.git", - "reference": "bf78e28913cb05b4d4e6ce2dc29c4a4b7d806a56" - }, + "version": "v3.0.21", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/database/v3.0.2/hyperf-database-v3.0.2.zip", - "reference": "bf78e28913cb05b4d4e6ce2dc29c4a4b7d806a56", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/database/v3.0.21", + "reference": "d43d90e65331d7a35d7a347d6adbb62bc475aa91", + "shasum": "d43d90e65331d7a35d7a347d6adbb62bc475aa91" }, "require": { + "hyperf/code-parser": "~3.0.0", + "hyperf/collection": "~3.0.0", "hyperf/macroable": "~3.0.0", + "hyperf/support": "~3.0.0", + "hyperf/tappable": "~3.0.0", "hyperf/utils": "~3.0.0", "nesbot/carbon": "^2.0", "php": ">=8.0", @@ -1823,6 +2103,11 @@ "Hyperf\\Database\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Database\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1833,21 +2118,20 @@ "hyperf", "php" ], - "time": "2023-01-09T08:28:48+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.2", - "source": { - "type": "git", - "url": "https://github.com/hyperf/db-connection.git", - "reference": "d74360fc38d8f2abf0303faf32a2b1b3bc6003e5" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/db-connection/v3.0.2/hyperf-db-connection-v3.0.2.zip", - "reference": "d74360fc38d8f2abf0303faf32a2b1b3bc6003e5", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/db-connection/v3.0.18", + "reference": "ad6fe69823a5114f126db4672bfeac7202cbe780", + "shasum": "ad6fe69823a5114f126db4672bfeac7202cbe780" }, "require": { "hyperf/database": "~3.0.0", @@ -1855,6 +2139,7 @@ "hyperf/framework": "~3.0.0", "hyperf/model-listener": "~3.0.0", "hyperf/pool": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0" @@ -1873,35 +2158,42 @@ "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-01-09T08:49:03+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.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/di.git", - "reference": "1cb7161eb6366d0c23f75eee749ca29286f2bd6e" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/di/v3.0.0/hyperf-di-v3.0.0.zip", - "reference": "1cb7161eb6366d0c23f75eee749ca29286f2bd6e", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/di/v3.0.18", + "reference": "2b436bca986b15ea2c619a259c78c18bb9e76f35", + "shasum": "2b436bca986b15ea2c619a259c78c18bb9e76f35" }, "require": { "doctrine/instantiator": "^1.0", + "hyperf/code-parser": "~3.0.0", + "hyperf/pipeline": "~3.0.0", + "hyperf/support": "~3.0.0", "nikic/php-parser": "^4.1", "php": ">=8.0", "php-di/phpdoc-reader": "^2.2", @@ -1927,6 +2219,11 @@ "Hyperf\\Di\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Di\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1939,21 +2236,20 @@ "php", "swoole" ], - "time": "2023-01-01T05:13:29+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.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/dispatcher.git", - "reference": "f506c5102583d69b7225fc7045ee707a65d2b4d0" - }, + "version": "v3.0.16", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/dispatcher/v3.0.0/hyperf-dispatcher-v3.0.0.zip", - "reference": "f506c5102583d69b7225fc7045ee707a65d2b4d0", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/dispatcher/v3.0.16", + "reference": "6c1d4943a6ca6f786ce86891d9df867822e6d0e2", + "shasum": "6c1d4943a6ca6f786ce86891d9df867822e6d0e2" }, "require": { "hyperf/contract": "~3.0.0", @@ -1976,6 +2272,11 @@ "Hyperf\\Dispatcher\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Dispatcher\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1989,20 +2290,24 @@ "php", "swoole" ], - "time": "2022-08-30T06:33:36+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/engine", - "version": "v1.5.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/hyperf/engine.git", - "reference": "3e56f0fefbb56e65558762261d06f1543ef9d2bf" + "reference": "da38c8708f3d78d1490331e432d385489720568f" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/engine/v1.5.0/hyperf-engine-v1.5.0.zip", - "reference": "3e56f0fefbb56e65558762261d06f1543ef9d2bf", + "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": "" }, "require": { @@ -2022,7 +2327,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.10-dev" }, "hyperf": { "config": "Hyperf\\Engine\\ConfigProvider" @@ -2040,21 +2345,16 @@ "hyperf", "php" ], - "time": "2023-01-11T02:51:39+00:00" + "time": "2023-04-07T07:39:09+00:00" }, { "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": "92be7f636ad0e040351c47cdf46bb650de56af4e", + "shasum": "92be7f636ad0e040351c47cdf46bb650de56af4e" }, "require": { "hyperf/contract": "~3.0.0", @@ -2078,6 +2378,11 @@ "Hyperf\\Event\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Event\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2089,25 +2394,25 @@ "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.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/exception-handler.git", - "reference": "2c7506e82f81e8c60a8e83168b5af4b9eed05efd" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/exception-handler/v3.0.0/hyperf-exception-handler-v3.0.0.zip", - "reference": "2c7506e82f81e8c60a8e83168b5af4b9eed05efd", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/exception-handler/v3.0.18", + "reference": "44e357581bd8781a98a4958cbd68a3994d07c780", + "shasum": "44e357581bd8781a98a4958cbd68a3994d07c780" }, "require": { "hyperf/contract": "~3.0.0", "hyperf/dispatcher": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", @@ -2127,6 +2432,11 @@ "Hyperf\\ExceptionHandler\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\ExceptionHandler\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2137,25 +2447,25 @@ "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/framework", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/framework.git", - "reference": "20e0fd40e200285cb5da73c9c8da6669efd7c789" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/framework/v3.0.0/hyperf-framework-v3.0.0.zip", - "reference": "20e0fd40e200285cb5da73c9c8da6669efd7c789", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/framework/v3.0.18", + "reference": "34add1d544771e9d8c40d64c07d1fea497b6b9da", + "shasum": "34add1d544771e9d8c40d64c07d1fea497b6b9da" }, "require": { "fig/http-message-util": "^1.1.2", "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", @@ -2183,43 +2493,47 @@ "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": "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/guzzle", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/guzzle.git", - "reference": "1df78150253171695324216a34558a182095dd0c" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/guzzle/v3.0.0/hyperf-guzzle-v3.0.0.zip", - "reference": "1df78150253171695324216a34558a182095dd0c", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/guzzle/v3.0.18", + "reference": "acb156755030b43934148962fc695f80e4ca9364", + "shasum": "acb156755030b43934148962fc695f80e4ca9364" }, "require": { "guzzlehttp/guzzle": "^6.3|^7.0", - "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", "psr/http-message": "^1.0" }, "suggest": { + "ext-curl": "Required for CURL handler support", "hyperf/pool": "Required to use pool handler." }, "type": "library", @@ -2236,37 +2550,39 @@ "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": "2022-11-01T02:50:54+00:00" + ] }, { "name": "hyperf/http-message", - "version": "v3.0.1", - "source": { - "type": "git", - "url": "https://github.com/hyperf/http-message.git", - "reference": "2f6f4e5079cb445d3c7c6518678cefcd726eaa52" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/http-message/v3.0.1/hyperf-http-message-v3.0.1.zip", - "reference": "2f6f4e5079cb445d3c7c6518678cefcd726eaa52", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/http-message/v3.0.18", + "reference": "e82c884c36da2039662e371ca7e65ce56a88439c", + "shasum": "e82c884c36da2039662e371ca7e65ce56a88439c" }, "require": { + "hyperf/codec": "~3.0.0", + "hyperf/engine": "^1.9|^2.7", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "laminas/laminas-mime": "^2.7", "php": ">=8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0|^2.0" }, "suggest": { "psr/container": "Required to replace RequestParserInterface." @@ -2285,6 +2601,11 @@ "Hyperf\\HttpMessage\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\HttpMessage\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2294,31 +2615,30 @@ "hyperf", "php", "swoole" - ], - "time": "2023-01-04T11:57:10+00:00" + ] }, { "name": "hyperf/http-server", - "version": "v3.0.1", - "source": { - "type": "git", - "url": "https://github.com/hyperf/http-server.git", - "reference": "192bed0596d36cb04c38695067e8c60078006109" - }, + "version": "v3.0.21", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/http-server/v3.0.1/hyperf-http-server-v3.0.1.zip", - "reference": "192bed0596d36cb04c38695067e8c60078006109", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/http-server/v3.0.21", + "reference": "99bc0349474977a2052d678b97bb28b35679e360", + "shasum": "99bc0349474977a2052d678b97bb28b35679e360" }, "require": { + "hyperf/codec": "~3.0.0", + "hyperf/collection": "~3.0.0", "hyperf/contract": "~3.0.0", + "hyperf/coroutine": "~3.0.0", "hyperf/dispatcher": "~3.0.0", "hyperf/event": "~3.0.0", "hyperf/exception-handler": "~3.0.0", "hyperf/http-message": "~3.0.0", "hyperf/macroable": "~3.0.0", + "hyperf/serializer": "~3.0.0", "hyperf/server": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "nikic/fast-route": "^1.3", "php": ">=8.0", @@ -2341,6 +2661,11 @@ "Hyperf\\HttpServer\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\HttpServer\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2353,24 +2678,24 @@ "php", "swoole" ], - "time": "2023-01-04T11:57:10+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.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/logger.git", - "reference": "c8de4bc7cd9ccca7c27faf3ebe4e5cfd7380c894" - }, + "version": "v3.0.20", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/logger/v3.0.0/hyperf-logger-v3.0.0.zip", - "reference": "c8de4bc7cd9ccca7c27faf3ebe4e5cfd7380c894", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/logger/v3.0.20", + "reference": "7538fd9850221173eecad1ce7298c9dc96268f60", + "shasum": "7538fd9850221173eecad1ce7298c9dc96268f60" }, "require": { "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "monolog/monolog": "^2.7|^3.1", "php": ">=8.0", @@ -2391,6 +2716,11 @@ "Hyperf\\Logger\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Logger\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2401,21 +2731,20 @@ "logger", "php" ], - "time": "2022-12-11T04:49:47+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": "dec34b600f49d315e0fab1c5df9af60921bd8948", + "shasum": "dec34b600f49d315e0fab1c5df9af60921bd8948" }, "require": { "php": ">=7.4" @@ -2431,6 +2760,11 @@ "Hyperf\\Macroable\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Macroable\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2442,7 +2776,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", @@ -2454,7 +2792,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": "" }, @@ -2490,23 +2828,19 @@ }, { "name": "hyperf/model-listener", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/model-listener.git", - "reference": "50c7bffdbab5eb3828d6314b3d1de427c0e80704" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/model-listener/v3.0.0/hyperf-model-listener-v3.0.0.zip", - "reference": "50c7bffdbab5eb3828d6314b3d1de427c0e80704", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/model-listener/v3.0.18", + "reference": "04aa82319f313cf65271ec15af908bccc7e4e166", + "shasum": "04aa82319f313cf65271ec15af908bccc7e4e166" }, "require": { "hyperf/contract": "~3.0.0", "hyperf/database": "~3.0.0", "hyperf/di": "~3.0.0", "hyperf/event": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0" @@ -2525,6 +2859,11 @@ "Hyperf\\ModelListener\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\ModelListener\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2536,24 +2875,29 @@ "php", "swoole" ], - "time": "2022-05-30T02:16:40+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/paginator", - "version": "v3.0.0", + "version": "v3.0.18", "source": { "type": "git", "url": "https://github.com/hyperf/paginator.git", - "reference": "45acff6623c65769949665d61e7af145082aea09" + "reference": "5e732c60fb47be062970a2d436e3bee341f15302" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/paginator/v3.0.0/hyperf-paginator-v3.0.0.zip", - "reference": "45acff6623c65769949665d61e7af145082aea09", + "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": "" }, "require": { "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=7.2" }, @@ -2586,24 +2930,66 @@ "paginator", "php" ], - "time": "2022-11-01T02:50:54+00:00" + "time": "2023-04-26T03:02:31+00:00" + }, + { + "name": "hyperf/pipeline", + "version": "v3.0.16", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/pipeline/v3.0.16", + "reference": "f77f6d34bc9b7cb46ae12febabe08a7086e55bf0", + "shasum": "f77f6d34bc9b7cb46ae12febabe08a7086e55bf0" + }, + "require": { + "php": ">=8.0", + "psr/container": "^1.0|^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Pipeline\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Pipeline\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Macroable package which come from illuminate/pipeline", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "pipeline", + "swoole" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/pool", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/pool.git", - "reference": "6a937ff363b84208c26cf918490a07d38ab0c987" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/pool/v3.0.0/hyperf-pool-v3.0.0.zip", - "reference": "6a937ff363b84208c26cf918490a07d38ab0c987", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/pool/v3.0.18", + "reference": "661fe6ae08d8c06d697518d4b590cb099625e73d", + "shasum": "661fe6ae08d8c06d697518d4b590cb099625e73d" }, "require": { "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0" @@ -2622,6 +3008,11 @@ "Hyperf\\Pool\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Pool\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2633,24 +3024,24 @@ "php", "swoole" ], - "time": "2022-11-26T11:47:54+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.0", - "source": { - "type": "git", - "url": "https://github.com/hyperf/process.git", - "reference": "a8f7589cdde9037b313626c4d34012c8ee5be263" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/process/v3.0.0/hyperf-process-v3.0.0.zip", - "reference": "a8f7589cdde9037b313626c4d34012c8ee5be263", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/process/v3.0.18", + "reference": "9893fc60acad08f653c5b2ea6819d8a9c3de1276", + "shasum": "9893fc60acad08f653c5b2ea6819d8a9c3de1276" }, "require": { "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", @@ -2675,6 +3066,11 @@ "Hyperf\\Process\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Process\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2685,26 +3081,27 @@ "php", "process" ], - "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/redis", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/hyperf/redis.git", - "reference": "b5e59c2612bf3f6b6fd5d024e25c973a72f62fbe" - }, + "version": "v3.0.21", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/redis/v3.0.2/hyperf-redis-v3.0.2.zip", - "reference": "b5e59c2612bf3f6b6fd5d024e25c973a72f62fbe", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/redis/v3.0.21", + "reference": "b9eac4e83133aa217a98c5f79518d1a24836e1ec", + "shasum": "b9eac4e83133aa217a98c5f79518d1a24836e1ec" }, "require": { "ext-redis": "*", "hyperf/contract": "~3.0.0", "hyperf/pool": "~3.0.0", + "hyperf/support": "~3.0.0", + "hyperf/tappable": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0" @@ -2727,6 +3124,11 @@ "Hyperf\\Redis\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Redis\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2738,24 +3140,80 @@ "pool", "redis" ], - "time": "2023-01-09T08:49:03+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.1", - "source": { - "type": "git", - "url": "https://github.com/hyperf/server.git", - "reference": "86bbb65dece6dab5638b57fa0a1154686dd0f089" - }, + "name": "hyperf/serializer", + "version": "v3.0.0", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/server/v3.0.1/hyperf-server-v3.0.1.zip", - "reference": "86bbb65dece6dab5638b57fa0a1154686dd0f089", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/serializer/v3.0.0", + "reference": "adb721b8080c76c63cf3fca2cade510bc2c68b30", + "shasum": "adb721b8080c76c63cf3fca2cade510bc2c68b30" }, "require": { "hyperf/contract": "~3.0.0", + "php": ">=8.0" + }, + "suggest": { + "hyperf/di": "Required to use ExceptionNormalizer", + "symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)", + "symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + }, + "hyperf": { + "config": "Hyperf\\Serializer\\ConfigProvider" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Serializer\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Serializer\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "A serializer component for Hyperf.", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "swoole", + "tappable" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } + }, + { + "name": "hyperf/server", + "version": "v3.0.20", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/server/v3.0.20", + "reference": "b24d8736ca4c1fcadb6d7cb066ec9eac76108220", + "shasum": "b24d8736ca4c1fcadb6d7cb066ec9eac76108220" + }, + "require": { + "hyperf/contract": "~3.0.0", + "hyperf/engine": "^1.10|^2.8", + "hyperf/support": "~3.0.0", + "hyperf/tappable": "~3.0.0", "hyperf/utils": "~3.0.0", "php": ">=8.0", "psr/container": "^1.0|^2.0", @@ -2781,6 +3239,11 @@ "Hyperf\\Server\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Server\\": "tests/" + } + }, "license": [ "MIT" ], @@ -2792,20 +3255,24 @@ "server", "swoole" ], - "time": "2023-01-06T07:51:18+00:00" + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/snowflake", - "version": "v3.0.0", + "version": "v3.0.18", "source": { "type": "git", "url": "https://github.com/hyperf/snowflake.git", - "reference": "03c21f4be91dead4d9c0bc1a74000ce13986191b" + "reference": "76d7ef7683c964d17d4cd30815bcb0509428adf3" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/snowflake/v3.0.0/hyperf-snowflake-v3.0.0.zip", - "reference": "03c21f4be91dead4d9c0bc1a74000ce13986191b", + "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": "" }, "require": { @@ -2840,20 +3307,182 @@ "php", "snowflake" ], - "time": "2022-11-01T02:50:54+00:00" + "time": "2023-04-26T03:02:31+00:00" + }, + { + "name": "hyperf/stringable", + "version": "v3.0.18", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/stringable/v3.0.18", + "reference": "0df890c78f02daf27a1d915162fc1c310696fd0b", + "shasum": "0df890c78f02daf27a1d915162fc1c310696fd0b" + }, + "require": { + "hyperf/collection": "~3.0.0", + "hyperf/conditionable": "~3.0.0", + "hyperf/macroable": "~3.0.0", + "hyperf/tappable": "~3.0.0", + "php": ">=8.0" + }, + "suggest": { + "doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)", + "ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)", + "symfony/uid": "Required to use ulid method.(^5.0|^6.0)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Stringable\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Stringable\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Stringable package which come from illuminate/support", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "stringable", + "swoole" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } + }, + { + "name": "hyperf/support", + "version": "v3.0.1", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/support/v3.0.1", + "reference": "d96bf030d17df2fe585451543dd3ed21f99bddcf", + "shasum": "d96bf030d17df2fe585451543dd3ed21f99bddcf" + }, + "require": { + "hyperf/collection": "~3.0.0", + "hyperf/context": "~3.0.0", + "hyperf/contract": "~3.0.0", + "hyperf/coroutine": "~3.0.0", + "hyperf/macroable": "~3.0.0", + "hyperf/stringable": "~3.0.0", + "php": ">=8.0" + }, + "suggest": { + "nesbot/carbon": "Use Carbon as DateTime object.(^2.0)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Support\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Support\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "A support component for Hyperf.", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "support", + "swoole" + ], + "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", + "dist": { + "type": "zip", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/tappable/v3.0.0", + "reference": "9bf4ebb123a00f1f11b4952a6f3f5557a2602feb", + "shasum": "9bf4ebb123a00f1f11b4952a6f3f5557a2602feb" + }, + "require": { + "php": ">=7.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Tappable\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Tappable\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Macroable package which come from illuminate/tappable", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "swoole", + "tappable" + ], + "support": { + "issues": "https://github.com/hyperf/hyperf/issues", + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki" + } }, { "name": "hyperf/translation", - "version": "v3.0.0", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/translation.git", - "reference": "72c264dc92750732c456b6b9bc057d25440e4393" + "reference": "2fe511baa79816b14471de466bd665050b8b01f3" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/translation/v3.0.0/hyperf-translation-v3.0.0.zip", - "reference": "72c264dc92750732c456b6b9bc057d25440e4393", + "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": { @@ -2873,12 +3502,12 @@ } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Translation\\": "src/" - } + }, + "files": [ + "src/Functions.php" + ] }, "license": [ "MIT" @@ -2888,54 +3517,60 @@ "hyperf", "translation" ], - "time": "2022-11-01T02:50:54+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "hyperf/utils", - "version": "v3.0.1", - "source": { - "type": "git", - "url": "https://github.com/hyperf/utils.git", - "reference": "3955bd117bb04579f1fe5644682a4e4c207521d4" - }, + "version": "v3.0.18", "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/utils/v3.0.1/hyperf-utils-v3.0.1.zip", - "reference": "3955bd117bb04579f1fe5644682a4e4c207521d4", - "shasum": "" + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy/archive/hyperf/utils/v3.0.18", + "reference": "8b0f73fa6fb8e309bcc06115c114f2a8efccdc2e", + "shasum": "8b0f73fa6fb8e309bcc06115c114f2a8efccdc2e" }, "require": { "doctrine/inflector": "^2.0", + "hyperf/code-parser": "~3.0.0", + "hyperf/codec": "~3.0.0", + "hyperf/collection": "~3.0.0", "hyperf/context": "~3.0.0", "hyperf/contract": "~3.0.0", "hyperf/coordinator": "~3.0.0", + "hyperf/coroutine": "~3.0.0", "hyperf/engine": "^1.2|^2.0", "hyperf/macroable": "~3.0.0", + "hyperf/serializer": "~3.0.0", + "hyperf/stringable": "~3.0.0", + "hyperf/support": "~3.0.0", "php": ">=7.2" }, "suggest": { "ext-swoole": "Required to use methods related to swoole (>=4.5).", "hyperf/di": "Required to use ExceptionNormalizer", "nikic/php-parser": "Required to use PhpParser. (^4.0)", + "ramsey/uuid": "Required to use uuid and orderedUuid methods", "symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)", "symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)", + "symfony/uid": "Required to use ulid method", "symfony/var-dumper": "Required to use the dd function (^5.0|^6.0)." }, "type": "library", "extra": { - "hyperf": { - "config": "Hyperf\\Utils\\ConfigProvider" - }, "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { - "files": [ - "src/Functions.php" - ], "psr-4": { "Hyperf\\Utils\\": "src/" + }, + "files": [ + "src/Functions.php" + ] + }, + "autoload-dev": { + "psr-4": { + "HyperfTest\\Utils\\": "tests/" } }, "license": [ @@ -2949,20 +3584,24 @@ "swoole", "utils" ], - "time": "2023-01-04T11:57:10+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.0", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/validation.git", - "reference": "082ad0f0b2fc55d909a88e50cde9e56f0424e2ce" + "reference": "df511f856a93bbdfce39b345f084d812d2c6043d" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/validation/v3.0.0/hyperf-validation-v3.0.0.zip", - "reference": "082ad0f0b2fc55d909a88e50cde9e56f0424e2ce", + "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": { @@ -3003,7 +3642,7 @@ "hyperf", "validation" ], - "time": "2022-12-22T08:23:24+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "intervention/image", @@ -3237,16 +3876,16 @@ }, { "name": "monolog/monolog", - "version": "2.8.0", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" + "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/monolog/monolog/2.8.0/monolog-monolog-2.8.0.zip", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", + "url": "https://mirrors.huaweicloud.com/repository/php/monolog/monolog/2.9.1/monolog-monolog-2.9.1.zip", + "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1", "shasum": "" }, "require": { @@ -3261,7 +3900,7 @@ "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", - "graylog2/gelf-php": "^1.4.2", + "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", @@ -3330,20 +3969,20 @@ "type": "tidelift" } ], - "time": "2022-07-24T11:55:47+00:00" + "time": "2023-02-06T13:44:46+00:00" }, { "name": "nesbot/carbon", - "version": "2.65.0", + "version": "2.66.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "09acf64155c16dc6f580f36569ae89344e9734a3" + "reference": "496712849902241f04902033b0441b269effe001" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/nesbot/carbon/2.65.0/nesbot-carbon-2.65.0.zip", - "reference": "09acf64155c16dc6f580f36569ae89344e9734a3", + "url": "https://mirrors.huaweicloud.com/repository/php/nesbot/carbon/2.66.0/nesbot-carbon-2.66.0.zip", + "reference": "496712849902241f04902033b0441b269effe001", "shasum": "" }, "require": { @@ -3426,7 +4065,7 @@ "type": "tidelift" } ], - "time": "2023-01-06T15:55:01+00:00" + "time": "2023-01-29T18:53:47+00:00" }, { "name": "nikic/fast-route", @@ -3475,16 +4114,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.2", + "version": "v4.15.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/nikic/php-parser/v4.15.2/nikic-php-parser-v4.15.2.zip", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "url": "https://mirrors.huaweicloud.com/repository/php/nikic/php-parser/v4.15.5/nikic-php-parser-v4.15.5.zip", + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", "shasum": "" }, "require": { @@ -3522,7 +4161,7 @@ "parser", "php" ], - "time": "2022-11-12T15:38:23+00:00" + "time": "2023-05-19T20:20:00+00:00" }, { "name": "nyholm/psr7", @@ -3832,16 +4471,16 @@ }, { "name": "php-amqplib/php-amqplib", - "version": "v3.4.0", + "version": "v3.5.3", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", - "reference": "5c537cb724f2e181183c202e63f4303935344c5f" + "reference": "bccaaf8ef8bcf18b4ab41e645e92537752b887bd" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/php-amqplib/php-amqplib/v3.4.0/php-amqplib-php-amqplib-v3.4.0.zip", - "reference": "5c537cb724f2e181183c202e63f4303935344c5f", + "url": "https://mirrors.huaweicloud.com/repository/php/php-amqplib/php-amqplib/v3.5.3/php-amqplib-php-amqplib-v3.5.3.zip", + "reference": "bccaaf8ef8bcf18b4ab41e645e92537752b887bd", "shasum": "" }, "require": { @@ -3904,7 +4543,7 @@ "queue", "rabbitmq" ], - "time": "2022-10-18T20:52:02+00:00" + "time": "2023-04-03T18:25:49+00:00" }, { "name": "php-di/phpdoc-reader", @@ -3994,24 +4633,24 @@ }, { "name": "phpoption/phpoption", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/phpoption/phpoption/1.9.0/phpoption-phpoption-1.9.0.zip", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "url": "https://mirrors.huaweicloud.com/repository/php/phpoption/phpoption/1.9.1/phpoption-phpoption-1.9.1.zip", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "type": "library", "extra": { @@ -4060,20 +4699,20 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:51:26+00:00" + "time": "2023-02-25T19:38:58+00:00" }, { "name": "phpseclib/phpseclib", - "version": "3.0.18", + "version": "3.0.19", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da" + "reference": "cc181005cf548bfd8a4896383bb825d859259f95" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/phpseclib/phpseclib/3.0.18/phpseclib-phpseclib-3.0.18.zip", - "reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da", + "url": "https://mirrors.huaweicloud.com/repository/php/phpseclib/phpseclib/3.0.19/phpseclib-phpseclib-3.0.19.zip", + "reference": "cc181005cf548bfd8a4896383bb825d859259f95", "shasum": "" }, "require": { @@ -4165,7 +4804,7 @@ "type": "tidelift" } ], - "time": "2022-12-17T18:26:50+00:00" + "time": "2023-03-05T17:13:09+00:00" }, { "name": "psr/cache", @@ -4307,21 +4946,21 @@ }, { "name": "psr/http-client", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-client/1.0.1/psr-http-client-1.0.1.zip", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-client/1.0.2/psr-http-client-1.0.2.zip", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -4340,7 +4979,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", @@ -4351,25 +4990,25 @@ "psr", "psr-18" ], - "time": "2020-06-29T06:28:15+00:00" + "time": "2023-04-10T20:12:12+00:00" }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-factory/1.0.1/psr-http-factory-1.0.1.zip", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-factory/1.0.2/psr-http-factory-1.0.2.zip", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -4388,7 +5027,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", @@ -4402,29 +5041,29 @@ "request", "response" ], - "time": "2019-04-30T12:38:16+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-message/1.0.1/psr-http-message-1.0.1.zip", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-message/1.1/psr-http-message-1.1.zip", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -4451,25 +5090,25 @@ "request", "response" ], - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/http-server-handler", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-server-handler.git", - "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" + "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-server-handler/1.0.1/psr-http-server-handler-1.0.1.zip", - "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-server-handler/1.0.2/psr-http-server-handler-1.0.2.zip", + "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4", "shasum": "" }, "require": { "php": ">=7.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -4488,7 +5127,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP server-side request handler", @@ -4503,25 +5142,25 @@ "response", "server" ], - "time": "2018-10-30T16:46:14+00:00" + "time": "2023-04-10T20:06:20+00:00" }, { "name": "psr/http-server-middleware", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-server-middleware.git", - "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" + "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-server-middleware/1.0.1/psr-http-server-middleware-1.0.1.zip", - "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "url": "https://mirrors.huaweicloud.com/repository/php/psr/http-server-middleware/1.0.2/psr-http-server-middleware-1.0.2.zip", + "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829", "shasum": "" }, "require": { "php": ">=7.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "psr/http-server-handler": "^1.0" }, "type": "library", @@ -4541,7 +5180,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP server-side middleware", @@ -4555,7 +5194,7 @@ "request", "response" ], - "time": "2018-10-30T17:12:04+00:00" + "time": "2023-04-11T06:14:47+00:00" }, { "name": "psr/log", @@ -4904,16 +5543,16 @@ }, { "name": "symfony/console", - "version": "v6.0.17", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "2ab307342a7233b9a260edd5ef94087aaca57d18" + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/symfony/console/v6.0.17/symfony-console-v6.0.17.zip", - "reference": "2ab307342a7233b9a260edd5ef94087aaca57d18", + "url": "https://mirrors.huaweicloud.com/repository/php/symfony/console/v6.0.19/symfony-console-v6.0.19.zip", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed", "shasum": "" }, "require": { @@ -4991,7 +5630,7 @@ "type": "tidelift" } ], - "time": "2022-12-28T14:21:34+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5058,16 +5697,16 @@ }, { "name": "symfony/finder", - "version": "v6.0.17", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "d467d625fc88f7cebf96f495e588a7196a669db1" + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/symfony/finder/v6.0.17/symfony-finder-v6.0.17.zip", - "reference": "d467d625fc88f7cebf96f495e588a7196a669db1", + "url": "https://mirrors.huaweicloud.com/repository/php/symfony/finder/v6.0.19/symfony-finder-v6.0.19.zip", + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11", "shasum": "" }, "require": { @@ -5111,7 +5750,7 @@ "type": "tidelift" } ], - "time": "2022-12-22T17:53:58+00:00" + "time": "2023-01-20T17:44:14+00:00" }, { "name": "symfony/http-client", @@ -5269,16 +5908,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.0.17", + "version": "v6.0.20", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "22fe17e40b0481d39212e7165e004eb26422085d" + "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/symfony/http-foundation/v6.0.17/symfony-http-foundation-v6.0.17.zip", - "reference": "22fe17e40b0481d39212e7165e004eb26422085d", + "url": "https://mirrors.huaweicloud.com/repository/php/symfony/http-foundation/v6.0.20/symfony-http-foundation-v6.0.20.zip", + "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6", "shasum": "" }, "require": { @@ -5336,20 +5975,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T15:52:41+00:00" + "time": "2023-01-30T15:41:07+00:00" }, { "name": "symfony/mime", - "version": "v6.0.17", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "3e6a7ba15997020778312ed576ad01ab60dc2336" + "reference": "d7052547a0070cbeadd474e172b527a00d657301" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/symfony/mime/v6.0.17/symfony-mime-v6.0.17.zip", - "reference": "3e6a7ba15997020778312ed576ad01ab60dc2336", + "url": "https://mirrors.huaweicloud.com/repository/php/symfony/mime/v6.0.19/symfony-mime-v6.0.19.zip", + "reference": "d7052547a0070cbeadd474e172b527a00d657301", "shasum": "" }, "require": { @@ -5365,7 +6004,7 @@ "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "egulias/email-validator": "^2.1.10|^3.1|^4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/property-access": "^5.4|^6.0", @@ -5414,7 +6053,7 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:19:02+00:00" + "time": "2023-01-11T11:50:03+00:00" }, { "name": "symfony/polyfill-ctype", @@ -6202,16 +6841,16 @@ }, { "name": "symfony/string", - "version": "v6.0.17", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "3f57003dd8a67ed76870cc03092f8501db7788d9" + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/symfony/string/v6.0.17/symfony-string-v6.0.17.zip", - "reference": "3f57003dd8a67ed76870cc03092f8501db7788d9", + "url": "https://mirrors.huaweicloud.com/repository/php/symfony/string/v6.0.19/symfony-string-v6.0.19.zip", + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a", "shasum": "" }, "require": { @@ -6279,20 +6918,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T15:52:41+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/translation", - "version": "v6.0.14", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c" + "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/symfony/translation/v6.0.14/symfony-translation-v6.0.14.zip", - "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c", + "url": "https://mirrors.huaweicloud.com/repository/php/symfony/translation/v6.0.19/symfony-translation-v6.0.19.zip", + "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f", "shasum": "" }, "require": { @@ -6370,7 +7009,7 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:02:12+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/translation-contracts", @@ -7006,16 +7645,16 @@ }, { "name": "doctrine/annotations", - "version": "1.14.2", + "version": "1.14.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b" + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/doctrine/annotations/1.14.2/doctrine-annotations-1.14.2.zip", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b", + "url": "https://mirrors.huaweicloud.com/repository/php/doctrine/annotations/1.14.3/doctrine-annotations-1.14.3.zip", + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", "shasum": "" }, "require": { @@ -7073,7 +7712,7 @@ "docblock", "parser" ], - "time": "2022-12-15T06:48:22+00:00" + "time": "2023-02-01T09:20:38+00:00" }, { "name": "friendsofphp/php-cs-fixer", @@ -7207,16 +7846,16 @@ }, { "name": "hyperf/devtool", - "version": "v3.0.0", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/devtool.git", - "reference": "715167d5160261c5f87ef82def1298ad6edb19ad" + "reference": "818acbd00bb4976c1175a57606d58bdaf964d6a3" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/devtool/v3.0.0/hyperf-devtool-v3.0.0.zip", - "reference": "715167d5160261c5f87ef82def1298ad6edb19ad", + "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": { @@ -7251,20 +7890,20 @@ "php", "swoole" ], - "time": "2022-12-10T13:24:37+00:00" + "time": "2023-04-11T07:57:32+00:00" }, { "name": "hyperf/testing", - "version": "v3.0.1", + "version": "v3.0.16", "source": { "type": "git", "url": "https://github.com/hyperf/testing.git", - "reference": "b4e9ed466a192e5af72b3d456d11da1d54304c54" + "reference": "f35d779b87b911202a607d33cd0dc800089aa1ad" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/testing/v3.0.1/hyperf-testing-v3.0.1.zip", - "reference": "b4e9ed466a192e5af72b3d456d11da1d54304c54", + "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": { @@ -7299,7 +7938,7 @@ "swoole", "testing" ], - "time": "2023-01-04T11:57:10+00:00" + "time": "2023-04-12T04:36:10+00:00" }, { "name": "mockery/mockery", @@ -7370,16 +8009,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/myclabs/deep-copy/1.11.0/myclabs-deep-copy-1.11.0.zip", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "url": "https://mirrors.huaweicloud.com/repository/php/myclabs/deep-copy/1.11.1/myclabs-deep-copy-1.11.1.zip", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", "shasum": "" }, "require": { @@ -7420,7 +8059,7 @@ "type": "tidelift" } ], - "time": "2022-03-03T13:19:32+00:00" + "time": "2023-03-08T13:26:56+00:00" }, { "name": "phar-io/manifest", @@ -7579,23 +8218,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.23", + "version": "9.2.26", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c" + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/phpunit/php-code-coverage/9.2.23/phpunit-php-code-coverage-9.2.23.zip", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", + "url": "https://mirrors.huaweicloud.com/repository/php/phpunit/php-code-coverage/9.2.26/phpunit-php-code-coverage-9.2.26.zip", + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", + "nikic/php-parser": "^4.15", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -7610,8 +8249,8 @@ "phpunit/phpunit": "^9.3" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "type": "library", "extra": { @@ -7647,7 +8286,7 @@ "type": "github" } ], - "time": "2022-12-28T12:41:10+00:00" + "time": "2023-03-06T12:58:08+00:00" }, { "name": "phpunit/php-file-iterator", @@ -7872,20 +8511,20 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.27", + "version": "9.6.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/phpunit/phpunit/9.5.27/phpunit-phpunit-9.5.27.zip", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", + "url": "https://mirrors.huaweicloud.com/repository/php/phpunit/phpunit/9.6.8/phpunit-phpunit-9.6.8.zip", + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1", + "doctrine/instantiator": "^1.3.1 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -7914,8 +8553,8 @@ "sebastian/version": "^3.0.2" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "bin": [ "phpunit" @@ -7923,7 +8562,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-master": "9.6-dev" } }, "autoload": { @@ -7965,7 +8604,7 @@ "type": "tidelift" } ], - "time": "2022-12-09T07:31:23+00:00" + "time": "2023-05-11T05:14:45+00:00" }, { "name": "sebastian/cli-parser", @@ -8242,16 +8881,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/diff/4.0.4/sebastian-diff-4.0.4.zip", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/diff/4.0.5/sebastian-diff-4.0.5.zip", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -8299,20 +8938,20 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "sebastian/environment", - "version": "5.1.4", + "version": "5.1.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/environment/5.1.4/sebastian-environment-5.1.4.zip", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/environment/5.1.5/sebastian-environment-5.1.5.zip", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", "shasum": "" }, "require": { @@ -8357,7 +8996,7 @@ "type": "github" } ], - "time": "2022-04-03T09:37:03+00:00" + "time": "2023-02-03T06:03:51+00:00" }, { "name": "sebastian/exporter", @@ -8646,16 +9285,16 @@ }, { "name": "sebastian/recursion-context", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/recursion-context/4.0.4/sebastian-recursion-context-4.0.4.zip", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/recursion-context/4.0.5/sebastian-recursion-context-4.0.5.zip", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", "shasum": "" }, "require": { @@ -8693,14 +9332,14 @@ } ], "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], - "time": "2020-10-26T13:17:30+00:00" + "time": "2023-02-03T06:07:39+00:00" }, { "name": "sebastian/resource-operations", @@ -8754,16 +9393,16 @@ }, { "name": "sebastian/type", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" }, "dist": { "type": "zip", - "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/type/3.2.0/sebastian-type-3.2.0.zip", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "url": "https://mirrors.huaweicloud.com/repository/php/sebastian/type/3.2.1/sebastian-type-3.2.1.zip", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", "shasum": "" }, "require": { @@ -8801,7 +9440,7 @@ "type": "github" } ], - "time": "2022-09-12T14:47:03+00:00" + "time": "2023-02-03T06:13:03+00:00" }, { "name": "sebastian/version",