From 545f347d4a62d7c9fcb7b6ed57e03b119c1447fb Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Tue, 23 Jun 2026 17:16:46 +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.7 更新到 ~2.3.9 - 保持其他依赖版本不变 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3eb36f93..1fe4f5ca 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "marcj/topsort": "^2.0", "symfony/var-dumper": "^8.0", "symfony/yaml": "^8.0", - "swoole/phpx": "~2.3.7" + "swoole/phpx": "~2.3.9" }, "require-dev": { "phpunit/phpunit": "^10.4",