From f6e4eea39a6dfab287eaeb0098a082cc98647e6f Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 29 Mar 2002 02:38:07 +0000 Subject: [PATCH] * allow "any" as a preferred_state value --- pear/PEAR/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.50.1