From 2dace65933d7361c1124f8c5c125a507894584fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 6 Dec 2024 10:07:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(exceptions):=20=E5=A4=84=E7=90=86=20HTTP=20?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E5=92=8C=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 CommonHandler 中添加了对 GuzzleHttp 客户端和服务器异常的处理 - 解析异常响应内容,提取错误代码和消息 - 根据异常类型设置相应的状态码 Signed-off-by: 李东云 --- .idea/HDK-Core.iml | 1 - composer.lock | 1312 +++++++++++----------- src/Exceptions/Handler/CommonHandler.php | 22 + 3 files changed, 697 insertions(+), 638 deletions(-) diff --git a/.idea/HDK-Core.iml b/.idea/HDK-Core.iml index de1916b..4a6f4e0 100644 --- a/.idea/HDK-Core.iml +++ b/.idea/HDK-Core.iml @@ -4,7 +4,6 @@ - diff --git a/composer.lock b/composer.lock index 0076523..6fd38dc 100755 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "37bdac904baca89e0313d8d04bc5e2fb", + "content-hash": "93314810381c5729c6c1ed82b62619a0", "packages": [ { "name": "composer/ca-bundle", - "version": "1.5.0", + "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99" + "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", - "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/bc0593537a463e55cadf45fd938d23b75095b7e1", + "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1", "shasum": "", "mirrors": [ { @@ -33,8 +33,8 @@ }, "require-dev": { "phpstan/phpstan": "^1.10", - "psr/log": "^1.0", - "symfony/phpunit-bridge": "^4.2 || ^5", + "phpunit/phpunit": "^8 || ^9", + "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", @@ -70,7 +70,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.5.0" + "source": "https://github.com/composer/ca-bundle/tree/1.5.4" }, "funding": [ { @@ -86,20 +86,20 @@ "type": "tidelift" } ], - "time": "2024-03-15T14:00:32+00:00" + "time": "2024-11-27T15:35:25+00:00" }, { "name": "composer/class-map-generator", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "b1b3fd0b4eaf3ddf3ee230bc340bf3fff454a1a3" + "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/b1b3fd0b4eaf3ddf3ee230bc340bf3fff454a1a3", - "reference": "b1b3fd0b4eaf3ddf3ee230bc340bf3fff454a1a3", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/98bbf6780e56e0fd2404fe4b82eb665a0f93b783", + "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783", "shasum": "", "mirrors": [ { @@ -118,8 +118,8 @@ "phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", - "symfony/filesystem": "^5.4 || ^6", - "symfony/phpunit-bridge": "^5" + "phpunit/phpunit": "^8", + "symfony/filesystem": "^5.4 || ^6" }, "type": "library", "extra": { @@ -149,7 +149,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.3.4" + "source": "https://github.com/composer/class-map-generator/tree/1.4.0" }, "funding": [ { @@ -165,20 +165,20 @@ "type": "tidelift" } ], - "time": "2024-06-12T14:13:04+00:00" + "time": "2024-10-03T18:14:00+00:00" }, { "name": "composer/composer", - "version": "2.7.7", + "version": "2.8.3", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "291942978f39435cf904d33739f98d7d4eca7b23" + "reference": "2a7c71266b2545a3bed9f4860734081963f6e688" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/291942978f39435cf904d33739f98d7d4eca7b23", - "reference": "291942978f39435cf904d33739f98d7d4eca7b23", + "url": "https://api.github.com/repos/composer/composer/zipball/2a7c71266b2545a3bed9f4860734081963f6e688", + "reference": "2a7c71266b2545a3bed9f4860734081963f6e688", "shasum": "", "mirrors": [ { @@ -188,35 +188,35 @@ ] }, "require": { - "composer/ca-bundle": "^1.0", - "composer/class-map-generator": "^1.3.3", + "composer/ca-bundle": "^1.5", + "composer/class-map-generator": "^1.4.0", "composer/metadata-minifier": "^1.0", - "composer/pcre": "^2.1 || ^3.1", + "composer/pcre": "^2.2 || ^3.2", "composer/semver": "^3.3", "composer/spdx-licenses": "^1.5.7", "composer/xdebug-handler": "^2.0.2 || ^3.0.3", - "justinrainbow/json-schema": "^5.2.11", + "justinrainbow/json-schema": "^5.3", "php": "^7.2.5 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "react/promise": "^2.8 || ^3", + "react/promise": "^2.11 || ^3.2", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.2", "seld/signal-handler": "^2.0", - "symfony/console": "^5.4.11 || ^6.0.11 || ^7", - "symfony/filesystem": "^5.4 || ^6.0 || ^7", - "symfony/finder": "^5.4 || ^6.0 || ^7", + "symfony/console": "^5.4.35 || ^6.3.12 || ^7.0.3", + "symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3", + "symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3", "symfony/polyfill-php73": "^1.24", "symfony/polyfill-php80": "^1.24", "symfony/polyfill-php81": "^1.24", - "symfony/process": "^5.4 || ^6.0 || ^7" + "symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3" }, "require-dev": { - "phpstan/phpstan": "^1.11.0", + "phpstan/phpstan": "^1.11.8", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", "phpstan/phpstan-symfony": "^1.4.0", - "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1" + "symfony/phpunit-bridge": "^6.4.3 || ^7.0.1" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", @@ -229,7 +229,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.7-dev" + "dev-main": "2.8-dev" }, "phpstan": { "includes": [ @@ -269,7 +269,7 @@ "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "security": "https://github.com/composer/composer/security/policy", - "source": "https://github.com/composer/composer/tree/2.7.7" + "source": "https://github.com/composer/composer/tree/2.8.3" }, "funding": [ { @@ -285,7 +285,7 @@ "type": "tidelift" } ], - "time": "2024-06-10T20:11:12+00:00" + "time": "2024-11-17T12:13:04+00:00" }, { "name": "composer/metadata-minifier", @@ -364,16 +364,16 @@ }, { "name": "composer/pcre", - "version": "3.1.4", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "04229f163664973f68f38f6f73d917799168ef24" + "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", - "reference": "04229f163664973f68f38f6f73d917799168ef24", + "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4", + "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4", "shasum": "", "mirrors": [ { @@ -385,15 +385,23 @@ "require": { "php": "^7.4 || ^8.0" }, + "conflict": { + "phpstan/phpstan": "<1.11.10" + }, "require-dev": { - "phpstan/phpstan": "^1.3", + "phpstan/phpstan": "^1.11.10", "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^5" + "phpunit/phpunit": "^8 || ^9" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" + }, + "phpstan": { + "includes": [ + "extension.neon" + ] } }, "autoload": { @@ -421,7 +429,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.4" + "source": "https://github.com/composer/pcre/tree/3.3.1" }, "funding": [ { @@ -437,7 +445,7 @@ "type": "tidelift" } ], - "time": "2024-05-27T13:40:54+00:00" + "time": "2024-08-27T18:44:43+00:00" }, { "name": "composer/semver", @@ -1115,16 +1123,16 @@ }, { "name": "hyperf/code-parser", - "version": "v3.1.15", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/code-parser.git", - "reference": "820e8e6680f0d04e4187a3037a2a3eaf7141913d" + "reference": "81953c4ea9035ac5f0a4740ae157310ca4e18ff2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/code-parser/zipball/820e8e6680f0d04e4187a3037a2a3eaf7141913d", - "reference": "820e8e6680f0d04e4187a3037a2a3eaf7141913d", + "url": "https://api.github.com/repos/hyperf/code-parser/zipball/81953c4ea9035ac5f0a4740ae157310ca4e18ff2", + "reference": "81953c4ea9035ac5f0a4740ae157310ca4e18ff2", "shasum": "", "mirrors": [ { @@ -1182,20 +1190,20 @@ "type": "open_collective" } ], - "time": "2024-03-23T11:28:51+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/codec", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/codec.git", - "reference": "864e13c8ceb8397d46608c217255a2cf78d4bc69" + "reference": "effc71c25e2d53c00fcf41da8bca083ac8a0db0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/codec/zipball/864e13c8ceb8397d46608c217255a2cf78d4bc69", - "reference": "864e13c8ceb8397d46608c217255a2cf78d4bc69", + "url": "https://api.github.com/repos/hyperf/codec/zipball/effc71c25e2d53c00fcf41da8bca083ac8a0db0e", + "reference": "effc71c25e2d53c00fcf41da8bca083ac8a0db0e", "shasum": "", "mirrors": [ { @@ -1252,20 +1260,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/collection", - "version": "v3.1.30", + "version": "v3.1.47", "source": { "type": "git", "url": "https://github.com/hyperf/collection.git", - "reference": "75d09ff0a16dfcbfd463c431190f32735045c273" + "reference": "9e4845ece7b38676b4818152f472717ec0daaf73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/collection/zipball/75d09ff0a16dfcbfd463c431190f32735045c273", - "reference": "75d09ff0a16dfcbfd463c431190f32735045c273", + "url": "https://api.github.com/repos/hyperf/collection/zipball/9e4845ece7b38676b4818152f472717ec0daaf73", + "reference": "9e4845ece7b38676b4818152f472717ec0daaf73", "shasum": "", "mirrors": [ { @@ -1323,20 +1331,20 @@ "type": "open_collective" } ], - "time": "2024-07-05T05:20:27+00:00" + "time": "2024-11-28T01:51:55+00:00" }, { "name": "hyperf/conditionable", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/conditionable.git", - "reference": "44d08acae6047bb88a548177f7c757d9fe4ff5c7" + "reference": "dec9dec9dbde14e20f3d7ba000c3302381019de1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/conditionable/zipball/44d08acae6047bb88a548177f7c757d9fe4ff5c7", - "reference": "44d08acae6047bb88a548177f7c757d9fe4ff5c7", + "url": "https://api.github.com/repos/hyperf/conditionable/zipball/dec9dec9dbde14e20f3d7ba000c3302381019de1", + "reference": "dec9dec9dbde14e20f3d7ba000c3302381019de1", "shasum": "", "mirrors": [ { @@ -1387,20 +1395,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/config", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/config.git", - "reference": "af888c12598808de307760f547d2e60aa4281b6f" + "reference": "1df5e310aab752d6195f89f5cc98daf3cdc4bb6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/config/zipball/af888c12598808de307760f547d2e60aa4281b6f", - "reference": "af888c12598808de307760f547d2e60aa4281b6f", + "url": "https://api.github.com/repos/hyperf/config/zipball/1df5e310aab752d6195f89f5cc98daf3cdc4bb6e", + "reference": "1df5e310aab752d6195f89f5cc98daf3cdc4bb6e", "shasum": "", "mirrors": [ { @@ -1470,20 +1478,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/constants", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/constants.git", - "reference": "365003c9420ebc5d9b7044260cdf62f6a0c6f4b1" + "reference": "e1e1184779cd163f9603ce234e1ecccb6fe382ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/constants/zipball/365003c9420ebc5d9b7044260cdf62f6a0c6f4b1", - "reference": "365003c9420ebc5d9b7044260cdf62f6a0c6f4b1", + "url": "https://api.github.com/repos/hyperf/constants/zipball/e1e1184779cd163f9603ce234e1ecccb6fe382ae", + "reference": "e1e1184779cd163f9603ce234e1ecccb6fe382ae", "shasum": "", "mirrors": [ { @@ -1542,20 +1550,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/context", - "version": "v3.1.31", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/context.git", - "reference": "2e6156b70cee08e2c082e191753077177c0c023e" + "reference": "ac666862d644db7d813342c880826a1fda599bdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/context/zipball/2e6156b70cee08e2c082e191753077177c0c023e", - "reference": "2e6156b70cee08e2c082e191753077177c0c023e", + "url": "https://api.github.com/repos/hyperf/context/zipball/ac666862d644db7d813342c880826a1fda599bdf", + "reference": "ac666862d644db7d813342c880826a1fda599bdf", "shasum": "", "mirrors": [ { @@ -1610,20 +1618,20 @@ "type": "open_collective" } ], - "time": "2024-07-11T02:05:39+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/contract", - "version": "v3.1.28", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/contract.git", - "reference": "4e478613d6d0bfc0e215b009d93d4c5e7a993001" + "reference": "6ef2c7f98917c52ccda3a37ae65b190848dde6c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/contract/zipball/4e478613d6d0bfc0e215b009d93d4c5e7a993001", - "reference": "4e478613d6d0bfc0e215b009d93d4c5e7a993001", + "url": "https://api.github.com/repos/hyperf/contract/zipball/6ef2c7f98917c52ccda3a37ae65b190848dde6c4", + "reference": "6ef2c7f98917c52ccda3a37ae65b190848dde6c4", "shasum": "", "mirrors": [ { @@ -1673,20 +1681,20 @@ "type": "open_collective" } ], - "time": "2024-06-24T02:36:02+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/coordinator", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/coordinator.git", - "reference": "1137c188bed7c94cf3bea117e5b98939d64b969e" + "reference": "a0497d2a260f166ab53fed2eca6bb4e48b49ef56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/coordinator/zipball/1137c188bed7c94cf3bea117e5b98939d64b969e", - "reference": "1137c188bed7c94cf3bea117e5b98939d64b969e", + "url": "https://api.github.com/repos/hyperf/coordinator/zipball/a0497d2a260f166ab53fed2eca6bb4e48b49ef56", + "reference": "a0497d2a260f166ab53fed2eca6bb4e48b49ef56", "shasum": "", "mirrors": [ { @@ -1741,20 +1749,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/coroutine", - "version": "v3.1.29", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/coroutine.git", - "reference": "0f266971e4b3492a4a03d77fc80357fa92629efb" + "reference": "1dd56202a97bce60df644ea1a8c87ea7a0888a08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/coroutine/zipball/0f266971e4b3492a4a03d77fc80357fa92629efb", - "reference": "0f266971e4b3492a4a03d77fc80357fa92629efb", + "url": "https://api.github.com/repos/hyperf/coroutine/zipball/1dd56202a97bce60df644ea1a8c87ea7a0888a08", + "reference": "1dd56202a97bce60df644ea1a8c87ea7a0888a08", "shasum": "", "mirrors": [ { @@ -1811,20 +1819,20 @@ "type": "open_collective" } ], - "time": "2024-07-04T02:13:45+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/di", - "version": "v3.1.15", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/di.git", - "reference": "681120f158739bde07dc5c761e11be56e8d07109" + "reference": "72b65de5022e3dca79ae1902c058048b9519aa72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/di/zipball/681120f158739bde07dc5c761e11be56e8d07109", - "reference": "681120f158739bde07dc5c761e11be56e8d07109", + "url": "https://api.github.com/repos/hyperf/di/zipball/72b65de5022e3dca79ae1902c058048b9519aa72", + "reference": "72b65de5022e3dca79ae1902c058048b9519aa72", "shasum": "", "mirrors": [ { @@ -1842,8 +1850,8 @@ "nikic/php-parser": "^4.1", "php": ">=8.1", "php-di/phpdoc-reader": "^2.2", - "psr/container": "^1.0|^2.0", - "symfony/finder": "^5.0|^6.0|^7.0", + "psr/container": "^1.0 || ^2.0", + "symfony/finder": "^5.0 || ^6.0 || ^7.0", "vlucas/phpdotenv": "^5.0" }, "suggest": { @@ -1893,20 +1901,20 @@ "type": "open_collective" } ], - "time": "2024-03-23T11:28:51+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/engine", - "version": "v2.10.5", + "version": "v2.12.0", "source": { "type": "git", "url": "https://github.com/hyperf/engine.git", - "reference": "b3e1a025e388815612815a0b08fc4f2439140676" + "reference": "f04115044ba0f483889b5849c5bc8045d3ab5b8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/engine/zipball/b3e1a025e388815612815a0b08fc4f2439140676", - "reference": "b3e1a025e388815612815a0b08fc4f2439140676", + "url": "https://api.github.com/repos/hyperf/engine/zipball/f04115044ba0f483889b5849c5bc8045d3ab5b8a", + "reference": "f04115044ba0f483889b5849c5bc8045d3ab5b8a", "shasum": "", "mirrors": [ { @@ -1916,7 +1924,7 @@ ] }, "require": { - "hyperf/engine-contract": "~1.9.0", + "hyperf/engine-contract": "~1.11.0", "php": ">=8.0" }, "conflict": { @@ -1940,7 +1948,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.10-dev" + "dev-master": "2.12-dev" }, "hyperf": { "config": "Hyperf\\Engine\\ConfigProvider" @@ -1967,7 +1975,7 @@ ], "support": { "issues": "https://github.com/hyperf/engine/issues", - "source": "https://github.com/hyperf/engine/tree/v2.10.5" + "source": "https://github.com/hyperf/engine/tree/v2.12.0" }, "funding": [ { @@ -1979,20 +1987,20 @@ "type": "open_collective" } ], - "time": "2024-03-12T06:06:19+00:00" + "time": "2024-11-19T04:32:29+00:00" }, { "name": "hyperf/engine-contract", - "version": "v1.9.1", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/hyperf/engine-contract.git", - "reference": "fec2e45f35404b2e5b4c3eaf1b0dce67d60771eb" + "reference": "d478052ed1c5304eef7be68aae6cf42392611a15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/engine-contract/zipball/fec2e45f35404b2e5b4c3eaf1b0dce67d60771eb", - "reference": "fec2e45f35404b2e5b4c3eaf1b0dce67d60771eb", + "url": "https://api.github.com/repos/hyperf/engine-contract/zipball/d478052ed1c5304eef7be68aae6cf42392611a15", + "reference": "d478052ed1c5304eef7be68aae6cf42392611a15", "shasum": "", "mirrors": [ { @@ -2040,7 +2048,7 @@ ], "support": { "issues": "https://github.com/hyperf/engine-contract/issues", - "source": "https://github.com/hyperf/engine-contract/tree/v1.9.1" + "source": "https://github.com/hyperf/engine-contract/tree/v1.11.0" }, "funding": [ { @@ -2052,20 +2060,20 @@ "type": "open_collective" } ], - "time": "2023-12-15T07:37:14+00:00" + "time": "2024-11-19T04:15:31+00:00" }, { "name": "hyperf/framework", - "version": "v3.1.23", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/framework.git", - "reference": "c40d529fafc197c67a64e9ca918498d417d4102c" + "reference": "7b317d3891698a1eb0308e7306730d2ada1d6ff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/framework/zipball/c40d529fafc197c67a64e9ca918498d417d4102c", - "reference": "c40d529fafc197c67a64e9ca918498d417d4102c", + "url": "https://api.github.com/repos/hyperf/framework/zipball/7b317d3891698a1eb0308e7306730d2ada1d6ff4", + "reference": "7b317d3891698a1eb0308e7306730d2ada1d6ff4", "shasum": "", "mirrors": [ { @@ -2080,9 +2088,9 @@ "hyperf/coordinator": "~3.1.0", "hyperf/coroutine": "~3.1.0", "php": ">=8.1", - "psr/container": "^1.0|^2.0", + "psr/container": "^1.0 || ^2.0", "psr/event-dispatcher": "^1.0", - "psr/log": "^1.0|^2.0|^3.0" + "psr/log": "^1.0 || ^2.0 || ^3.0" }, "suggest": { "ext-swoole": "Required to use swoole engine.", @@ -2135,20 +2143,20 @@ "type": "open_collective" } ], - "time": "2024-05-21T05:43:48+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/http-message", - "version": "v3.1.15", + "version": "v3.1.47", "source": { "type": "git", "url": "https://github.com/hyperf/http-message.git", - "reference": "609dfb8c711d6ca01ecdafcbbc5ea89eae9bbdc1" + "reference": "53a7caa616ee7a196d2974348b1acbf75305bf7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/http-message/zipball/609dfb8c711d6ca01ecdafcbbc5ea89eae9bbdc1", - "reference": "609dfb8c711d6ca01ecdafcbbc5ea89eae9bbdc1", + "url": "https://api.github.com/repos/hyperf/http-message/zipball/53a7caa616ee7a196d2974348b1acbf75305bf7e", + "reference": "53a7caa616ee7a196d2974348b1acbf75305bf7e", "shasum": "", "mirrors": [ { @@ -2159,11 +2167,11 @@ }, "require": { "hyperf/codec": "~3.1.0", - "hyperf/engine": "^2.7", + "hyperf/engine": "^2.11", "hyperf/support": "~3.1.0", "laminas/laminas-mime": "^2.7", "php": ">=8.1", - "psr/http-message": "^1.0|^2.0", + "psr/http-message": "^1.0 || ^2.0", "swow/psr7-plus": "^1.0" }, "suggest": { @@ -2171,11 +2179,11 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - }, "hyperf": { "config": "Hyperf\\HttpMessage\\ConfigProvider" + }, + "branch-alias": { + "dev-master": "3.1-dev" } }, "autoload": { @@ -2196,7 +2204,7 @@ ], "support": { "issues": "https://github.com/hyperf/http-message/issues", - "source": "https://github.com/hyperf/http-message/tree/v3.1.15" + "source": "https://github.com/hyperf/http-message/tree/v3.1.47" }, "funding": [ { @@ -2208,20 +2216,20 @@ "type": "open_collective" } ], - "time": "2024-03-23T11:28:51+00:00" + "time": "2024-11-28T02:09:19+00:00" }, { "name": "hyperf/logger", - "version": "v3.1.31", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/logger.git", - "reference": "f9d57a9d763414fe2da01efe4584edfcb032e799" + "reference": "c96d32fae44bf350ef903ebca19c91a315458d72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/logger/zipball/f9d57a9d763414fe2da01efe4584edfcb032e799", - "reference": "f9d57a9d763414fe2da01efe4584edfcb032e799", + "url": "https://api.github.com/repos/hyperf/logger/zipball/c96d32fae44bf350ef903ebca19c91a315458d72", + "reference": "c96d32fae44bf350ef903ebca19c91a315458d72", "shasum": "", "mirrors": [ { @@ -2280,20 +2288,20 @@ "type": "open_collective" } ], - "time": "2024-07-11T02:05:39+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/macroable", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/macroable.git", - "reference": "6ffb8afe742d9c7e999340a80bd101109c3b4999" + "reference": "0be650165b9e8ea073e199fac788ece70f16b6a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/macroable/zipball/6ffb8afe742d9c7e999340a80bd101109c3b4999", - "reference": "6ffb8afe742d9c7e999340a80bd101109c3b4999", + "url": "https://api.github.com/repos/hyperf/macroable/zipball/0be650165b9e8ea073e199fac788ece70f16b6a4", + "reference": "0be650165b9e8ea073e199fac788ece70f16b6a4", "shasum": "", "mirrors": [ { @@ -2344,20 +2352,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/paginator", - "version": "v3.1.33", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/paginator.git", - "reference": "f043382368c1d5d66b4c2cb9cfe6cb295f9699ed" + "reference": "b637a3deeee69f4a3e5a6d62ab8214244b98412a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/paginator/zipball/f043382368c1d5d66b4c2cb9cfe6cb295f9699ed", - "reference": "f043382368c1d5d66b4c2cb9cfe6cb295f9699ed", + "url": "https://api.github.com/repos/hyperf/paginator/zipball/b637a3deeee69f4a3e5a6d62ab8214244b98412a", + "reference": "b637a3deeee69f4a3e5a6d62ab8214244b98412a", "shasum": "", "mirrors": [ { @@ -2418,20 +2426,20 @@ "type": "open_collective" } ], - "time": "2024-07-22T01:50:05+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/pipeline", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/pipeline.git", - "reference": "48fd214b0596a68904fed1dfb24bd971bffba0fb" + "reference": "096d9a9f87ddea33209f134d30ae8d8867a195c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/pipeline/zipball/48fd214b0596a68904fed1dfb24bd971bffba0fb", - "reference": "48fd214b0596a68904fed1dfb24bd971bffba0fb", + "url": "https://api.github.com/repos/hyperf/pipeline/zipball/096d9a9f87ddea33209f134d30ae8d8867a195c7", + "reference": "096d9a9f87ddea33209f134d30ae8d8867a195c7", "shasum": "", "mirrors": [ { @@ -2483,20 +2491,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/pool", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/pool.git", - "reference": "c49e5e40e4ef07e37404311d2370545cdac6dc42" + "reference": "004dd811bf760ea0032913a31284102742abb737" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/pool/zipball/c49e5e40e4ef07e37404311d2370545cdac6dc42", - "reference": "c49e5e40e4ef07e37404311d2370545cdac6dc42", + "url": "https://api.github.com/repos/hyperf/pool/zipball/004dd811bf760ea0032913a31284102742abb737", + "reference": "004dd811bf760ea0032913a31284102742abb737", "shasum": "", "mirrors": [ { @@ -2557,20 +2565,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/redis", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/redis.git", - "reference": "535f5f107b6d531b56fabe017a5f544cc53fc194" + "reference": "973a92c34be60353e978d85c434e65f366a817dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/redis/zipball/535f5f107b6d531b56fabe017a5f544cc53fc194", - "reference": "535f5f107b6d531b56fabe017a5f544cc53fc194", + "url": "https://api.github.com/repos/hyperf/redis/zipball/973a92c34be60353e978d85c434e65f366a817dd", + "reference": "973a92c34be60353e978d85c434e65f366a817dd", "shasum": "", "mirrors": [ { @@ -2635,20 +2643,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/resource", - "version": "v3.1.33", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/resource.git", - "reference": "0e8b617aba16f651a91fddc3acfc0c20f17939ba" + "reference": "d51ed276f7a1a30a1c00aab0aba9b61d6286ff79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/resource/zipball/0e8b617aba16f651a91fddc3acfc0c20f17939ba", - "reference": "0e8b617aba16f651a91fddc3acfc0c20f17939ba", + "url": "https://api.github.com/repos/hyperf/resource/zipball/d51ed276f7a1a30a1c00aab0aba9b61d6286ff79", + "reference": "d51ed276f7a1a30a1c00aab0aba9b61d6286ff79", "shasum": "", "mirrors": [ { @@ -2711,20 +2719,20 @@ "type": "open_collective" } ], - "time": "2024-07-22T01:50:05+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/serializer", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/serializer.git", - "reference": "e367c446c81f9df8b93d79c4611b2f72bc398088" + "reference": "03c8a4840e0a7be83670c2fb0f850a2204fad076" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/serializer/zipball/e367c446c81f9df8b93d79c4611b2f72bc398088", - "reference": "e367c446c81f9df8b93d79c4611b2f72bc398088", + "url": "https://api.github.com/repos/hyperf/serializer/zipball/03c8a4840e0a7be83670c2fb0f850a2204fad076", + "reference": "03c8a4840e0a7be83670c2fb0f850a2204fad076", "shasum": "", "mirrors": [ { @@ -2784,20 +2792,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/stdlib", - "version": "v3.1.40", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/stdlib.git", - "reference": "d47a449fbb65355de162568f7cc62275e575e4d0" + "reference": "13393734a4cc6c9878390b1f6b0fc7e5202c6b59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/stdlib/zipball/d47a449fbb65355de162568f7cc62275e575e4d0", - "reference": "d47a449fbb65355de162568f7cc62275e575e4d0", + "url": "https://api.github.com/repos/hyperf/stdlib/zipball/13393734a4cc6c9878390b1f6b0fc7e5202c6b59", + "reference": "13393734a4cc6c9878390b1f6b0fc7e5202c6b59", "shasum": "", "mirrors": [ { @@ -2848,20 +2856,20 @@ "type": "open_collective" } ], - "time": "2024-09-12T02:06:25+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/stringable", - "version": "v3.1.40", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/stringable.git", - "reference": "37af742010279ee517907ff110d5dfc83ced8346" + "reference": "b01dcfce220dd7a13028e4a20c871571e4bff841" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/stringable/zipball/37af742010279ee517907ff110d5dfc83ced8346", - "reference": "37af742010279ee517907ff110d5dfc83ced8346", + "url": "https://api.github.com/repos/hyperf/stringable/zipball/b01dcfce220dd7a13028e4a20c871571e4bff841", + "reference": "b01dcfce220dd7a13028e4a20c871571e4bff841", "shasum": "", "mirrors": [ { @@ -2925,20 +2933,20 @@ "type": "open_collective" } ], - "time": "2024-09-12T02:13:44+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/support", - "version": "v3.1.31", + "version": "v3.1.47", "source": { "type": "git", "url": "https://github.com/hyperf/support.git", - "reference": "66f2361482c8ac88240a01f36b9faa3bf55bc24a" + "reference": "e0b68073d7015c43f89eed6d29f5605256d46dcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/support/zipball/66f2361482c8ac88240a01f36b9faa3bf55bc24a", - "reference": "66f2361482c8ac88240a01f36b9faa3bf55bc24a", + "url": "https://api.github.com/repos/hyperf/support/zipball/e0b68073d7015c43f89eed6d29f5605256d46dcc", + "reference": "e0b68073d7015c43f89eed6d29f5605256d46dcc", "shasum": "", "mirrors": [ { @@ -3001,20 +3009,20 @@ "type": "open_collective" } ], - "time": "2024-07-11T02:05:39+00:00" + "time": "2024-11-28T01:51:55+00:00" }, { "name": "hyperf/tappable", - "version": "v3.1.29", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/tappable.git", - "reference": "6f4001afcf6f67ed34cc8843e7ad7a40adce8f45" + "reference": "f5c5d343c95238dcb3fe500876ceadc175e221f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/tappable/zipball/6f4001afcf6f67ed34cc8843e7ad7a40adce8f45", - "reference": "6f4001afcf6f67ed34cc8843e7ad7a40adce8f45", + "url": "https://api.github.com/repos/hyperf/tappable/zipball/f5c5d343c95238dcb3fe500876ceadc175e221f8", + "reference": "f5c5d343c95238dcb3fe500876ceadc175e221f8", "shasum": "", "mirrors": [ { @@ -3068,20 +3076,20 @@ "type": "open_collective" } ], - "time": "2024-07-01T08:48:26+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/translation", - "version": "v3.1.33", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/translation.git", - "reference": "0197d31c01891dda439cb464f94870eb5223f36e" + "reference": "0bca5490a99b0ea5200d5753fd096338ec24c25f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/translation/zipball/0197d31c01891dda439cb464f94870eb5223f36e", - "reference": "0197d31c01891dda439cb464f94870eb5223f36e", + "url": "https://api.github.com/repos/hyperf/translation/zipball/0bca5490a99b0ea5200d5753fd096338ec24c25f", + "reference": "0bca5490a99b0ea5200d5753fd096338ec24c25f", "shasum": "", "mirrors": [ { @@ -3126,7 +3134,7 @@ ], "support": { "issues": "https://github.com/hyperf/translation/issues", - "source": "https://github.com/hyperf/translation/tree/v3.1.33" + "source": "https://github.com/hyperf/translation/tree/v3.1.42" }, "funding": [ { @@ -3138,20 +3146,20 @@ "type": "open_collective" } ], - "time": "2024-07-22T01:50:05+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/utils", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/utils.git", - "reference": "05cbe18451813d843df419eabdf6c69843796f20" + "reference": "4b13a567a61d08a3c4d058499e28a5b26fc18f1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/utils/zipball/05cbe18451813d843df419eabdf6c69843796f20", - "reference": "05cbe18451813d843df419eabdf6c69843796f20", + "url": "https://api.github.com/repos/hyperf/utils/zipball/4b13a567a61d08a3c4d058499e28a5b26fc18f1c", + "reference": "4b13a567a61d08a3c4d058499e28a5b26fc18f1c", "shasum": "", "mirrors": [ { @@ -3210,20 +3218,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "jetbrains/phpstorm-attributes", - "version": "1.0", + "version": "1.2", "source": { "type": "git", "url": "https://github.com/JetBrains/phpstorm-attributes.git", - "reference": "a7a83ae5df4dd3c0875484483de19de8edf60a9f" + "reference": "64de815a4509c29e00d5e3474087fd24c171afc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JetBrains/phpstorm-attributes/zipball/a7a83ae5df4dd3c0875484483de19de8edf60a9f", - "reference": "a7a83ae5df4dd3c0875484483de19de8edf60a9f", + "url": "https://api.github.com/repos/JetBrains/phpstorm-attributes/zipball/64de815a4509c29e00d5e3474087fd24c171afc2", + "reference": "64de815a4509c29e00d5e3474087fd24c171afc2", "shasum": "", "mirrors": [ { @@ -3256,9 +3264,9 @@ ], "support": { "issues": "https://youtrack.jetbrains.com/newIssue?project=WI", - "source": "https://github.com/JetBrains/phpstorm-attributes/tree/1.0" + "source": "https://github.com/JetBrains/phpstorm-attributes/tree/1.2" }, - "time": "2020-11-17T11:09:47+00:00" + "time": "2024-10-11T10:46:19+00:00" }, { "name": "justinrainbow/json-schema", @@ -3400,16 +3408,16 @@ }, { "name": "laminas/laminas-stdlib", - "version": "3.19.0", + "version": "3.20.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3" + "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/8974a1213be42c3e2f70b2c27b17f910291ab2f4", + "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4", "shasum": "", "mirrors": [ { @@ -3419,17 +3427,17 @@ ] }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.5", - "phpbench/phpbench": "^1.2.15", - "phpunit/phpunit": "^10.5.8", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.20.0" + "laminas/laminas-coding-standard": "^3.0", + "phpbench/phpbench": "^1.3.1", + "phpunit/phpunit": "^10.5.38", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "type": "library", "autoload": { @@ -3461,7 +3469,7 @@ "type": "community_bridge" } ], - "time": "2024-01-19T12:39:49+00:00" + "time": "2024-10-29T13:46:07+00:00" }, { "name": "lmc/http-constants", @@ -3517,16 +3525,16 @@ }, { "name": "monolog/monolog", - "version": "3.6.0", + "version": "3.7.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654" + "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", - "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8", + "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8", "shasum": "", "mirrors": [ { @@ -3608,7 +3616,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.6.0" + "source": "https://github.com/Seldaek/monolog/tree/3.7.0" }, "funding": [ { @@ -3620,7 +3628,7 @@ "type": "tidelift" } ], - "time": "2024-04-12T21:02:21+00:00" + "time": "2024-06-28T09:40:51+00:00" }, { "name": "myclabs/php-enum", @@ -3693,16 +3701,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.19.1", + "version": "v4.19.3", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b" + "reference": "220f5b3661e56ed118c37d6d4920fc14ef4d44d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/220f5b3661e56ed118c37d6d4920fc14ef4d44d5", + "reference": "220f5b3661e56ed118c37d6d4920fc14ef4d44d5", "shasum": "", "mirrors": [ { @@ -3717,7 +3725,7 @@ }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -3749,9 +3757,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.3" }, - "time": "2024-03-17T08:10:35+00:00" + "time": "2024-09-29T14:01:32+00:00" }, { "name": "php-di/phpdoc-reader", @@ -3884,16 +3892,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.4", + "version": "1.12.x-dev", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82" + "reference": "c586014bac0e01e6a8fcf3a56d2f257dfe974cc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9100a76ce8015b9aa7125b9171ae3a76887b6c82", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c586014bac0e01e6a8fcf3a56d2f257dfe974cc1", + "reference": "c586014bac0e01e6a8fcf3a56d2f257dfe974cc1", "shasum": "", "mirrors": [ { @@ -3944,7 +3952,7 @@ "type": "github" } ], - "time": "2024-06-06T12:19:22+00:00" + "time": "2024-11-30T15:31:38+00:00" }, { "name": "psr/container", @@ -4297,16 +4305,16 @@ }, { "name": "react/promise", - "version": "v3.1.0", + "version": "v2.11.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c" + "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", - "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", + "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831", + "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831", "shasum": "", "mirrors": [ { @@ -4316,11 +4324,10 @@ ] }, "require": { - "php": ">=7.1.0" + "php": ">=5.4.0" }, "require-dev": { - "phpstan/phpstan": "1.10.39 || 1.4.10", - "phpunit/phpunit": "^9.6 || ^7.5" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -4364,7 +4371,7 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v3.1.0" + "source": "https://github.com/reactphp/promise/tree/v2.11.0" }, "funding": [ { @@ -4372,7 +4379,7 @@ "type": "open_collective" } ], - "time": "2023-11-16T16:21:57+00:00" + "time": "2023-11-16T16:16:50+00:00" }, { "name": "rector/rector", @@ -4746,16 +4753,16 @@ }, { "name": "symfony/console", - "version": "v6.4.8", + "version": "v6.4.15", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91" + "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91", + "url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", + "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", "shasum": "", "mirrors": [ { @@ -4826,7 +4833,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.8" + "source": "https://github.com/symfony/console/tree/v6.4.15" }, "funding": [ { @@ -4842,20 +4849,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-11-06T14:19:14+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.3.0", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", "shasum": "", "mirrors": [ { @@ -4870,7 +4877,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -4899,7 +4906,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" }, "funding": [ { @@ -4915,20 +4922,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/filesystem", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3" + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d37529150e7081c51b3c5d5718c55a04a9503f3", - "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", "shasum": "", "mirrors": [ { @@ -4971,7 +4978,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.8" + "source": "https://github.com/symfony/filesystem/tree/v6.4.13" }, "funding": [ { @@ -4987,20 +4994,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-10-25T15:07:50+00:00" }, { "name": "symfony/finder", - "version": "v6.4.10", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "af29198d87112bebdd397bd7735fbd115997824c" + "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/af29198d87112bebdd397bd7735fbd115997824c", - "reference": "af29198d87112bebdd397bd7735fbd115997824c", + "url": "https://api.github.com/repos/symfony/finder/zipball/daea9eca0b08d0ed1dc9ab702a46128fd1be4958", + "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958", "shasum": "", "mirrors": [ { @@ -5041,7 +5048,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.10" + "source": "https://github.com/symfony/finder/tree/v6.4.13" }, "funding": [ { @@ -5057,20 +5064,20 @@ "type": "tidelift" } ], - "time": "2024-07-24T07:06:38+00:00" + "time": "2024-10-01T08:30:56+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.4.8", + "version": "v6.4.15", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "27de8cc95e11db7a50b027e71caaab9024545947" + "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/27de8cc95e11db7a50b027e71caaab9024545947", - "reference": "27de8cc95e11db7a50b027e71caaab9024545947", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6", + "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6", "shasum": "", "mirrors": [ { @@ -5086,12 +5093,12 @@ "symfony/polyfill-php83": "^1.27" }, "conflict": { - "symfony/cache": "<6.3" + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^2.13.1|^3|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.3|^7.0", + "symfony/cache": "^6.4.12|^7.1.5", "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/expression-language": "^5.4|^6.0|^7.0", "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0", @@ -5124,7 +5131,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.8" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.15" }, "funding": [ { @@ -5140,7 +5147,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-11-08T16:09:24+00:00" }, { "name": "symfony/polyfill-ctype", @@ -5400,16 +5407,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "", "mirrors": [ { @@ -5419,7 +5426,7 @@ ] }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -5466,7 +5473,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { @@ -5482,7 +5489,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php73", @@ -5654,16 +5661,16 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", - "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "shasum": "", "mirrors": [ { @@ -5673,7 +5680,7 @@ ] }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -5716,7 +5723,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" }, "funding": [ { @@ -5732,7 +5739,7 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:30:46+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php82", @@ -5900,16 +5907,16 @@ }, { "name": "symfony/process", - "version": "v6.4.8", + "version": "v6.4.14", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5" + "reference": "25214adbb0996d18112548de20c281be9f27279f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5", - "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5", + "url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f", + "reference": "25214adbb0996d18112548de20c281be9f27279f", "shasum": "", "mirrors": [ { @@ -5947,7 +5954,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.8" + "source": "https://github.com/symfony/process/tree/v6.4.14" }, "funding": [ { @@ -5963,20 +5970,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-11-06T09:25:01+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.4.0", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838" + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b3313c2dbffaf71c8de2934e2ea56ed2291a3838", - "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", "shasum": "", "mirrors": [ { @@ -5987,7 +5994,8 @@ }, "require": { "php": ">=8.1", - "psr/container": "^2.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -5995,7 +6003,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -6035,7 +6043,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" }, "funding": [ { @@ -6051,20 +6059,20 @@ "type": "tidelift" } ], - "time": "2023-07-30T20:28:31+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/string", - "version": "v6.4.10", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ccf9b30251719567bfd46494138327522b9a9446" + "reference": "38371c60c71c72b3d64d8d76f6b1bb81a2cc3627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ccf9b30251719567bfd46494138327522b9a9446", - "reference": "ccf9b30251719567bfd46494138327522b9a9446", + "url": "https://api.github.com/repos/symfony/string/zipball/38371c60c71c72b3d64d8d76f6b1bb81a2cc3627", + "reference": "38371c60c71c72b3d64d8d76f6b1bb81a2cc3627", "shasum": "", "mirrors": [ { @@ -6127,7 +6135,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.10" + "source": "https://github.com/symfony/string/tree/v6.4.13" }, "funding": [ { @@ -6143,7 +6151,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T10:21:14+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "teapot/status-code", @@ -6351,16 +6359,16 @@ }, { "name": "alibabacloud/credentials", - "version": "1.1.6", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/aliyun/credentials-php.git", - "reference": "c61dca4a5df24a00c183d68df05cb7e5ce04e47d" + "reference": "ebcda2e628180b4df235b46a86e1d014c561f5d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aliyun/credentials-php/zipball/c61dca4a5df24a00c183d68df05cb7e5ce04e47d", - "reference": "c61dca4a5df24a00c183d68df05cb7e5ce04e47d", + "url": "https://api.github.com/repos/aliyun/credentials-php/zipball/ebcda2e628180b4df235b46a86e1d014c561f5d9", + "reference": "ebcda2e628180b4df235b46a86e1d014c561f5d9", "shasum": "", "mirrors": [ { @@ -6433,20 +6441,20 @@ "issues": "https://github.com/aliyun/credentials-php/issues", "source": "https://github.com/aliyun/credentials-php" }, - "time": "2024-08-18T04:26:45+00:00" + "time": "2024-10-16T13:29:17+00:00" }, { "name": "alibabacloud/darabonba-openapi", - "version": "0.2.12", + "version": "0.2.13", "source": { "type": "git", "url": "https://github.com/alibabacloud-sdk-php/darabonba-openapi.git", - "reference": "11617627ba6cf012732e7d9e165328ebaef2bc74" + "reference": "0213396384e2c064eefd614f3dd53636a63f987f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/alibabacloud-sdk-php/darabonba-openapi/zipball/11617627ba6cf012732e7d9e165328ebaef2bc74", - "reference": "11617627ba6cf012732e7d9e165328ebaef2bc74", + "url": "https://api.github.com/repos/alibabacloud-sdk-php/darabonba-openapi/zipball/0213396384e2c064eefd614f3dd53636a63f987f", + "reference": "0213396384e2c064eefd614f3dd53636a63f987f", "shasum": "", "mirrors": [ { @@ -6459,7 +6467,7 @@ "alibabacloud/credentials": "^1.1", "alibabacloud/gateway-spi": "^1", "alibabacloud/openapi-util": "^0.1.10|^0.2.1", - "alibabacloud/tea-utils": "^0.2.20", + "alibabacloud/tea-utils": "^0.2.21", "alibabacloud/tea-xml": "^0.2", "php": ">5.5" }, @@ -6482,9 +6490,9 @@ "description": "Alibaba Cloud OpenApi Client", "support": { "issues": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/issues", - "source": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/tree/0.2.12" + "source": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/tree/0.2.13" }, - "time": "2024-06-21T09:46:09+00:00" + "time": "2024-07-15T13:11:36+00:00" }, { "name": "alibabacloud/dysmsapi-20170525", @@ -7426,16 +7434,16 @@ }, { "name": "filp/whoops", - "version": "2.15.4", + "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546" + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546", + "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", "shasum": "", "mirrors": [ { @@ -7445,13 +7453,13 @@ ] }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", + "php": "^7.1 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -7491,7 +7499,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.15.4" + "source": "https://github.com/filp/whoops/tree/2.16.0" }, "funding": [ { @@ -7499,20 +7507,20 @@ "type": "github" } ], - "time": "2023-11-03T12:00:00+00:00" + "time": "2024-09-25T12:00:00+00:00" }, { "name": "firebase/php-jwt", - "version": "v6.10.0", + "version": "v6.10.2", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" + "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", - "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b", + "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b", "shasum": "", "mirrors": [ { @@ -7522,13 +7530,13 @@ ] }, "require": { - "php": "^7.4||^8.0" + "php": "^8.0" }, "require-dev": { - "guzzlehttp/guzzle": "^6.5||^7.4", + "guzzlehttp/guzzle": "^7.4", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", - "psr/cache": "^1.0||^2.0", + "psr/cache": "^2.0||^3.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, @@ -7566,22 +7574,22 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" + "source": "https://github.com/firebase/php-jwt/tree/v6.10.2" }, - "time": "2023-12-01T16:26:39+00:00" + "time": "2024-11-24T11:22:49+00:00" }, { "name": "friendsofhyperf/pest-plugin-hyperf", - "version": "v3.1.31", + "version": "v3.1.48", "source": { "type": "git", "url": "https://github.com/friendsofhyperf/pest-plugin-hyperf.git", - "reference": "123cddeb653b2eaf018cd5bfa7750c44a5a54a61" + "reference": "f17dc1a4fc773d5eadf69fc84180eb8d85d93048" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/friendsofhyperf/pest-plugin-hyperf/zipball/123cddeb653b2eaf018cd5bfa7750c44a5a54a61", - "reference": "123cddeb653b2eaf018cd5bfa7750c44a5a54a61", + "url": "https://api.github.com/repos/friendsofhyperf/pest-plugin-hyperf/zipball/f17dc1a4fc773d5eadf69fc84180eb8d85d93048", + "reference": "f17dc1a4fc773d5eadf69fc84180eb8d85d93048", "shasum": "", "mirrors": [ { @@ -7601,13 +7609,13 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.1-dev" - }, "pest": { "plugins": [ "Pest\\Hyperf\\Plugin" ] + }, + "branch-alias": { + "dev-main": "3.1-dev" } }, "autoload": { @@ -7639,6 +7647,7 @@ "v3.1" ], "support": { + "docs": "https://hyperf.fans", "issues": "https://github.com/friendsofhyperf/components/issues", "pull-request": "https://github.com/friendsofhyperf/components/pulls", "source": "https://github.com/friendsofhyperf/components" @@ -7653,7 +7662,7 @@ "type": "github" } ], - "time": "2024-06-17T01:41:30+00:00" + "time": "2024-11-28T08:49:14+00:00" }, { "name": "friendsofphp/php-cs-fixer", @@ -7895,16 +7904,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.3", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "shasum": "", "mirrors": [ { @@ -7914,16 +7923,20 @@ ] }, "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.2", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -7960,7 +7973,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.3" + "source": "https://github.com/guzzle/promises/tree/2.0.3" }, "funding": [ { @@ -7976,7 +7989,7 @@ "type": "tidelift" } ], - "time": "2023-05-21T12:31:43+00:00" + "time": "2024-07-18T10:29:17+00:00" }, { "name": "guzzlehttp/psr7", @@ -8102,16 +8115,16 @@ }, { "name": "hyperf/crontab", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/crontab.git", - "reference": "221a7ef857ca16a0d86117c5978408c3c312e390" + "reference": "be1187515aabbfe96b2f6a5330b4ddd742e971c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/crontab/zipball/221a7ef857ca16a0d86117c5978408c3c312e390", - "reference": "221a7ef857ca16a0d86117c5978408c3c312e390", + "url": "https://api.github.com/repos/hyperf/crontab/zipball/be1187515aabbfe96b2f6a5330b4ddd742e971c7", + "reference": "be1187515aabbfe96b2f6a5330b4ddd742e971c7", "shasum": "", "mirrors": [ { @@ -8175,20 +8188,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/database", - "version": "v3.1.26", + "version": "v3.1.47", "source": { "type": "git", "url": "https://github.com/hyperf/database.git", - "reference": "18aae4b1dcf43444b1e06062ed553acdfe8c4607" + "reference": "a53d2616486e0a77923542bb5cc363e207e5003d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/database/zipball/18aae4b1dcf43444b1e06062ed553acdfe8c4607", - "reference": "18aae4b1dcf43444b1e06062ed553acdfe8c4607", + "url": "https://api.github.com/repos/hyperf/database/zipball/a53d2616486e0a77923542bb5cc363e207e5003d", + "reference": "a53d2616486e0a77923542bb5cc363e207e5003d", "shasum": "", "mirrors": [ { @@ -8199,7 +8212,7 @@ }, "require": { "hyperf/code-parser": "~3.1.0", - "hyperf/collection": "~3.1.0", + "hyperf/collection": "~3.1.23", "hyperf/conditionable": "~3.1.0", "hyperf/macroable": "~3.1.0", "hyperf/support": "~3.1.0", @@ -8207,11 +8220,12 @@ "hyperf/utils": "~3.1.0", "nesbot/carbon": "^2.0", "php": ">=8.1", - "psr/container": "^1.0|^2.0", + "psr/container": "^1.0 || ^2.0", "psr/event-dispatcher": "^1.0" }, "suggest": { "doctrine/dbal": "Required to rename columns (^3.0).", + "hyperf/paginator": "Required to paginate the result set (~3.1.0).", "nikic/php-parser": "Required to use ModelCommand. (^4.0)", "php-di/phpdoc-reader": "Required to use ModelCommand. (^2.2)" }, @@ -8253,20 +8267,20 @@ "type": "open_collective" } ], - "time": "2024-06-12T03:22:49+00:00" + "time": "2024-11-28T01:51:55+00:00" }, { "name": "hyperf/db", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/db.git", - "reference": "2b82a386b96378bfe2decf6be3864bdac7eced76" + "reference": "20e5b99b6d7b0c8df8901624d2dd3f0ef3620c8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/db/zipball/2b82a386b96378bfe2decf6be3864bdac7eced76", - "reference": "2b82a386b96378bfe2decf6be3864bdac7eced76", + "url": "https://api.github.com/repos/hyperf/db/zipball/20e5b99b6d7b0c8df8901624d2dd3f0ef3620c8e", + "reference": "20e5b99b6d7b0c8df8901624d2dd3f0ef3620c8e", "shasum": "", "mirrors": [ { @@ -8311,7 +8325,7 @@ ], "support": { "issues": "https://github.com/hyperf/db/issues", - "source": "https://github.com/hyperf/db/tree/v3.1.27" + "source": "https://github.com/hyperf/db/tree/v3.1.42" }, "funding": [ { @@ -8323,20 +8337,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/dispatcher", - "version": "v3.1.15", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/dispatcher.git", - "reference": "6a6f0f149081291664ff14bf34aecf2c01f89328" + "reference": "5cbdfd586bb8c3bbbabed5a23cec7faf52b744b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/6a6f0f149081291664ff14bf34aecf2c01f89328", - "reference": "6a6f0f149081291664ff14bf34aecf2c01f89328", + "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/5cbdfd586bb8c3bbbabed5a23cec7faf52b744b0", + "reference": "5cbdfd586bb8c3bbbabed5a23cec7faf52b744b0", "shasum": "", "mirrors": [ { @@ -8348,8 +8362,8 @@ "require": { "hyperf/contract": "~3.1.0", "php": ">=8.1", - "psr/container": "^1.0|^2.0", - "psr/http-message": "^1.0|^2.0", + "psr/container": "^1.0 || ^2.0", + "psr/http-message": "^1.0 || ^2.0", "psr/http-server-middleware": "^1.0" }, "type": "library", @@ -8396,20 +8410,20 @@ "type": "open_collective" } ], - "time": "2024-03-23T11:28:51+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/event", - "version": "v3.1.15", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/event.git", - "reference": "8d008682c028e958197589e90232bb2a1d3c77d9" + "reference": "2b5fbbc94674a1a5e1622896eb3f7ecc80aa38c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/event/zipball/8d008682c028e958197589e90232bb2a1d3c77d9", - "reference": "8d008682c028e958197589e90232bb2a1d3c77d9", + "url": "https://api.github.com/repos/hyperf/event/zipball/2b5fbbc94674a1a5e1622896eb3f7ecc80aa38c4", + "reference": "2b5fbbc94674a1a5e1622896eb3f7ecc80aa38c4", "shasum": "", "mirrors": [ { @@ -8469,20 +8483,20 @@ "type": "open_collective" } ], - "time": "2024-03-23T11:28:51+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/exception-handler", - "version": "v3.1.22", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/exception-handler.git", - "reference": "6eefe07081ffaa0d6534273caa96722c606da6a8" + "reference": "df2135fb0ffe0bb61032911038aea6488077cdef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/6eefe07081ffaa0d6534273caa96722c606da6a8", - "reference": "6eefe07081ffaa0d6534273caa96722c606da6a8", + "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/df2135fb0ffe0bb61032911038aea6488077cdef", + "reference": "df2135fb0ffe0bb61032911038aea6488077cdef", "shasum": "", "mirrors": [ { @@ -8499,8 +8513,8 @@ "hyperf/stdlib": "~3.1.0", "hyperf/support": "~3.1.0", "php": ">=8.1", - "psr/container": "^1.0|^2.0", - "psr/http-message": "^1.0|^2.0", + "psr/container": "^1.0 || ^2.0", + "psr/http-message": "^1.0 || ^2.0", "swow/psr7-plus": "^1.0" }, "suggest": { @@ -8550,20 +8564,20 @@ "type": "open_collective" } ], - "time": "2024-05-15T07:12:41+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/guzzle", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/guzzle.git", - "reference": "bdff6806c4f8881704110fdd350495f55ba9f47f" + "reference": "fe838557530bf7b2d39dc604563c3a3ff8d5618f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/guzzle/zipball/bdff6806c4f8881704110fdd350495f55ba9f47f", - "reference": "bdff6806c4f8881704110fdd350495f55ba9f47f", + "url": "https://api.github.com/repos/hyperf/guzzle/zipball/fe838557530bf7b2d39dc604563c3a3ff8d5618f", + "reference": "fe838557530bf7b2d39dc604563c3a3ff8d5618f", "shasum": "", "mirrors": [ { @@ -8609,7 +8623,7 @@ ], "support": { "issues": "https://github.com/hyperf/guzzle/issues", - "source": "https://github.com/hyperf/guzzle/tree/v3.1.27" + "source": "https://github.com/hyperf/guzzle/tree/v3.1.42" }, "funding": [ { @@ -8621,20 +8635,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/http-server", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/http-server.git", - "reference": "3cb273b9c28a86430ed9113303494b797b1d02f1" + "reference": "4727f15a743c6e9ca0a6b3c8494c5c62bae82f5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/http-server/zipball/3cb273b9c28a86430ed9113303494b797b1d02f1", - "reference": "3cb273b9c28a86430ed9113303494b797b1d02f1", + "url": "https://api.github.com/repos/hyperf/http-server/zipball/4727f15a743c6e9ca0a6b3c8494c5c62bae82f5a", + "reference": "4727f15a743c6e9ca0a6b3c8494c5c62bae82f5a", "shasum": "", "mirrors": [ { @@ -8709,20 +8723,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/server", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/server.git", - "reference": "ec38c14dbec08950fc959f66167cc1ef70144d75" + "reference": "e10c5ce6d9b72d3ca9ad16d36977e2e64d975460" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/server/zipball/ec38c14dbec08950fc959f66167cc1ef70144d75", - "reference": "ec38c14dbec08950fc959f66167cc1ef70144d75", + "url": "https://api.github.com/repos/hyperf/server/zipball/e10c5ce6d9b72d3ca9ad16d36977e2e64d975460", + "reference": "e10c5ce6d9b72d3ca9ad16d36977e2e64d975460", "shasum": "", "mirrors": [ { @@ -8789,20 +8803,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/session", - "version": "v3.1.27", + "version": "v3.1.42", "source": { "type": "git", "url": "https://github.com/hyperf/session.git", - "reference": "b1e0cc9dcab2aa90ab4f30720f7f81ae49ceb75c" + "reference": "6875e7317d548cb2f28cbb92332a772ed0abeb9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/session/zipball/b1e0cc9dcab2aa90ab4f30720f7f81ae49ceb75c", - "reference": "b1e0cc9dcab2aa90ab4f30720f7f81ae49ceb75c", + "url": "https://api.github.com/repos/hyperf/session/zipball/6875e7317d548cb2f28cbb92332a772ed0abeb9f", + "reference": "6875e7317d548cb2f28cbb92332a772ed0abeb9f", "shasum": "", "mirrors": [ { @@ -8862,20 +8876,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-09-25T02:54:12+00:00" }, { "name": "hyperf/testing", - "version": "v3.1.27", + "version": "v3.1.46", "source": { "type": "git", "url": "https://github.com/hyperf/testing.git", - "reference": "7d01a94f8a74280cbd46c265f990d8eced57f568" + "reference": "d703d287817c577acfee0cec108dc2f4217ac9fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/testing/zipball/7d01a94f8a74280cbd46c265f990d8eced57f568", - "reference": "7d01a94f8a74280cbd46c265f990d8eced57f568", + "url": "https://api.github.com/repos/hyperf/testing/zipball/d703d287817c577acfee0cec108dc2f4217ac9fa", + "reference": "d703d287817c577acfee0cec108dc2f4217ac9fa", "shasum": "", "mirrors": [ { @@ -8927,7 +8941,7 @@ "testing" ], "support": { - "source": "https://github.com/hyperf/testing/tree/v3.1.27" + "source": "https://github.com/hyperf/testing/tree/v3.1.46" }, "funding": [ { @@ -8939,20 +8953,20 @@ "type": "open_collective" } ], - "time": "2024-06-17T01:51:06+00:00" + "time": "2024-11-20T07:42:54+00:00" }, { "name": "hyperf/validation", - "version": "v3.1.28", + "version": "v3.1.46", "source": { "type": "git", "url": "https://github.com/hyperf/validation.git", - "reference": "71728e301637482c809c3ef7e73955cddd7c6431" + "reference": "8644f23a6df5a93ca2a4ba047d93d058e1154129" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/validation/zipball/71728e301637482c809c3ef7e73955cddd7c6431", - "reference": "71728e301637482c809c3ef7e73955cddd7c6431", + "url": "https://api.github.com/repos/hyperf/validation/zipball/8644f23a6df5a93ca2a4ba047d93d058e1154129", + "reference": "8644f23a6df5a93ca2a4ba047d93d058e1154129", "shasum": "", "mirrors": [ { @@ -8986,11 +9000,11 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - }, "hyperf": { "config": "Hyperf\\Validation\\ConfigProvider" + }, + "branch-alias": { + "dev-master": "3.1-dev" } }, "autoload": { @@ -9009,7 +9023,7 @@ ], "support": { "issues": "https://github.com/hyperf/validation/issues", - "source": "https://github.com/hyperf/validation/tree/v3.1.28" + "source": "https://github.com/hyperf/validation/tree/v3.1.46" }, "funding": [ { @@ -9021,20 +9035,20 @@ "type": "open_collective" } ], - "time": "2024-06-24T14:16:23+00:00" + "time": "2024-11-20T05:51:36+00:00" }, { "name": "jean85/pretty-package-versions", - "version": "2.0.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", "shasum": "", "mirrors": [ { @@ -9048,9 +9062,9 @@ "php": "^7.1|^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.17", + "friendsofphp/php-cs-fixer": "^3.2", "jean85/composer-provided-replaced-stub-package": "^1.0", - "phpstan/phpstan": "^0.12.66", + "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^7.5|^8.5|^9.4", "vimeo/psalm": "^4.3" }, @@ -9084,9 +9098,9 @@ ], "support": { "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" }, - "time": "2021-10-08T21:21:46+00:00" + "time": "2024-03-08T09:58:59+00:00" }, { "name": "lizhichao/one-sm", @@ -9486,16 +9500,16 @@ }, { "name": "nunomaduro/termwind", - "version": "v1.15.1", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc" + "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc", - "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/5369ef84d8142c1d87e4ec278711d4ece3cbf301", + "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301", "shasum": "", "mirrors": [ { @@ -9506,19 +9520,18 @@ }, "require": { "ext-mbstring": "*", - "php": "^8.0", - "symfony/console": "^5.3.0|^6.0.0" + "php": "^8.1", + "symfony/console": "^6.4.15" }, "require-dev": { - "ergebnis/phpstan-rules": "^1.0.", - "illuminate/console": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "laravel/pint": "^1.0.0", - "pestphp/pest": "^1.21.0", - "pestphp/pest-plugin-mock": "^1.0", - "phpstan/phpstan": "^1.4.6", - "phpstan/phpstan-strict-rules": "^1.1.0", - "symfony/var-dumper": "^5.2.7|^6.0.0", + "illuminate/console": "^10.48.24", + "illuminate/support": "^10.48.24", + "laravel/pint": "^1.18.2", + "pestphp/pest": "^2.36.0", + "pestphp/pest-plugin-mock": "2.0.0", + "phpstan/phpstan": "^1.12.11", + "phpstan/phpstan-strict-rules": "^1.6.1", + "symfony/var-dumper": "^6.4.15", "thecodingmachine/phpstan-strict-rules": "^1.0.0" }, "type": "library", @@ -9558,7 +9571,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1" + "source": "https://github.com/nunomaduro/termwind/tree/v1.17.0" }, "funding": [ { @@ -9574,7 +9587,7 @@ "type": "github" } ], - "time": "2023-02-08T01:06:31+00:00" + "time": "2024-11-21T10:36:35+00:00" }, { "name": "pestphp/pest", @@ -10027,16 +10040,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.4.1", + "version": "5.5.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" + "reference": "0c70d2c566e899666f367ab7b80986beb3581e6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/0c70d2c566e899666f367ab7b80986beb3581e6f", + "reference": "0c70d2c566e899666f367ab7b80986beb3581e6f", "shasum": "", "mirrors": [ { @@ -10055,13 +10068,13 @@ "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.5", + "mockery/mockery": "~1.3.5 || ~1.6.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^5.13" + "psalm/phar": "^5.26" }, "type": "library", "extra": { @@ -10091,22 +10104,22 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.5.1" }, - "time": "2024-05-21T05:55:05+00:00" + "time": "2024-11-06T11:58:54+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.8.2", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "153ae662783729388a584b4361f2545e4d841e3c" + "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", - "reference": "153ae662783729388a584b4361f2545e4d841e3c", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/1fb5ba8d045f5dd984ebded5b1cc66f29459422d", + "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d", "shasum": "", "mirrors": [ { @@ -10119,7 +10132,7 @@ "doctrine/deprecations": "^1.0", "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", - "phpstan/phpdoc-parser": "^1.13" + "phpstan/phpdoc-parser": "^1.18" }, "require-dev": { "ext-tokenizer": "*", @@ -10155,9 +10168,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.9.0" }, - "time": "2024-02-23T11:10:43+00:00" + "time": "2024-11-03T20:11:34+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -11064,16 +11077,16 @@ }, { "name": "react/dns", - "version": "v1.12.0", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", - "reference": "c134600642fa615b46b41237ef243daa65bb64ec" + "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/c134600642fa615b46b41237ef243daa65bb64ec", - "reference": "c134600642fa615b46b41237ef243daa65bb64ec", + "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", + "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", "shasum": "", "mirrors": [ { @@ -11086,12 +11099,12 @@ "php": ">=5.3.0", "react/cache": "^1.0 || ^0.6 || ^0.5", "react/event-loop": "^1.2", - "react/promise": "^3.0 || ^2.7 || ^1.2.1" + "react/promise": "^3.2 || ^2.7 || ^1.2.1" }, "require-dev": { "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4 || ^3 || ^2", - "react/promise-timer": "^1.9" + "react/async": "^4.3 || ^3 || ^2", + "react/promise-timer": "^1.11" }, "type": "library", "autoload": { @@ -11134,7 +11147,7 @@ ], "support": { "issues": "https://github.com/reactphp/dns/issues", - "source": "https://github.com/reactphp/dns/tree/v1.12.0" + "source": "https://github.com/reactphp/dns/tree/v1.13.0" }, "funding": [ { @@ -11142,7 +11155,7 @@ "type": "open_collective" } ], - "time": "2023-11-29T12:41:06+00:00" + "time": "2024-06-13T14:18:03+00:00" }, { "name": "react/event-loop", @@ -11224,16 +11237,16 @@ }, { "name": "react/socket", - "version": "v1.15.0", + "version": "v1.16.0", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038" + "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038", - "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038", + "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", + "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", "shasum": "", "mirrors": [ { @@ -11245,16 +11258,16 @@ "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/dns": "^1.11", + "react/dns": "^1.13", "react/event-loop": "^1.2", - "react/promise": "^3 || ^2.6 || ^1.2.1", - "react/stream": "^1.2" + "react/promise": "^3.2 || ^2.6 || ^1.2.1", + "react/stream": "^1.4" }, "require-dev": { "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4 || ^3 || ^2", + "react/async": "^4.3 || ^3.3 || ^2", "react/promise-stream": "^1.4", - "react/promise-timer": "^1.10" + "react/promise-timer": "^1.11" }, "type": "library", "autoload": { @@ -11298,7 +11311,7 @@ ], "support": { "issues": "https://github.com/reactphp/socket/issues", - "source": "https://github.com/reactphp/socket/tree/v1.15.0" + "source": "https://github.com/reactphp/socket/tree/v1.16.0" }, "funding": [ { @@ -11306,20 +11319,20 @@ "type": "open_collective" } ], - "time": "2023-12-15T11:02:10+00:00" + "time": "2024-07-26T10:38:09+00:00" }, { "name": "react/stream", - "version": "v1.3.0", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", - "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66" + "reference": "d258e4030dfaecdda9a24696720c0d50be49e5ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/6fbc9672905c7d5a885f2da2fc696f65840f4a66", - "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66", + "url": "https://api.github.com/repos/reactphp/stream/zipball/d258e4030dfaecdda9a24696720c0d50be49e5ce", + "reference": "d258e4030dfaecdda9a24696720c0d50be49e5ce", "shasum": "", "mirrors": [ { @@ -11335,7 +11348,7 @@ }, "require-dev": { "clue/stream-filter": "~1.2", - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -11382,7 +11395,7 @@ ], "support": { "issues": "https://github.com/reactphp/stream/issues", - "source": "https://github.com/reactphp/stream/tree/v1.3.0" + "source": "https://github.com/reactphp/stream/tree/1.x" }, "funding": [ { @@ -11390,7 +11403,7 @@ "type": "open_collective" } ], - "time": "2023-06-16T10:52:11+00:00" + "time": "2024-05-19T19:29:40+00:00" }, { "name": "roave/security-advisories", @@ -11398,12 +11411,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "ed0688c3e18bf76d2a17fb243b99acb52c2e29ef" + "reference": "5f2153c997f1ad01915f80dd7c81ebf2b3a75c03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ed0688c3e18bf76d2a17fb243b99acb52c2e29ef", - "reference": "ed0688c3e18bf76d2a17fb243b99acb52c2e29ef", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5f2153c997f1ad01915f80dd7c81ebf2b3a75c03", + "reference": "5f2153c997f1ad01915f80dd7c81ebf2b3a75c03", "shasum": "", "mirrors": [ { @@ -11414,13 +11427,13 @@ }, "conflict": { "3f/pygmentize": "<1.2", - "admidio/admidio": "<4.3.10", + "admidio/admidio": "<4.3.12", "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", "aheinze/cockpit": "<2.2", - "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.04.6", + "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2", "aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1", "aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7", - "aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9", + "aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1", "aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7", "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5", "airesvsg/acf-to-rest-api": "<=3.1", @@ -11429,6 +11442,7 @@ "alextselegidis/easyappointments": "<1.5", "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", "amazing/media2click": ">=1,<1.3.3", + "ameos/ameos_tarteaucitron": "<1.2.23", "amphp/artax": "<1.0.6|>=2,<2.0.6", "amphp/http": "<=1.7.2|>=2,<=2.1", "amphp/http-client": ">=4,<4.4", @@ -11454,6 +11468,7 @@ "azuracast/azuracast": "<0.18.3", "backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2", "backpack/crud": "<3.4.9", + "backpack/filemanager": "<2.0.2|>=3,<3.0.9", "bacula-web/bacula-web": "<8.0.0.0-RC2-dev", "badaso/core": "<2.7", "bagisto/bagisto": "<2.1", @@ -11461,7 +11476,7 @@ "barrelstrength/sprout-forms": "<3.9", "barryvdh/laravel-translation-manager": "<0.6.2", "barzahlen/barzahlen-php": "<2.0.1", - "baserproject/basercms": "<5.0.9", + "baserproject/basercms": "<=5.1.1", "bassjobsen/bootstrap-3-typeahead": ">4.0.2", "bbpress/bbpress": "<2.6.5", "bcosca/fatfree": "<3.7.2", @@ -11506,22 +11521,23 @@ "codeigniter4/shield": "<1.0.0.0-beta8", "codiad/codiad": "<=2.8.4", "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7", - "concrete5/concrete5": "<9.3.3", + "concrete5/concrete5": "<9.3.4", "concrete5/core": "<8.5.8|>=9,<9.1", "contao-components/mediaelement": ">=2.14.2,<2.21.1", "contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4", - "contao/contao": ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4", + "contao/contao": "<=5.4.1", "contao/core": "<3.5.39", - "contao/core-bundle": "<4.13.40|>=5,<5.3.4", + "contao/core-bundle": "<4.13.49|>=5,<5.3.15|>=5.4,<5.4.3", "contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8", "contao/managed-edition": "<=1.5", "corveda/phpsandbox": "<1.3.5", "cosenary/instagram": "<=2.3", - "craftcms/cms": "<4.6.2|>=5,<=5.2.2", + "craftcms/cms": "<=4.12.6.1|>=5,<=5.4.7.1", "croogo/croogo": "<4", "cuyz/valinor": "<0.12", + "czim/file-handling": "<1.5|>=2,<2.3", "czproject/git-php": "<4.0.3", - "damienharper/auditor-bundle": "<6", + "damienharper/auditor-bundle": "<5.2.6", "dapphp/securimage": "<3.6.6", "darylldoyle/safe-svg": "<1.9.10", "datadog/dd-trace": ">=0.30,<0.30.2", @@ -11532,6 +11548,7 @@ "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3", "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4", "desperado/xml-bundle": "<=0.1.7", + "dev-lancer/minecraft-motd-parser": "<=1.0.5", "devgroup/dotplant": "<2020.09.14-dev", "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2", "doctrine/annotations": "<1.2.7", @@ -11546,9 +11563,9 @@ "dolibarr/dolibarr": "<19.0.2", "dompdf/dompdf": "<2.0.4", "doublethreedigital/guest-entries": "<3.1.2", - "drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<10.1.8|>=10.2,<10.2.2|==11.9999999.9999999.9999999-dev", - "drupal/core-recommended": "==11.9999999.9999999.9999999-dev", - "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4|==11.9999999.9999999.9999999-dev", + "drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<10.2.9|>=10.3,<10.3.6|>=11,<11.0.5", + "drupal/core-recommended": ">=8,<10.2.9|>=10.3,<10.3.6|>=11,<11.0.5", + "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.80|>=8,<10.2.9|>=10.3,<10.3.6|>=11,<11.0.5", "duncanmcclean/guest-entries": "<3.1.2", "dweeves/magmi": "<=0.7.24", "ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2", @@ -11575,6 +11592,7 @@ "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26|>=3.3,<3.3.39", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12", + "ezsystems/ezplatform-http-cache": "<2.3.16", "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev|>=3.3,<3.3.40", @@ -11584,13 +11602,16 @@ "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1", "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15", - "ezyang/htmlpurifier": "<4.1.1", + "ezyang/htmlpurifier": "<=4.2", "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2", "facturascripts/facturascripts": "<=2022.08", "fastly/magento2": "<1.2.26", "feehi/cms": "<=2.1.1", "feehi/feehicms": "<=2.1.1", "fenom/fenom": "<=2.12.1", + "filament/actions": ">=3.2,<3.2.123", + "filament/infolists": ">=3,<3.2.115", + "filament/tables": ">=3,<3.2.115", "filegator/filegator": "<7.8", "filp/whoops": "<2.1.13", "fineuploader/php-traditional-server": "<=1.2.2", @@ -11625,7 +11646,7 @@ "froxlor/froxlor": "<=2.2.0.0-RC3", "frozennode/administrator": "<=5.0.12", "fuel/core": "<1.8.1", - "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", + "funadmin/funadmin": "<=5.0.2", "gaoming13/wechat-php-sdk": "<=1.10.2", "genix/cms": "<=1.1.11", "getformwork/formwork": "<1.13.1|==2.0.0.0-beta1", @@ -11656,11 +11677,12 @@ "hov/jobfair": "<1.0.13|>=2,<2.0.2", "httpsoft/http-message": "<1.0.12", "hyn/multi-tenant": ">=5.6,<5.7.2", - "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6.0.0-beta1,<4.6.9", + "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.14", "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2", "ibexa/fieldtype-richtext": ">=4.6,<4.6.10", "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", - "ibexa/post-install": "<=1.0.4", + "ibexa/http-cache": ">=4.6,<4.6.14", + "ibexa/post-install": "<1.0.16|>=4.6,<4.6.14", "ibexa/solr": ">=4.5,<4.5.4", "ibexa/user": ">=4,<4.4.3", "icecoder/icecoder": "<=8.1", @@ -11677,7 +11699,7 @@ "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.3", "in2code/ipandlanguageredirect": "<5.1.2", "in2code/lux": "<17.6.1|>=18,<24.0.2", - "in2code/powermail": "<7.5|>=8,<8.5|>=9,<10.9|>=11,<12.4", + "in2code/powermail": "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.4.1", "innologi/typo3-appointments": "<2.0.6", "intelliants/subrion": "<4.2.2", "inter-mediator/inter-mediator": "==5.5", @@ -11707,21 +11729,24 @@ "kelvinmo/simplexrd": "<3.1.1", "kevinpapst/kimai2": "<1.16.7", "khodakhah/nodcms": "<=3", - "kimai/kimai": "<2.16", + "kimai/kimai": "<=2.20.1", "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4", "klaviyo/magento2-extension": ">=1,<3", "knplabs/knp-snappy": "<=1.4.2", "kohana/core": "<3.3.3", - "krayin/laravel-crm": "<1.2.2", + "krayin/laravel-crm": "<=1.3", "kreait/firebase-php": ">=3.2,<3.8.1", "kumbiaphp/kumbiapp": "<=1.1.1", "la-haute-societe/tcpdf": "<6.2.22", "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2", "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1", "laminas/laminas-http": "<2.14.2", + "lara-zeus/artemis": ">=1,<=1.0.6", + "lara-zeus/dynamic-dashboard": ">=3,<=3.0.1", "laravel/fortify": "<1.11.1", - "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75", + "laravel/framework": "<6.20.45|>=7,<7.30.7|>=8,<8.83.28|>=9,<9.52.17|>=10,<10.48.23|>=11,<11.31", "laravel/laravel": ">=5.4,<5.4.22", + "laravel/reverb": "<1.4", "laravel/socialite": ">=1,<2.0.10", "latte/latte": "<2.10.8", "lavalite/cms": "<=9|==10.1", @@ -11734,13 +11759,14 @@ "librenms/librenms": "<2017.08.18", "liftkit/database": "<2.13.2", "lightsaml/lightsaml": "<1.3.5", - "limesurvey/limesurvey": "<3.27.19", + "limesurvey/limesurvey": "<6.5.12", "livehelperchat/livehelperchat": "<=3.91", - "livewire/livewire": ">2.2.4,<2.2.6|>=3.3.5,<3.4.9", + "livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.5.2", "lms/routes": "<2.1.1", "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", "luyadev/yii-helpers": "<1.2.1", - "magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch8|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch6|==2.4.7", + "maestroerror/php-heic-to-jpg": "<1.0.5", + "magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch10|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch8|>=2.4.7.0-beta1,<2.4.7.0-patch3", "magento/core": "<=1.9.4.5", "magento/magento1ce": "<1.9.4.3-dev", "magento/magento1ee": ">=1,<1.14.4.3-dev", @@ -11748,12 +11774,15 @@ "magneto/core": "<1.9.4.4-dev", "maikuolan/phpmussel": ">=1,<1.6", "mainwp/mainwp": "<=4.4.3.3", - "mantisbt/mantisbt": "<2.26.2", + "mantisbt/mantisbt": "<=2.26.3", "marcwillmann/turn": "<0.3.3", "matyhtf/framework": "<3.0.6", - "mautic/core": "<4.4.12|>=5.0.0.0-alpha,<5.0.4", + "mautic/core": "<4.4.13|>=5,<5.1.1", + "mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1", + "maximebf/debugbar": "<1.19", "mdanter/ecc": "<2", - "mediawiki/core": "<1.36.2", + "mediawiki/cargo": "<3.6.1", + "mediawiki/core": "<1.39.5|==1.40", "mediawiki/matomo": "<2.4.3", "mediawiki/semantic-media-wiki": "<4.0.2", "melisplatform/melis-asset-manager": "<5.0.1", @@ -11773,7 +11802,7 @@ "mojo42/jirafeau": "<4.4", "mongodb/mongodb": ">=1,<1.9.2", "monolog/monolog": ">=1.8,<1.12", - "moodle/moodle": "<4.3.5|>=4.4.0.0-beta,<4.4.1", + "moodle/moodle": "<4.3.8|>=4.4,<4.4.4", "mos/cimage": "<0.7.19", "movim/moxl": ">=0.8,<=0.10", "movingbytes/social-network": "<=1.2.1", @@ -11809,7 +11838,7 @@ "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", "october/backend": "<1.1.2", "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1", - "october/october": "<=3.4.4", + "october/october": "<=3.6.4", "october/rain": "<1.0.472|>=1.1,<1.1.2", "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.5.15", "omeka/omeka-s": "<4.0.3", @@ -11821,7 +11850,7 @@ "openmage/magento-lts": "<20.10.1", "opensolutions/vimbadmin": "<=3.0.15", "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", - "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5", + "orchid/platform": ">=8,<14.43", "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1", "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1", "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", @@ -11852,7 +11881,7 @@ "phenx/php-svg-lib": "<0.5.2", "php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5", "php-mod/curl": "<2.3.2", - "phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1", + "phpbb/phpbb": "<3.3.11", "phpems/phpems": ">=6,<=6.1.3", "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7", "phpmailer/phpmailer": "<6.5", @@ -11860,8 +11889,8 @@ "phpmyadmin/phpmyadmin": "<5.2.1", "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5", "phpoffice/common": "<0.2.9", - "phpoffice/phpexcel": "<1.8", - "phpoffice/phpspreadsheet": "<1.29.1|>=2,<2.2.1", + "phpoffice/phpexcel": "<1.8.1", + "phpoffice/phpspreadsheet": "<1.29.4|>=2,<2.1.3|>=2.2,<2.3.2|>=3.3,<3.4", "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36", "phpservermon/phpservermon": "<3.6", "phpsysinfo/phpsysinfo": "<3.4.3", @@ -11898,13 +11927,13 @@ "processwire/processwire": "<=3.0.229", "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7", "propel/propel1": ">=1,<=1.7.1", - "pterodactyl/panel": "<1.11.6", + "pterodactyl/panel": "<1.11.8", "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2", "ptrofimov/beanstalk_console": "<1.7.14", "pubnub/pubnub": "<6.1", "pusher/pusher-php-server": "<2.2.1", "pwweb/laravel-core": "<=0.3.6.0-beta", - "pxlrbt/filament-excel": "<2.3.3", + "pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3", "pyrocms/pyrocms": "<=3.9.1", "qcubed/qcubed": "<=3.1.1", "quickapps/cms": "<=2.0.0.0-beta2", @@ -11915,7 +11944,7 @@ "rap2hpoutre/laravel-log-viewer": "<0.13", "react/http": ">=0.7,<1.9", "really-simple-plugins/complianz-gdpr": "<6.4.2", - "redaxo/source": "<=5.15.1", + "redaxo/source": "<5.18", "remdex/livehelperchat": "<4.29", "reportico-web/reportico": "<=8.1", "rhukster/dom-sanitizer": "<1.0.7", @@ -11958,12 +11987,14 @@ "silverstripe/userforms": "<3|>=5,<5.4.2", "silverstripe/versioned-admin": ">=1,<1.11.1", "simple-updates/phpwhois": "<=1", - "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4|==5.0.0.0-alpha12", + "simplesamlphp/saml2": "<4.6.14|>=5.0.0.0-alpha1,<5.0.0.0-alpha18", + "simplesamlphp/saml2-legacy": "<4.6.14", "simplesamlphp/simplesamlphp": "<1.18.6", "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", "simplesamlphp/simplesamlphp-module-openid": "<1", "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9", - "simplesamlphp/xml-security": "==1.6.11", + "simplesamlphp/xml-common": "<1.20", + "simplesamlphp/xml-security": "<1.10", "simplito/elliptic-php": "<1.0.6", "sitegeist/fluid-components": "<3.5", "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3", @@ -11971,24 +12002,26 @@ "slim/slim": "<2.6", "slub/slub-events": "<3.0.3", "smarty/smarty": "<4.5.3|>=5,<5.1.1", - "snipe/snipe-it": "<6.4.2", + "snipe/snipe-it": "<=7.0.13", "socalnick/scn-social-auth": "<1.15.2", "socialiteproviders/steam": "<1.1", "spatie/browsershot": "<3.57.4", "spatie/image-optimizer": "<1.7.3", + "spencer14420/sp-php-email-handler": "<1", "spipu/html2pdf": "<5.2.8", "spoon/library": "<1.4.1", "spoonity/tcpdf": "<6.2.22", "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", "ssddanbrown/bookstack": "<24.05.1", - "statamic/cms": "<4.46|>=5.3,<5.6.2", + "starcitizentools/citizen-skin": ">=2.6.3,<2.31", + "statamic/cms": "<=5.16", "stormpath/sdk": "<9.9.99", "studio-42/elfinder": "<=2.1.64", "studiomitte/friendlycaptcha": "<0.1.4", "subhh/libconnect": "<7.0.8|>=8,<8.1", "sukohi/surpass": "<1", "sulu/form-bundle": ">=2,<2.5.3", - "sulu/sulu": "<1.6.44|>=2,<2.4.17|>=2.5,<2.5.13", + "sulu/sulu": "<1.6.44|>=2,<2.5.21|>=2.6,<2.6.5", "sumocoders/framework-user-bundle": "<1.4", "superbig/craft-audit": "<3.0.2", "swag/paypal": "<5.4.4", @@ -12010,7 +12043,8 @@ "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4", - "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", + "symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8", + "symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7", "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1", @@ -12018,20 +12052,22 @@ "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/polyfill": ">=1,<1.10", "symfony/polyfill-php55": ">=1,<1.10", + "symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7", "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/routing": ">=2,<2.0.19", + "symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7", "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8", - "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", + "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.4.10|>=7,<7.0.10|>=7.1,<7.1.3", "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9", "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", - "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2|>=5.4,<5.4.31|>=6,<6.3.8", + "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8", "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12", - "symfony/symfony": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8", + "symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8", "symfony/translation": ">=2,<2.0.17", "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8", "symfony/ux-autocomplete": "<2.11.2", - "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", + "symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4", "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", "symfony/webhook": ">=6.3,<6.3.8", @@ -12042,7 +12078,7 @@ "t3s/content-consent": "<1.0.3|>=2,<2.0.2", "tastyigniter/tastyigniter": "<3.3", "tcg/voyager": "<=1.4", - "tecnickcom/tcpdf": "<=6.7.4", + "tecnickcom/tcpdf": "<=6.7.5", "terminal42/contao-tablelookupwizard": "<3.3.5", "thelia/backoffice-default-template": ">=2.1,<2.1.2", "thelia/thelia": ">=2.1,<2.1.3", @@ -12057,16 +12093,16 @@ "tobiasbg/tablepress": "<=2.0.0.0-RC1", "topthink/framework": "<6.0.17|>=6.1,<=8.0.4", "topthink/think": "<=6.1.1", - "topthink/thinkphp": "<=3.2.3", + "topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4", "torrentpier/torrentpier": "<=2.4.3", "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2", - "tribalsystems/zenario": "<9.5.60602", + "tribalsystems/zenario": "<=9.7.61188", "truckersmp/phpwhois": "<=4.3.1", "ttskch/pagination-service-provider": "<1", "twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2", - "twig/twig": "<1.44.8|>=2,<2.16.1|>=3,<3.11.1|>=3.12,<3.14", + "twig/twig": "<3.11.2|>=3.12,<3.14.1", "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", - "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", + "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<10.4.46|>=11,<11.5.40|>=12,<12.4.21|>=13,<13.3.1", "typo3/cms-core": "<=8.7.56|>=9,<=9.5.47|>=10,<=10.4.44|>=11,<=11.5.36|>=12,<=12.4.14|>=13,<=13.1", "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1", "typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1", @@ -12083,6 +12119,7 @@ "ua-parser/uap-php": "<3.8", "uasoft-indonesia/badaso": "<=2.9.7", "unisharp/laravel-filemanager": "<2.6.4", + "unopim/unopim": "<0.1.5", "userfrosting/userfrosting": ">=0.3.1,<4.6.3", "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", "uvdesk/community-skeleton": "<=1.1.1", @@ -12116,6 +12153,7 @@ "winter/wn-dusk-plugin": "<2.1", "winter/wn-system-module": "<1.2.4", "wintercms/winter": "<=1.2.3", + "wireui/wireui": "<1.19.3|>=2,<2.1.3", "woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3", "wp-cli/wp-cli": ">=0.12,<2.5", "wp-graphql/wp-graphql": "<=1.14.5", @@ -12127,7 +12165,7 @@ "xataface/xataface": "<3", "xpressengine/xpressengine": "<3.0.15", "yab/quarx": "<2.4.5", - "yeswiki/yeswiki": "<4.1", + "yeswiki/yeswiki": "<=4.4.4", "yetiforce/yetiforce-crm": "<=6.4", "yidashi/yii2cmf": "<=2", "yii2mod/yii2-cms": "<1.9.2", @@ -12218,7 +12256,7 @@ "type": "tidelift" } ], - "time": "2024-09-10T18:06:22+00:00" + "time": "2024-12-03T20:05:54+00:00" }, { "name": "sebastian/cli-parser", @@ -12408,16 +12446,16 @@ }, { "name": "sebastian/comparator", - "version": "5.0.1", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2db5010a484d53ebf536087a70b4a5423c102372" + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", - "reference": "2db5010a484d53ebf536087a70b4a5423c102372", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", "shasum": "", "mirrors": [ { @@ -12434,7 +12472,7 @@ "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.3" + "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { @@ -12479,7 +12517,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3" }, "funding": [ { @@ -12487,7 +12525,7 @@ "type": "github" } ], - "time": "2023-08-14T13:18:12+00:00" + "time": "2024-10-18T14:56:07+00:00" }, { "name": "sebastian/complexity", @@ -13228,16 +13266,16 @@ }, { "name": "spatie/pest-plugin-test-time", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/spatie/pest-plugin-test-time.git", - "reference": "45bb8190a4d4e434b808d510f687582028309e2d" + "reference": "82af5b73a7f140a2cbfbe2926ef14dd35ee169be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/pest-plugin-test-time/zipball/45bb8190a4d4e434b808d510f687582028309e2d", - "reference": "45bb8190a4d4e434b808d510f687582028309e2d", + "url": "https://api.github.com/repos/spatie/pest-plugin-test-time/zipball/82af5b73a7f140a2cbfbe2926ef14dd35ee169be", + "reference": "82af5b73a7f140a2cbfbe2926ef14dd35ee169be", "shasum": "", "mirrors": [ { @@ -13248,7 +13286,7 @@ }, "require": { "nesbot/carbon": "^2.65|^3", - "pestphp/pest": "^2.0", + "pestphp/pest": "^2.0|^3.0", "php": "^8.1", "spatie/test-time": "^1.3.2" }, @@ -13287,7 +13325,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/pest-plugin-test-time/tree/2.1.0" + "source": "https://github.com/spatie/pest-plugin-test-time/tree/2.2.0" }, "funding": [ { @@ -13295,7 +13333,7 @@ "type": "github" } ], - "time": "2024-03-02T05:54:53+00:00" + "time": "2024-09-20T13:40:22+00:00" }, { "name": "spatie/test-time", @@ -13372,16 +13410,16 @@ }, { "name": "swoole/ide-helper", - "version": "5.1.3", + "version": "5.1.6", "source": { "type": "git", "url": "https://github.com/swoole/ide-helper.git", - "reference": "9cfc6669b83be0fa6fface91a6f372a0bb84bf1a" + "reference": "c5149a01c00e4ed56fc7b3ffeb6823e69acb4a76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swoole/ide-helper/zipball/9cfc6669b83be0fa6fface91a6f372a0bb84bf1a", - "reference": "9cfc6669b83be0fa6fface91a6f372a0bb84bf1a", + "url": "https://api.github.com/repos/swoole/ide-helper/zipball/c5149a01c00e4ed56fc7b3ffeb6823e69acb4a76", + "reference": "c5149a01c00e4ed56fc7b3ffeb6823e69acb4a76", "shasum": "", "mirrors": [ { @@ -13404,22 +13442,22 @@ "description": "IDE help files for Swoole.", "support": { "issues": "https://github.com/swoole/ide-helper/issues", - "source": "https://github.com/swoole/ide-helper/tree/5.1.3" + "source": "https://github.com/swoole/ide-helper/tree/5.1.6" }, - "time": "2024-06-17T05:45:20+00:00" + "time": "2024-11-29T07:21:36+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b" + "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8d7507f02b06e06815e56bb39aa0128e3806208b", - "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", + "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", "shasum": "", "mirrors": [ { @@ -13476,7 +13514,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.8" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13" }, "funding": [ { @@ -13492,20 +13530,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.4.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", "shasum": "", "mirrors": [ { @@ -13521,7 +13559,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -13558,7 +13596,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" }, "funding": [ { @@ -13574,20 +13612,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/mailer", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "76326421d44c07f7824b19487cfbf87870b37efc" + "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/76326421d44c07f7824b19487cfbf87870b37efc", - "reference": "76326421d44c07f7824b19487cfbf87870b37efc", + "url": "https://api.github.com/repos/symfony/mailer/zipball/c2f7e0d8d7ac8fe25faccf5d8cac462805db2663", + "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663", "shasum": "", "mirrors": [ { @@ -13644,7 +13682,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.8" + "source": "https://github.com/symfony/mailer/tree/v6.4.13" }, "funding": [ { @@ -13660,20 +13698,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/mime", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33" + "reference": "1de1cf14d99b12c7ebbb850491ec6ae3ed468855" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/618597ab8b78ac86d1c75a9d0b35540cda074f33", - "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33", + "url": "https://api.github.com/repos/symfony/mime/zipball/1de1cf14d99b12c7ebbb850491ec6ae3ed468855", + "reference": "1de1cf14d99b12c7ebbb850491ec6ae3ed468855", "shasum": "", "mirrors": [ { @@ -13693,7 +13731,7 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<5.4", - "symfony/serializer": "<6.3.2" + "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", @@ -13703,7 +13741,7 @@ "symfony/process": "^5.4|^6.4|^7.0", "symfony/property-access": "^5.4|^6.0|^7.0", "symfony/property-info": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.3.2|^7.0" + "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", "autoload": { @@ -13735,7 +13773,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.8" + "source": "https://github.com/symfony/mime/tree/v6.4.13" }, "funding": [ { @@ -13751,20 +13789,20 @@ "type": "tidelift" } ], - "time": "2024-06-01T07:50:16+00:00" + "time": "2024-10-25T15:07:50+00:00" }, { "name": "symfony/options-resolver", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "22ab9e9101ab18de37839074f8a1197f55590c1b" + "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/22ab9e9101ab18de37839074f8a1197f55590c1b", - "reference": "22ab9e9101ab18de37839074f8a1197f55590c1b", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0a62a9f2504a8dd27083f89d21894ceb01cc59db", + "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db", "shasum": "", "mirrors": [ { @@ -13808,7 +13846,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.4.8" + "source": "https://github.com/symfony/options-resolver/tree/v6.4.13" }, "funding": [ { @@ -13824,7 +13862,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -13917,16 +13955,16 @@ }, { "name": "symfony/serializer", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "d6eda9966a3e5d1823c1cedf41bf98f8ed969d7c" + "reference": "8be421505938b11a0ca4f656e4322232236386f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/d6eda9966a3e5d1823c1cedf41bf98f8ed969d7c", - "reference": "d6eda9966a3e5d1823c1cedf41bf98f8ed969d7c", + "url": "https://api.github.com/repos/symfony/serializer/zipball/8be421505938b11a0ca4f656e4322232236386f0", + "reference": "8be421505938b11a0ca4f656e4322232236386f0", "shasum": "", "mirrors": [ { @@ -14001,7 +14039,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.8" + "source": "https://github.com/symfony/serializer/tree/v6.4.13" }, "funding": [ { @@ -14017,20 +14055,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-10-03T09:58:04+00:00" }, { "name": "symfony/stopwatch", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "63e069eb616049632cde9674c46957819454b8aa" + "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/63e069eb616049632cde9674c46957819454b8aa", - "reference": "63e069eb616049632cde9674c46957819454b8aa", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2cae0a6f8d04937d02f6d19806251e2104d54f92", + "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92", "shasum": "", "mirrors": [ { @@ -14069,7 +14107,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.4.8" + "source": "https://github.com/symfony/stopwatch/tree/v6.4.13" }, "funding": [ { @@ -14085,20 +14123,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/translation", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a" + "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/a002933b13989fc4bd0b58e04bf7eec5210e438a", - "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a", + "url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66", + "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66", "shasum": "", "mirrors": [ { @@ -14170,7 +14208,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.8" + "source": "https://github.com/symfony/translation/tree/v6.4.13" }, "funding": [ { @@ -14186,20 +14224,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-27T18:14:25+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.4.1", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "06450585bf65e978026bda220cdebca3f867fde7" + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", - "reference": "06450585bf65e978026bda220cdebca3f867fde7", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", "shasum": "", "mirrors": [ { @@ -14214,7 +14252,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -14254,7 +14292,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" }, "funding": [ { @@ -14270,7 +14308,7 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "ta-tikoma/phpunit-architecture-test", diff --git a/src/Exceptions/Handler/CommonHandler.php b/src/Exceptions/Handler/CommonHandler.php index c39c34e..db1579b 100644 --- a/src/Exceptions/Handler/CommonHandler.php +++ b/src/Exceptions/Handler/CommonHandler.php @@ -13,6 +13,8 @@ declare(strict_types=1); namespace Singularity\HDK\Core\Exceptions\Handler; use Carbon\Carbon; +use GuzzleHttp\Exception\ClientException; +use GuzzleHttp\Exception\ServerException; use Hyperf\Codec\Json; use Hyperf\Database\Exception\QueryException; use Hyperf\Database\Model\ModelNotFoundException; @@ -93,6 +95,26 @@ class CommonHandler extends ExceptionHandler $data['details'] = ['sql' => $throwable->getSql(), 'error' => $throwable->getMessage()]; } } + if ($throwable instanceof ClientException) { + $content = $throwable->getResponse()->getBody()->getContents(); + + ['errorCode' => $code, 'errorMsg' => $msg] = Json::decode($content); + $data = [ + $code_name => $code, + $message_name => $msg, + ]; + $status_code = 400; + } + if ($throwable instanceof ServerException) { + $content = $throwable->getResponse()->getBody()->getContents(); + + ['errorCode' => $code, 'errorMsg' => $msg] = Json::decode($content); + $data = [ + $code_name => $code, + $message_name => $msg, + ]; + $status_code = 500; + } // 101 请求方式错误 if ($throwable instanceof MethodNotAllowedHttpException) { $message = explode(': ', $throwable->getMessage());