|
@@ -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": "350b5945d12a4e1e990c25eba116349c",
|
|
|
|
|
|
+ "content-hash": "2095a10eb1d820e810d28a6eab8f1141",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "aliyuncs/oss-sdk-php",
|
|
"name": "aliyuncs/oss-sdk-php",
|
|
@@ -3432,6 +3432,78 @@
|
|
],
|
|
],
|
|
"time": "2020-07-20T17:29:33+00:00"
|
|
"time": "2020-07-20T17:29:33+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": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
"name": "psr/cache",
|
|
"version": "1.0.1",
|
|
"version": "1.0.1",
|