diff options
author | Stig Bakken <ssb@php.net> | 2002-03-29 02:38:07 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-03-29 02:38:07 +0000 |
commit | f6e4eea39a6dfab287eaeb0098a082cc98647e6f (patch) | |
tree | 067a59de5f3de6fb9f589e1b9703f391b55f1903 | |
parent | 99cfda37569a40ebad0b65ff8cd706b93c87a5de (diff) | |
download | php-git-f6e4eea39a6dfab287eaeb0098a082cc98647e6f.tar.gz |
* allow "any" as a preferred_state value
-rw-r--r-- | pear/PEAR/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( |