partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 02b0701094ec0dce7dd6332adaf8d4fc5b6b5d84
parent 1b961d751c5af24b112790fb87f77e942cf48eb9
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Tue, 16 Feb 2016 13:10:50 +0100

Updated snc/redis-bundle to newer version

Diffstat:
Mcomposer.lock | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/composer.lock b/composer.lock @@ -3385,29 +3385,29 @@ }, { "name": "snc/redis-bundle", - "version": "1.1.9", + "version": "1.1.10", "target-dir": "Snc/RedisBundle", "source": { "type": "git", "url": "https://github.com/snc/SncRedisBundle.git", - "reference": "77f65e3d86a5e21b9bf3710d7e021595df2b6417" + "reference": "3b11bdc877f470fa8a1e728ada48c62c0d33e0ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/77f65e3d86a5e21b9bf3710d7e021595df2b6417", - "reference": "77f65e3d86a5e21b9bf3710d7e021595df2b6417", + "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/3b11bdc877f470fa8a1e728ada48c62c0d33e0ed", + "reference": "3b11bdc877f470fa8a1e728ada48c62c0d33e0ed", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/framework-bundle": ">=2.1,<3.0", - "symfony/yaml": ">=2.1,<3.0" + "symfony/framework-bundle": "^2.1", + "symfony/yaml": "^2.1" }, "require-dev": { - "doctrine/cache": "1.*", - "phpunit/phpunit": "4.*", - "predis/predis": "~1.0", - "symfony/console": ">=2.1,<3.0" + "doctrine/cache": "^1.0", + "phpunit/phpunit": "^4.0", + "predis/predis": "^1.0", + "symfony/console": "^2.1" }, "suggest": { "monolog/monolog": "If you want to use the monolog redis handler.", @@ -3441,7 +3441,7 @@ "redis", "symfony" ], - "time": "2015-06-30 09:08:50" + "time": "2016-01-21 18:29:37" }, { "name": "sonata-project/exporter",