]> granicus.if.org Git - php/commitdiff
* allow "any" as a preferred_state value
authorStig Bakken <ssb@php.net>
Fri, 29 Mar 2002 02:38:07 +0000 (02:38 +0000)
committerStig Bakken <ssb@php.net>
Fri, 29 Mar 2002 02:38:07 +0000 (02:38 +0000)
pear/PEAR/Config.php

index 8bac159a471fd4ceea5343b2c1f9b529e8148c32..62ad1cdea3a8935e3c77365a72b44a16282a17d8 100644 (file)
@@ -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(