summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorhorus2022-01-08 14:42:40 +0100
committerhorus2022-01-08 14:42:40 +0100
commitae1609c2e4bac989e8d49334e2879639dc7d5be1 (patch)
tree7fcdc73a3157206c6548daf54c55648f8a79ba57 /composer.lock
parent7d74189afc02c337ba79d32bc7dde89a94b399f3 (diff)
downloadsenpai-ae1609c2e4bac989e8d49334e2879639dc7d5be1.tar.gz
add redis as caching backend
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock68
1 files changed, 67 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 5f95a6b..a75bff6 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": "6262a87577e295d565db2c1f5e1d9544",
+ "content-hash": "6eac85b8a6857041dac13288b51d5199",
"packages": [
{
"name": "brick/math",
@@ -1702,6 +1702,72 @@
"time": "2020-07-20T17:29:33+00:00"
},
{
+ "name": "predis/predis",
+ "version": "v1.1.10",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/predis/predis.git",
+ "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
+ "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
+ "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.10"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/tillkruss",
+ "type": "github"
+ }
+ ],
+ "time": "2022-01-05T17:46:08+00:00"
+ },
+ {
"name": "psr/container",
"version": "1.0.0",
"source": {