* fix #307 uv 和 swoole 同时启用的时候会提示 uv 找不到

* Update test-extensions.php

* update cs-fixer config for newer version

* revert composer.lock to fit 8.1

---------

Co-authored-by: Jerry Ma <jesse2061@outlook.com>
This commit is contained in:
霸气千秋
2024-01-05 19:21:07 +08:00
committed by GitHub
parent dabdb518ce
commit 269e95e0fe
5 changed files with 91 additions and 86 deletions

View File

@@ -510,6 +510,9 @@
"arg-type": "with-prefix",
"lib-depends": [
"libuv"
],
"ext-depends": [
"sockets"
]
},
"xhprof": {