mirror of
https://github.com/predis/predis.git
synced 2026-08-17 23:38:37 +00:00
back to dev version
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ name = "Predis"
|
||||
desc = "Flexible and feature-complete Redis client for PHP and HHVM"
|
||||
homepage = "http://github.com/nrk/predis"
|
||||
license = "MIT"
|
||||
version = "1.1.8"
|
||||
stability = "stable"
|
||||
version = "1.1.9"
|
||||
stability = "devel"
|
||||
channel = "pear.nrk.io"
|
||||
|
||||
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
|
||||
*/
|
||||
class Client implements ClientInterface, \IteratorAggregate
|
||||
{
|
||||
const VERSION = '1.1.8';
|
||||
const VERSION = '1.1.9-dev';
|
||||
|
||||
protected $connection;
|
||||
protected $options;
|
||||
|
||||
Reference in New Issue
Block a user