فهرست منبع

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

The new PEAR channel is self-hosted using Pirum.
Daniele Alessandri 13 سال پیش
والد
کامیت
78027f0498
2فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 2 0
      CHANGELOG.md
  2. 4 3
      README.md

+ 2 - 0
CHANGELOG.md

@@ -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
README.md

@@ -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/)