mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
* allow "any" as a preferred_state value
This commit is contained in:
@@ -128,7 +128,7 @@ class PEAR_Config extends PEAR
|
||||
'doc' => 'the installer will prefer releases with this state
|
||||
when installing packages without a version or state specified',
|
||||
'valid_set' => array(
|
||||
'stable', 'beta', 'alpha', 'devel', 'snapshot'),
|
||||
'stable', 'beta', 'alpha', 'devel', 'snapshot', 'any'),
|
||||
),
|
||||
/*
|
||||
'testset1' => array(
|
||||
|
||||
Reference in New Issue
Block a user