Use our own channel to distribute Predis via PEAR instead of PearHub.

The new PEAR channel is self-hosted using Pirum.
This commit is contained in:
Daniele Alessandri
2011-12-18 13:28:45 +01:00
parent 104cd1eae7
commit 78027f0498
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -3,6 +3,8 @@ v0.7.1 (201x-xx-xx)
- Miscellaneous minor fixes.
- PearHub's PEAR channel has been deprecated in favour of `pear.nrk.io`.
v0.7.0 (2011-12-11)
===============================================================================
+4 -3
View File
@@ -27,9 +27,9 @@ project,
Predis is available on [Packagist](http://packagist.org/packages/predis/predis) for an easy installation
using [Composer](http://packagist.org/about-composer). Composer helps you manage dependencies for your
projects and libraries without much hassle which makes it the preferred way to get up and running with
new applications. Alternatively, the library is available on [PearHub](http://pearhub.org/projects/predis)'s
channel for a more traditional installation via PEAR. Zip and tar.gz archives are also downloadable from
GitHub by browsing the list of [tagged releases](http://github.com/nrk/predis/tags).
new applications. Alternatively, the library is available on our [own PEAR channel](http://pear.nrk.io)
for a more traditional installation via PEAR. Zip and tar.gz archives are also downloadable from GitHub
by browsing the list of [tagged releases](http://github.com/nrk/predis/tags).
### Loading the library ###
@@ -197,6 +197,7 @@ other Git hosting provider of your preference.
- [Source code](http://github.com/nrk/predis/)
- [Wiki](http://wiki.github.com/nrk/predis/)
- [Issue tracker](http://github.com/nrk/predis/issues)
- [PEAR channel](http://pear.nrk.io)
### Related ###
- [Redis](http://redis.io/)