From a78e6fa5f8606ce8d78be8071def9c64d589c9be Mon Sep 17 00:00:00 2001 From: henderkes Date: Thu, 25 Jun 2026 15:39:18 +0700 Subject: [PATCH] pin zstd, proper fix: https://github.com/kjdev/php-ext-zstd/pull/100 --- config/source.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/source.json b/config/source.json index 258b35e30..a80a5d0a2 100644 --- a/config/source.json +++ b/config/source.json @@ -333,10 +333,9 @@ } }, "ext-zstd": { - "type": "git", + "type": "ghtagtar", + "repo": "kjdev/php-ext-zstd", "path": "php-src/ext/zstd", - "rev": "master", - "url": "https://github.com/kjdev/php-ext-zstd", "license": { "type": "file", "path": "LICENSE"