diff options
-rwxr-xr-x | pear/go-pear-list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index d0513023d3..cb1bcc1ea0 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -8,7 +8,7 @@ $packages = array( // required packages for the installer "PEAR" => "1.3.5", -"XML_RPC" => "1.2.2", +"XML_RPC" => "1.3.0", "Console_Getopt" => "1.2", "Archive_Tar" => "1.3.1", |