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 7b0620d47a..df7fdd0cbd 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -10,7 +10,7 @@ $packages = array( "Mail" => "1.1.2", "Net_SMTP" => "1.2.5", "Net_Socket" => "1.0.1", -"PHPUnit" => "1.0.0alpha3", +"PHPUnit" => "2.0.0beta1", "Console_Getopt" => "1.2", "DB" => "1.6.2", "HTTP" => "1.2.3", |