mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Allow unstable for PECL downloads
This commit is contained in:
@@ -91,7 +91,7 @@ class ConfigValidator
|
||||
'bitbuckettag' => [['repo'], ['extract']],
|
||||
'local' => [['dirname'], ['extract']],
|
||||
'pie' => [['repo'], ['extract']],
|
||||
'pecl' => [['name'], ['extract']],
|
||||
'pecl' => [['name'], ['extract', 'prefer-stable']],
|
||||
'php-release' => [['domain'], ['extract']],
|
||||
'custom' => [[], ['func']],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user