Merge pull request #6920 from firefly-iii/dependabot/composer/develop/predis/predis-2.1.1

Bump predis/predis from 2.0.3 to 2.1.1
This commit is contained in:
James Cole
2023-01-23 06:50:33 +01:00
committed by GitHub
2 changed files with 15 additions and 16 deletions

View File

@@ -99,7 +99,7 @@
"league/fractal": "0.*", "league/fractal": "0.*",
"nunomaduro/collision": "^6.3", "nunomaduro/collision": "^6.3",
"pragmarx/google2fa": "^8.0", "pragmarx/google2fa": "^8.0",
"predis/predis": "^2.0", "predis/predis": "^2.1",
"psr/log": "<4", "psr/log": "<4",
"ramsey/uuid": "^4.7", "ramsey/uuid": "^4.7",
"rcrowe/twigbridge": "^0.14", "rcrowe/twigbridge": "^0.14",

29
composer.lock generated
View File

@@ -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": "bb38715c69993e02d3c3ae338038efd3", "content-hash": "1db41c712e0c6b535f06b37afd03c651",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@@ -4521,16 +4521,16 @@
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
"version": "v2.0.3", "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": "ff59f745815150c65ed388f7d64e7660fe961771" "reference": "c5b60884e89630f9518a7919f0566db438f0fc9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/ff59f745815150c65ed388f7d64e7660fe961771", "url": "https://api.github.com/repos/predis/predis/zipball/c5b60884e89630f9518a7919f0566db438f0fc9a",
"reference": "ff59f745815150c65ed388f7d64e7660fe961771", "reference": "c5b60884e89630f9518a7919f0566db438f0fc9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4540,8 +4540,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": {
@@ -4559,16 +4558,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.",
@@ -4580,7 +4579,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.0.3" "source": "https://github.com/predis/predis/tree/v2.1.1"
}, },
"funding": [ "funding": [
{ {
@@ -4588,7 +4587,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-10-11T16:52:29+00:00" "time": "2023-01-17T20:57:35+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",