Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 5, 2009
1 parent c6005ab commit bcf7a82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.markdown
Expand Up @@ -29,17 +29,17 @@ The PEAR channel (`pear.phpunit.de`) that is used to distribute phpdcd needs to
This has to be done only once. Now the PEAR Installer can be used to install packages from the PHPUnit channel:

sb@ubuntu ~ % pear install phpunit/phpdcd-beta
downloading phpdcd-0.9.0.tgz ...
Starting to download phpdcd-0.9.0.tgz (6,235 bytes)
.....done: 6,235 bytes
downloading phpdcd-0.9.1.tgz ...
Starting to download phpdcd-0.9.1.tgz (6,046 bytes)
.....done: 6,046 bytes
downloading File_Iterator-1.1.0.tgz ...
Starting to download File_Iterator-1.1.0.tgz (3,181 bytes)
...done: 3,181 bytes
downloading PHP_TokenStream-0.9.0.tgz ...
Starting to download PHP_TokenStream-0.9.0.tgz (5,145 bytes)
...done: 5,145 bytes
downloading PHP_TokenStream-0.9.1.tgz ...
Starting to download PHP_TokenStream-0.9.1.tgz (5,113 bytes)
...done: 5,113 bytes
install ok: channel://pear.phpunit.de/File_Iterator-1.1.0
install ok: channel://pear.phpunit.de/PHP_TokenStream-0.9.0
install ok: channel://pear.phpunit.de/phpdcd-0.9.0
install ok: channel://pear.phpunit.de/PHP_TokenStream-0.9.1
install ok: channel://pear.phpunit.de/phpdcd-0.9.1

After the installation you can find the phpdcd source files inside your local PEAR directory; the path is usually `/usr/lib/php/PHPDCD`.
6 changes: 3 additions & 3 deletions package.xml
Expand Up @@ -17,9 +17,9 @@
<email>sb@sebastian-bergmann.de</email>
<active>yes</active>
</lead>
<date>2009-12-04</date>
<date>2009-12-05</date>
<version>
<release>0.9.0</release>
<release>0.9.1</release>
<api>0.9.0</api>
</version>
<stability>
Expand Down Expand Up @@ -74,7 +74,7 @@
<package>
<name>PHP_TokenStream</name>
<channel>pear.phpunit.de</channel>
<min>0.9.0</min>
<min>0.9.1</min>
</package>
</required>
</dependencies>
Expand Down

0 comments on commit bcf7a82

Please sign in to comment.