From 70e533f971c2c3a19a1c25f6f45dc509a6ac2156 Mon Sep 17 00:00:00 2001 From: Mohamed jinas Date: Sun, 23 May 2021 03:00:18 +0500 Subject: [PATCH] predis config --- composer.json | 1 + composer.lock | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index da7fbea..2d5a702 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "laravel/tinker": "^2.0", "livewire/livewire": "^2.0", "mtownsend/read-time": "^1.1", + "predis/predis": "^1.1", "realrashid/sweet-alert": "^3.1", "spatie/laravel-analytics": "^3.10", "symfony/panther": "^0.7.1" diff --git a/composer.lock b/composer.lock index 17c3eeb..d7a2a7f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1e4a51ee267cb01fe4000f168a6ab209", + "content-hash": "f5d41a2be164274df91ff96a22e162cb", "packages": [ { "name": "asm89/stack-cors", @@ -3424,6 +3424,72 @@ }, "time": "2020-04-05T10:47:18+00:00" }, + { + "name": "predis/predis", + "version": "v1.1.7", + "source": { + "type": "git", + "url": "https://github.com/predis/predis.git", + "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/predis/predis/zipball/b240daa106d4e02f0c5b7079b41e31ddf66fddf8", + "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8", + "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", + "role": "Creator & Maintainer" + }, + { + "name": "Till Krüss", + "homepage": "https://till.im", + "role": "Maintainer" + } + ], + "description": "Flexible and feature-complete Redis client for PHP and HHVM", + "homepage": "http://github.com/predis/predis", + "keywords": [ + "nosql", + "predis", + "redis" + ], + "support": { + "issues": "https://github.com/predis/predis/issues", + "source": "https://github.com/predis/predis/tree/v1.1.7" + }, + "funding": [ + { + "url": "https://github.com/sponsors/tillkruss", + "type": "github" + } + ], + "time": "2021-04-04T19:34:46+00:00" + }, { "name": "psr/cache", "version": "1.0.1",