diff --git a/composer.lock b/composer.lock index bffb598..2c63618 100644 --- a/composer.lock +++ b/composer.lock @@ -1464,6 +1464,52 @@ ], "time": "2022-11-22T04:45:19+00:00" }, + { + "name": "hyperf/collection", + "version": "v3.0.21", + "source": { + "type": "git", + "url": "https://github.com/hyperf/collection.git", + "reference": "40649d7d24c06e9e76e6fd53ea7e4f5e3acdb1ba" + }, + "dist": { + "type": "zip", + "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/collection/v3.0.21/hyperf-collection-v3.0.21.zip", + "reference": "40649d7d24c06e9e76e6fd53ea7e4f5e3acdb1ba", + "shasum": "" + }, + "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": { + "files": [ + "src/Functions.php" + ], + "psr-4": { + "Hyperf\\Collection\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Collection package which come from illuminate/collections", + "homepage": "https://hyperf.io", + "keywords": [ + "collection", + "hyperf", + "php", + "swoole" + ], + "time": "2023-05-16T12:21:01+00:00" + }, { "name": "hyperf/command", "version": "v3.0.9", @@ -1509,6 +1555,47 @@ ], "time": "2023-03-01T05:30:24+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": "" + }, + "require": { + "php": ">=7.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Conditionable\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Macroable package which come from illuminate/conditionable", + "homepage": "https://hyperf.io", + "keywords": [ + "conditionable", + "hyperf", + "php", + "swoole" + ], + "time": "2023-03-28T15:02:39+00:00" + }, { "name": "hyperf/config", "version": "v3.0.0", @@ -1739,6 +1826,53 @@ ], "time": "2022-11-01T02:50:54+00:00" }, + { + "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": "" + }, + "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": { + "files": [ + "src/Functions.php" + ], + "psr-4": { + "Hyperf\\Coroutine\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Coroutine", + "homepage": "https://hyperf.io", + "keywords": [ + "coroutine", + "hyperf", + "php", + "swoole" + ], + "time": "2023-04-12T05:34:25+00:00" + }, { "name": "hyperf/crontab", "version": "v3.0.0", @@ -1837,16 +1971,16 @@ }, { "name": "hyperf/db-connection", - "version": "v3.0.2", + "version": "v3.0.18", "source": { "type": "git", "url": "https://github.com/hyperf/db-connection.git", - "reference": "d74360fc38d8f2abf0303faf32a2b1b3bc6003e5" + "reference": "e4264bbaaa4b2f6a02096400ee05e4289b6a5509" }, "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", + "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/db-connection/v3.0.18/hyperf-db-connection-v3.0.18.zip", + "reference": "e4264bbaaa4b2f6a02096400ee05e4289b6a5509", "shasum": "" }, "require": { @@ -1855,6 +1989,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" @@ -1884,7 +2019,7 @@ "hyperf", "php" ], - "time": "2023-01-09T08:49:03+00:00" + "time": "2023-04-26T03:02:31+00:00" }, { "name": "hyperf/di", @@ -2842,6 +2977,156 @@ ], "time": "2022-11-01T02:50:54+00:00" }, + { + "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": "" + }, + "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": { + "files": [ + "src/Functions.php" + ], + "psr-4": { + "Hyperf\\Stringable\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Stringable package which come from illuminate/support", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "stringable", + "swoole" + ], + "time": "2023-04-26T03:02:31+00:00" + }, + { + "name": "hyperf/support", + "version": "v3.0.1", + "source": { + "type": "git", + "url": "https://github.com/hyperf/support.git", + "reference": "7061fc18ebff1c81003d2e0a63f8445484a5cbff" + }, + "dist": { + "type": "zip", + "url": "https://mirrors.huaweicloud.com/repository/php/hyperf/support/v3.0.1/hyperf-support-v3.0.1.zip", + "reference": "7061fc18ebff1c81003d2e0a63f8445484a5cbff", + "shasum": "" + }, + "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": { + "files": [ + "src/Functions.php" + ], + "psr-4": { + "Hyperf\\Support\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "A support component for Hyperf.", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "support", + "swoole" + ], + "time": "2023-04-26T03:02:31+00:00" + }, + { + "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": "" + }, + "require": { + "php": ">=7.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "files": [ + "src/Functions.php" + ], + "psr-4": { + "Hyperf\\Tappable\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "Hyperf Macroable package which come from illuminate/tappable", + "homepage": "https://hyperf.io", + "keywords": [ + "hyperf", + "php", + "swoole", + "tappable" + ], + "time": "2023-03-28T15:02:39+00:00" + }, { "name": "hyperf/translation", "version": "v3.0.0",