From b8fe70e5eef01ea3fa5c3c396bc61cd2b5204b7c Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 2 Aug 2025 20:23:26 +0700 Subject: [PATCH] change swoole to version 6.x because 5.x is not compatible with php 8.4+ --- config/source.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/source.json b/config/source.json index 0fc9bca7..90ed41eb 100644 --- a/config/source.json +++ b/config/source.json @@ -998,6 +998,7 @@ "path": "php-src/ext/swoole", "type": "ghtar", "repo": "swoole/swoole-src", + "match": "v6\\.+", "prefer-stable": true, "license": { "type": "file",