Merge pull request #844 from crazywhalecc/swoole-v6

change swoole to version 6.x because 5.x is not compatible with php 8.4+
This commit is contained in:
Marc
2025-08-02 23:06:35 +07:00
committed by GitHub

View File

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