diff options
author | Greg Beaver <cellog@php.net> | 2005-03-14 23:57:07 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2005-03-14 23:57:07 +0000 |
commit | abb724a6b3e7c9f9d968026edd1b05309fbac413 (patch) | |
tree | 8d43aea0bba9afcc4736277f7a01451d2394d561 /pear | |
parent | a879957d43ce5f84954ed5932ef51f73368b5d63 (diff) | |
download | php-git-abb724a6b3e7c9f9d968026edd1b05309fbac413.tar.gz |
this needs updating
Diffstat (limited to 'pear')
-rwxr-xr-x | pear/go-pear-list.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index a410588302..24801dadde 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -8,14 +8,14 @@ $packages = array( // required packages for the installer "PEAR" => "1.3.5", -"XML_RPC" => "1.1.0", +"XML_RPC" => "1.2.2", "Console_Getopt" => "1.2", -"Archive_Tar" => "1.2", +"Archive_Tar" => "1.3.0", // required packages for the web frontend "PEAR_Frontend_Web" => "0.4", "HTML_Template_IT" => "1.1", -"Net_UserAgent_Detect" => "1.0", +"Net_UserAgent_Detect" => "2.0.1", ); ?> |