92f1e125 by Jeff Balicki

predis

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ebd5a4a9
......@@ -17,7 +17,8 @@
}
],
"require": {
"php": ">=5.6"
"php": ">=5.6",
"predis/predis": "^2.2"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.2",
......
......@@ -4,8 +4,70 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8aeb936a685cb2ff32537ac3ac870e0c",
"packages": [],
"content-hash": "2fcdbf42ec49376f8ebcb431a9fb7d17",
"packages": [
{
"name": "predis/predis",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
"reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
"reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^8.0 || ~9.4.4"
},
"suggest": {
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
}
],
"description": "A flexible and feature-complete Redis client for PHP.",
"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/v2.2.2"
},
"funding": [
{
"url": "https://github.com/sponsors/tillkruss",
"type": "github"
}
],
"time": "2023-09-13T16:42:03+00:00"
}
],
"packages-dev": [
{
"name": "composer/pcre",
......@@ -2312,5 +2374,5 @@
"php": ">=5.6"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.6.0"
}
......