From b51da46c5af7bce5214a7f103253f0c80aa5ca95 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Fri, 24 Jul 2026 18:42:27 +0800 Subject: [PATCH] chore(deps): update swoole/phpx dependency version - Updated swoole/phpx from ~2.4.0 to ~2.4.1 in composer.json - Maintained compatibility with existing project requirements - Ensured dependency version alignment with current standards --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 925eefde..837edfba 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "marcj/topsort": "^2.0", "symfony/var-dumper": "^8.0", "symfony/yaml": "^8.0", - "swoole/phpx": "~2.4.0", + "swoole/phpx": "~2.4.1", "ajaxray/ansikit": "^0.3.1" }, "require-dev": {