mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Merge pull request #6246 from wallabag/dependabot/composer/predis/predis-2.1.1
This commit is contained in:
commit
cee1f887a0
1 changed files with 13 additions and 14 deletions
27
composer.lock
generated
27
composer.lock
generated
|
@ -7907,16 +7907,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "predis/predis",
|
"name": "predis/predis",
|
||||||
"version": "v2.1.0",
|
"version": "v2.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/predis/predis.git",
|
"url": "https://github.com/predis/predis.git",
|
||||||
"reference": "fbf270156f529a9920551c6f499c52a11ca4a1c3"
|
"reference": "c5b60884e89630f9518a7919f0566db438f0fc9a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/predis/predis/zipball/fbf270156f529a9920551c6f499c52a11ca4a1c3",
|
"url": "https://api.github.com/repos/predis/predis/zipball/c5b60884e89630f9518a7919f0566db438f0fc9a",
|
||||||
"reference": "fbf270156f529a9920551c6f499c52a11ca4a1c3",
|
"reference": "c5b60884e89630f9518a7919f0566db438f0fc9a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -7926,8 +7926,7 @@
|
||||||
"phpunit/phpunit": "^8.0 || ~9.4.4"
|
"phpunit/phpunit": "^8.0 || ~9.4.4"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-curl": "Allows access to Webdis when paired with phpiredis",
|
"ext-curl": "Allows access to Webdis when paired with phpiredis"
|
||||||
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -7945,16 +7944,16 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "Daniele Alessandri",
|
|
||||||
"email": "suppakilla@gmail.com",
|
|
||||||
"homepage": "http://clorophilla.net",
|
|
||||||
"role": "Creator & Maintainer"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Till Krüss",
|
"name": "Till Krüss",
|
||||||
"homepage": "https://till.im",
|
"homepage": "https://till.im",
|
||||||
"role": "Maintainer"
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Daniele Alessandri",
|
||||||
|
"email": "suppakilla@gmail.com",
|
||||||
|
"homepage": "http://clorophilla.net",
|
||||||
|
"role": "Creator"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A flexible and feature-complete Redis client for PHP.",
|
"description": "A flexible and feature-complete Redis client for PHP.",
|
||||||
|
@ -7966,7 +7965,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/predis/predis/issues",
|
"issues": "https://github.com/predis/predis/issues",
|
||||||
"source": "https://github.com/predis/predis/tree/v2.1.0"
|
"source": "https://github.com/predis/predis/tree/v2.1.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -7974,7 +7973,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-01-16T23:33:05+00:00"
|
"time": "2023-01-17T20:57:35+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/cache",
|
"name": "psr/cache",
|
||||||
|
|
Loading…
Reference in a new issue