Add PECL download type and support for PECL artifacts

This commit is contained in:
crazywhalecc
2026-02-28 17:07:24 +08:00
committed by Jerry Ma
parent 174ef3dba7
commit dc0a80975f
14 changed files with 130 additions and 45 deletions

View File

@@ -89,6 +89,7 @@ class ConfigValidator
'bitbuckettag' => [['repo'], ['extract']],
'local' => [['dirname'], ['extract']],
'pie' => [['repo'], ['extract']],
'pecl' => [['name'], ['extract']],
'php-release' => [[], ['extract']],
'custom' => [[], ['func']],
];