From 0ca938aee007fd56fefe2971d1b751ae36cd78bc Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Mon, 31 Aug 2026 12:08:46 +0800 Subject: [PATCH] chore(deps): update swoole/phpx dependency version - Updated swoole/phpx from ~2.6.8 to ~2.6.9 in composer.json - Bumped minor version to incorporate latest bug fixes and improvements - Maintained compatibility with existing codebase integration --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4d40061..49e6365a 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.8", + "swoole/phpx": "~2.6.9", "ajaxray/ansikit": "^0.3", "ext-dom": "*" },