92f1e125 by Jeff Balicki

predis

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ebd5a4a9
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
17 } 17 }
18 ], 18 ],
19 "require": { 19 "require": {
20 "php": ">=5.6" 20 "php": ">=5.6",
21 "predis/predis": "^2.2"
21 }, 22 },
22 "require-dev": { 23 "require-dev": {
23 "php-parallel-lint/php-parallel-lint": "^1.3.2", 24 "php-parallel-lint/php-parallel-lint": "^1.3.2",
......
...@@ -4,8 +4,70 @@ ...@@ -4,8 +4,70 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "8aeb936a685cb2ff32537ac3ac870e0c", 7 "content-hash": "2fcdbf42ec49376f8ebcb431a9fb7d17",
8 "packages": [], 8 "packages": [
9 {
10 "name": "predis/predis",
11 "version": "v2.2.2",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/predis/predis.git",
15 "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
20 "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^7.2 || ^8.0"
25 },
26 "require-dev": {
27 "friendsofphp/php-cs-fixer": "^3.3",
28 "phpstan/phpstan": "^1.9",
29 "phpunit/phpunit": "^8.0 || ~9.4.4"
30 },
31 "suggest": {
32 "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
33 },
34 "type": "library",
35 "autoload": {
36 "psr-4": {
37 "Predis\\": "src/"
38 }
39 },
40 "notification-url": "https://packagist.org/downloads/",
41 "license": [
42 "MIT"
43 ],
44 "authors": [
45 {
46 "name": "Till Krüss",
47 "homepage": "https://till.im",
48 "role": "Maintainer"
49 }
50 ],
51 "description": "A flexible and feature-complete Redis client for PHP.",
52 "homepage": "http://github.com/predis/predis",
53 "keywords": [
54 "nosql",
55 "predis",
56 "redis"
57 ],
58 "support": {
59 "issues": "https://github.com/predis/predis/issues",
60 "source": "https://github.com/predis/predis/tree/v2.2.2"
61 },
62 "funding": [
63 {
64 "url": "https://github.com/sponsors/tillkruss",
65 "type": "github"
66 }
67 ],
68 "time": "2023-09-13T16:42:03+00:00"
69 }
70 ],
9 "packages-dev": [ 71 "packages-dev": [
10 { 72 {
11 "name": "composer/pcre", 73 "name": "composer/pcre",
...@@ -2312,5 +2374,5 @@ ...@@ -2312,5 +2374,5 @@
2312 "php": ">=5.6" 2374 "php": ">=5.6"
2313 }, 2375 },
2314 "platform-dev": [], 2376 "platform-dev": [],
2315 "plugin-api-version": "2.1.0" 2377 "plugin-api-version": "2.6.0"
2316 } 2378 }
......