change swoole to version 6.x because 5.x is not compatible with php 8.4+

This commit is contained in:
DubbleClick 2025-08-02 20:23:26 +07:00
parent 0ae4bcbd6f
commit b8fe70e5ee

View File

@ -998,6 +998,7 @@
"path": "php-src/ext/swoole",
"type": "ghtar",
"repo": "swoole/swoole-src",
"match": "v6\\.+",
"prefer-stable": true,
"license": {
"type": "file",