From 4a3c6785c9f5ca7a5339cbc0c6eb38669322ea40 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 5 Oct 2016 20:20:51 +1100 Subject: [PATCH] Added predis/predis library for Redis Server --- composer.json | 3 ++- composer.lock | 68 ++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 61 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 860b54e9e92c..0681aa18b6d5 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,8 @@ "barryvdh/laravel-debugbar": "~2.2", "fzaninotto/faker": "^1.5", "jaybizzle/laravel-crawler-detect": "1.*", - "codedge/laravel-selfupdater": "5.x-dev" + "codedge/laravel-selfupdater": "5.x-dev", + "predis/predis": "^1.1" }, "require-dev": { "phpunit/phpunit": "~4.0", diff --git a/composer.lock b/composer.lock index 3fede23c13ed..6c8036cdf585 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "09fda381adad88df20782277ade92809", - "content-hash": "77223af5b09a5e08bf323379fe8e3f24", + "hash": "f4bdaaf649c73d8e5b5d869b5d747296", + "content-hash": "f86c4c48a93a28dac4503651c52b86bd", "packages": [ { "name": "agmscode/omnipay-agms", @@ -1029,12 +1029,12 @@ "source": { "type": "git", "url": "https://github.com/codedge/laravel-selfupdater.git", - "reference": "ef8f30b8084d6b0c2d2587c0b621011a1515d250" + "reference": "b24b155fe0fcccf0ecfbc926a6c3043911418906" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codedge/laravel-selfupdater/zipball/ef8f30b8084d6b0c2d2587c0b621011a1515d250", - "reference": "ef8f30b8084d6b0c2d2587c0b621011a1515d250", + "url": "https://api.github.com/repos/codedge/laravel-selfupdater/zipball/b24b155fe0fcccf0ecfbc926a6c3043911418906", + "reference": "b24b155fe0fcccf0ecfbc926a6c3043911418906", "shasum": "" }, "require": { @@ -1077,7 +1077,7 @@ "self-update", "update" ], - "time": "2016-08-21 16:46:12" + "time": "2016-09-21 12:43:00" }, { "name": "collizo4sky/omnipay-wepay", @@ -2184,7 +2184,7 @@ "shasum": null }, "type": "library", - "time": "2016-06-03 12:00:26" + "time": "2016-08-17 12:01:04" }, { "name": "google/apiclient", @@ -6386,6 +6386,56 @@ ], "time": "2015-05-01 07:00:55" }, + { + "name": "predis/predis", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/nrk/predis.git", + "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", + "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "require-dev": { + "phpunit/phpunit": "~4.8" + }, + "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 Redis client for PHP and HHVM", + "homepage": "http://github.com/nrk/predis", + "keywords": [ + "nosql", + "predis", + "redis" + ], + "time": "2016-06-16 16:22:20" + }, { "name": "psr/http-message", "version": "1.0.1", @@ -6838,12 +6888,12 @@ "version": "1.0.4", "source": { "type": "git", - "url": "https://github.com/Superbalist/flysystem-google-storage.git", + "url": "https://github.com/Superbalist/flysystem-google-cloud-storage.git", "reference": "8ae35803a102ed6ce58aa87bf7534d4396513765" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Superbalist/flysystem-google-storage/zipball/8ae35803a102ed6ce58aa87bf7534d4396513765", + "url": "https://api.github.com/repos/Superbalist/flysystem-google-cloud-storage/zipball/8ae35803a102ed6ce58aa87bf7534d4396513765", "reference": "8ae35803a102ed6ce58aa87bf7534d4396513765", "shasum": "" },