From 320ab547a7c67c9ee2f7ebfc454d9eace59f3d37 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Sun, 30 Aug 2026 13:06:43 +0800 Subject: [PATCH] chore(deps): update swoole/phpx dependency version - Updated swoole/phpx from ~2.6.7 to ~2.6.8 in composer.json - Bumped dependency version to latest stable release - Maintained compatibility with existing codebase --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29d32c09..f4d40061 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "marcj/topsort": "^2.0", "symfony/var-dumper": "^8.0", "symfony/yaml": "^8.0", - "swoole/phpx": "~2.6.7", + "swoole/phpx": "~2.6.8", "ajaxray/ansikit": "^0.3", "ext-dom": "*" },