Bump predis/predis from 2.1.2 to 2.2.0

Bumps [predis/predis](https://github.com/predis/predis) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/v2.x/CHANGELOG.md)
- [Commits](https://github.com/predis/predis/compare/v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: predis/predis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-19 05:13:33 +00:00 committed by GitHub
parent 07d9bcfb9d
commit 7fe29ad983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View File

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

17
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": "6a3a6f3b8f7af7c34efe9e21f0bea5d8", "content-hash": "465c0d697f7aa0cd9fd705d97ba32522",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -4619,16 +4619,16 @@
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
"version": "v2.1.2", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/predis/predis.git", "url": "https://github.com/predis/predis.git",
"reference": "a77a43913a74f9331f637bb12867eb8e274814e5" "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/a77a43913a74f9331f637bb12867eb8e274814e5", "url": "https://api.github.com/repos/predis/predis/zipball/33b70b971a32b0d28b4f748b0547593dce316e0d",
"reference": "a77a43913a74f9331f637bb12867eb8e274814e5", "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4639,6 +4639,9 @@
"phpstan/phpstan": "^1.9", "phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^8.0 || ~9.4.4" "phpunit/phpunit": "^8.0 || ~9.4.4"
}, },
"suggest": {
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -4665,7 +4668,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.2" "source": "https://github.com/predis/predis/tree/v2.2.0"
}, },
"funding": [ "funding": [
{ {
@ -4673,7 +4676,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-03-02T18:32:04+00:00" "time": "2023-06-14T10:37:31+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",