|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
|
],
|
|
],
|
|
|
- "content-hash": "a7159c5237c3c2e75dbd1d23c85e732c",
|
|
|
|
|
|
|
+ "content-hash": "dfa7e253cb60313d37705e47dff758ae",
|
|
|
"packages": [
|
|
"packages": [
|
|
|
{
|
|
{
|
|
|
"name": "brick/math",
|
|
"name": "brick/math",
|
|
@@ -2646,6 +2646,67 @@
|
|
|
],
|
|
],
|
|
|
"time": "2024-07-20T21:41:07+00:00"
|
|
"time": "2024-07-20T21:41:07+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "predis/predis",
|
|
|
|
|
+ "version": "v2.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/predis/predis.git",
|
|
|
|
|
+ "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
|
|
|
|
|
+ "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sponsors/tillkruss",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-11-21T20:00:02+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "psr/clock",
|
|
"name": "psr/clock",
|
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|