mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Add PECL download type and support for PECL artifacts
This commit is contained in:
@@ -89,6 +89,7 @@ class ConfigValidator
|
||||
'bitbuckettag' => [['repo'], ['extract']],
|
||||
'local' => [['dirname'], ['extract']],
|
||||
'pie' => [['repo'], ['extract']],
|
||||
'pecl' => [['name'], ['extract']],
|
||||
'php-release' => [[], ['extract']],
|
||||
'custom' => [[], ['func']],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user