From a04b9e46912484c8bf0103d977c304c2b7715d62 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 6 Oct 2016 13:10:20 +0300 Subject: [PATCH] Added predis --- composer.json | 3 ++- composer.lock | 65 ++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 59 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b7a8c6c6db..b911898217 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 f383094b34..657987636b 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": "a58d2f8f037dc8b2df762d3e56c474ea", - "content-hash": "7dc018b1e36177b0e5a3fa7b765e0198", + "hash": "f61ec0361b0757ca0cade78837862d39", + "content-hash": "37549f849d74405b68eb7e2df64dfb43", "packages": [ { "name": "agmscode/omnipay-agms", @@ -3782,16 +3782,16 @@ }, { "name": "lokielse/omnipay-alipay", - "version": "dev-master", + "version": "v1.4.13", "source": { "type": "git", "url": "https://github.com/lokielse/omnipay-alipay.git", - "reference": "8ac13b8a148a5edef93a93087276ca1c6d592679" + "reference": "294449c11dcba9f2669666f2a3dc44cd07f7597f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lokielse/omnipay-alipay/zipball/8ac13b8a148a5edef93a93087276ca1c6d592679", - "reference": "8ac13b8a148a5edef93a93087276ca1c6d592679", + "url": "https://api.github.com/repos/lokielse/omnipay-alipay/zipball/294449c11dcba9f2669666f2a3dc44cd07f7597f", + "reference": "294449c11dcba9f2669666f2a3dc44cd07f7597f", "shasum": "" }, "require": { @@ -3827,7 +3827,7 @@ "payment", "purchase" ], - "time": "2016-08-09 07:31:26" + "time": "2016-09-22 10:40:06" }, { "name": "maatwebsite/excel", @@ -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", @@ -10584,7 +10634,6 @@ "chumper/datatable": 20, "intervention/image": 20, "webpatser/laravel-countries": 20, - "lokielse/omnipay-alipay": 20, "alfaproject/omnipay-skrill": 20, "omnipay/bitpay": 20, "dwolla/omnipay-dwolla": 20,