From 5fa7b61cc83ab1d0b21c93ed7ee44bf726c85c9e Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 3 Jun 2026 16:42:38 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0=20swoole/phpx?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 swoole/phpx 从 ~2.3.0 更新到 ~2.3.1 版本 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8ef254f7..551e00e9 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "marcj/topsort": "^2.0", "symfony/var-dumper": "^8.0", "symfony/yaml": "^8.0", - "swoole/phpx": "~2.3.0" + "swoole/phpx": "~2.3.1" }, "require-dev": { "phpunit/phpunit": "^10.4",