From 35a4f8e56f5b0c3b3ca8fbee1a52d23df07c25ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 18:27:14 +0000 Subject: [PATCH] Bump hyperf/exception-handler from 3.0.0-alpha.1 to 3.0.0-rc.3 Bumps [hyperf/exception-handler](https://github.com/hyperf/exception-handler) from 3.0.0-alpha.1 to 3.0.0-rc.3. - [Release notes](https://github.com/hyperf/exception-handler/releases) - [Commits](https://github.com/hyperf/exception-handler/compare/v3.0.0-alpha.1...v3.0.0-rc.3) --- updated-dependencies: - dependency-name: hyperf/exception-handler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 137 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 95 insertions(+), 42 deletions(-) diff --git a/composer.lock b/composer.lock index 02737dc..f05223b 100644 --- a/composer.lock +++ b/composer.lock @@ -1112,18 +1112,67 @@ }, "time": "2021-11-09T09:13:51+00:00" }, + { + "name": "hyperf/context", + "version": "v3.0.0-rc.1", + "source": { + "type": "git", + "url": "https://github.com/hyperf/context.git", + "reference": "a07213182cd2c0c011410797a8f63128a83ebc63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hyperf/context/zipball/a07213182cd2c0c011410797a8f63128a83ebc63", + "reference": "a07213182cd2c0c011410797a8f63128a83ebc63", + "shasum": "" + }, + "require": { + "hyperf/engine": "^1.2|^2.0", + "php": ">=8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Context\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A coroutine context library.", + "homepage": "https://hyperf.io", + "keywords": [ + "Context", + "hyperf", + "php", + "swoole" + ], + "support": { + "docs": "https://hyperf.wiki", + "issues": "https://github.com/hyperf/hyperf/issues", + "pull-request": "https://github.com/hyperf/hyperf/pulls", + "source": "https://github.com/hyperf/hyperf" + }, + "time": "2022-06-04T07:05:08+00:00" + }, { "name": "hyperf/contract", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-rc.1", "source": { "type": "git", "url": "https://github.com/hyperf/contract.git", - "reference": "e38122f0999ee92173d2efa8f1c297b978719781" + "reference": "c8e7aa012248384ba98456a5478d454907f9c690" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/contract/zipball/e38122f0999ee92173d2efa8f1c297b978719781", - "reference": "e38122f0999ee92173d2efa8f1c297b978719781", + "url": "https://api.github.com/repos/hyperf/contract/zipball/c8e7aa012248384ba98456a5478d454907f9c690", + "reference": "c8e7aa012248384ba98456a5478d454907f9c690", "shasum": "" }, "require": { @@ -1157,20 +1206,20 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-02-10T05:18:20+00:00" + "time": "2022-07-13T12:46:57+00:00" }, { "name": "hyperf/coordinator", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-rc.1", "source": { "type": "git", "url": "https://github.com/hyperf/coordinator.git", - "reference": "463673fb9d083ab1dfd27867ab8b991a2035ff58" + "reference": "5c08f65e505b92f8e63e3d1f33a44c0b177ef876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/coordinator/zipball/463673fb9d083ab1dfd27867ab8b991a2035ff58", - "reference": "463673fb9d083ab1dfd27867ab8b991a2035ff58", + "url": "https://api.github.com/repos/hyperf/coordinator/zipball/5c08f65e505b92f8e63e3d1f33a44c0b177ef876", + "reference": "5c08f65e505b92f8e63e3d1f33a44c0b177ef876", "shasum": "" }, "require": { @@ -1206,7 +1255,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-02-01T08:32:56+00:00" + "time": "2022-05-30T02:52:13+00:00" }, { "name": "hyperf/database", @@ -1387,16 +1436,16 @@ }, { "name": "hyperf/dispatcher", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-rc.3", "source": { "type": "git", "url": "https://github.com/hyperf/dispatcher.git", - "reference": "e3d8aa404d0658796674109061eeab84a10dafef" + "reference": "b680b15db95496764053e0bec9a3cf06c0f39080" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/e3d8aa404d0658796674109061eeab84a10dafef", - "reference": "e3d8aa404d0658796674109061eeab84a10dafef", + "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/b680b15db95496764053e0bec9a3cf06c0f39080", + "reference": "b680b15db95496764053e0bec9a3cf06c0f39080", "shasum": "" }, "require": { @@ -1440,24 +1489,24 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2021-11-10T06:27:28+00:00" + "time": "2022-08-15T15:13:16+00:00" }, { "name": "hyperf/engine", - "version": "v1.2.1", + "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/hyperf/engine.git", - "reference": "be371c486d1e0809fd84d248f554229c985409a7" + "reference": "b94510c9202f0a1dbd5ce2bf5ba233f71187c03b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/engine/zipball/be371c486d1e0809fd84d248f554229c985409a7", - "reference": "be371c486d1e0809fd84d248f554229c985409a7", + "url": "https://api.github.com/repos/hyperf/engine/zipball/b94510c9202f0a1dbd5ce2bf5ba233f71187c03b", + "reference": "b94510c9202f0a1dbd5ce2bf5ba233f71187c03b", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", @@ -1472,7 +1521,10 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" + }, + "hyperf": { + "config": "Hyperf\\Engine\\ConfigProvider" } }, "autoload": { @@ -1490,9 +1542,9 @@ ], "support": { "issues": "https://github.com/hyperf/engine/issues", - "source": "https://github.com/hyperf/engine/tree/v1.2.1" + "source": "https://github.com/hyperf/engine/tree/v1.3.3" }, - "time": "2022-01-22T14:24:31+00:00" + "time": "2022-08-06T08:27:30+00:00" }, { "name": "hyperf/event", @@ -1552,16 +1604,16 @@ }, { "name": "hyperf/exception-handler", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-rc.3", "source": { "type": "git", "url": "https://github.com/hyperf/exception-handler.git", - "reference": "6526d39379d46304f3c0fafeab976d083ab2a372" + "reference": "e27e3732724ec5c1ac038a8f7aa4489071469ee7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/6526d39379d46304f3c0fafeab976d083ab2a372", - "reference": "6526d39379d46304f3c0fafeab976d083ab2a372", + "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/e27e3732724ec5c1ac038a8f7aa4489071469ee7", + "reference": "e27e3732724ec5c1ac038a8f7aa4489071469ee7", "shasum": "" }, "require": { @@ -1603,7 +1655,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2021-11-20T06:41:16+00:00" + "time": "2022-08-15T15:13:16+00:00" }, { "name": "hyperf/framework", @@ -1902,16 +1954,16 @@ }, { "name": "hyperf/macroable", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-rc.1", "source": { "type": "git", "url": "https://github.com/hyperf/macroable.git", - "reference": "76be558e7849f37338b13f43f8b9dc51d58d7226" + "reference": "bfd332fbcc84e44bc0c08f9ed305b3ceb71ffde2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/macroable/zipball/76be558e7849f37338b13f43f8b9dc51d58d7226", - "reference": "76be558e7849f37338b13f43f8b9dc51d58d7226", + "url": "https://api.github.com/repos/hyperf/macroable/zipball/bfd332fbcc84e44bc0c08f9ed305b3ceb71ffde2", + "reference": "bfd332fbcc84e44bc0c08f9ed305b3ceb71ffde2", "shasum": "" }, "require": { @@ -1946,7 +1998,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2021-12-03T06:51:32+00:00" + "time": "2022-05-30T02:16:40+00:00" }, { "name": "hyperf/model-cache", @@ -2409,20 +2461,21 @@ }, { "name": "hyperf/utils", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-rc.3", "source": { "type": "git", "url": "https://github.com/hyperf/utils.git", - "reference": "f9bd4e03b93e5e869c66e6a6f50520afcb5535f7" + "reference": "00f17d8c3f2ddefe8e3f6844bd1ec1087408d264" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/utils/zipball/f9bd4e03b93e5e869c66e6a6f50520afcb5535f7", - "reference": "f9bd4e03b93e5e869c66e6a6f50520afcb5535f7", + "url": "https://api.github.com/repos/hyperf/utils/zipball/00f17d8c3f2ddefe8e3f6844bd1ec1087408d264", + "reference": "00f17d8c3f2ddefe8e3f6844bd1ec1087408d264", "shasum": "" }, "require": { "doctrine/inflector": "^2.0", + "hyperf/context": "~3.0.0", "hyperf/contract": "~3.0.0", "hyperf/coordinator": "~3.0.0", "hyperf/engine": "^1.2|^2.0", @@ -2433,9 +2486,9 @@ "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)", - "symfony/property-access": "Required to use SymfonyNormalizer (^5.0)", - "symfony/serializer": "Required to use SymfonyNormalizer (^5.0)", - "symfony/var-dumper": "Required to use the dd function (^5.0)." + "symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)", + "symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)", + "symfony/var-dumper": "Required to use the dd function (^5.0|^6.0)." }, "type": "library", "extra": { @@ -2472,7 +2525,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-02-05T11:26:37+00:00" + "time": "2022-08-15T15:13:16+00:00" }, { "name": "hyperf/validation", @@ -8240,5 +8293,5 @@ "ext-swoole": ">=4.5" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }