From: Stig Bakken Date: Fri, 29 Mar 2002 02:38:07 +0000 (+0000) Subject: * allow "any" as a preferred_state value X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~978 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6e4eea39a6dfab287eaeb0098a082cc98647e6f;p=php * allow "any" as a preferred_state value --- diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php index 8bac159a47..62ad1cdea3 100644 --- a/pear/PEAR/Config.php +++ b/pear/PEAR/Config.php @@ -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(