diff --git a/composer.json b/composer.json index ff5f370..706670c 100644 --- a/composer.json +++ b/composer.json @@ -20,14 +20,14 @@ "symfony/security": "~2.3", "symfony/finder": "~2.2", "symfony/filesystem": "~2.2", - "doctrine/common": "~2.4", - "predis/predis": "~1.0" + "doctrine/common": "~2.4" }, "suggest": { "ext-ftp": "Allows using Ftp services.", "guzzle/guzzle": "In order to use Guzzle service provider", "guzzle/silex-provider": "In order to use Guzzle service provider", - "doctrine/common": "In order to use Doctrine\\Common\\Cache compatible Memcached" + "doctrine/common": "In order to use Doctrine\\Common\\Cache compatible Memcached", + "predis/predis": "In order to use Redis cache with Doctrine" }, "require-dev": { "phpunit/phpunit": "~4.0", diff --git a/composer.lock b/composer.lock index 5539813..f183020 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "f0a1eed27dd522eb63ffa6c5bf247575", + "hash": "9445988b8b08aa7fdbc398c4441f0db6", "packages": [ { "name": "doctrine/annotations", @@ -531,56 +531,6 @@ ], "time": "2013-11-22 08:30:29" }, - { - "name": "predis/predis", - "version": "v1.0.1", - "source": { - "type": "git", - "url": "https://github.com/nrk/predis.git", - "reference": "7a170b3d8123c556597b4fbdb88631f99de180c2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nrk/predis/zipball/7a170b3d8123c556597b4fbdb88631f99de180c2", - "reference": "7a170b3d8123c556597b4fbdb88631f99de180c2", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "ext-curl": "Allows access to Webdis when paired with phpiredis", - "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" - }, - "type": "library", - "autoload": { - "psr-4": { - "Predis\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Daniele Alessandri", - "email": "suppakilla@gmail.com", - "homepage": "http://clorophilla.net" - } - ], - "description": "Flexible and feature-complete PHP client library for Redis", - "homepage": "http://github.com/nrk/predis", - "keywords": [ - "nosql", - "predis", - "redis" - ], - "time": "2015-01-02 12:51:34" - }, { "name": "psr/log", "version": "1.0.0",