build(deps): bump predis/predis from 2.3.0 to 3.0.1

Bumps [predis/predis](https://github.com/predis/predis) from 2.3.0 to 3.0.1.
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/predis/predis/compare/v2.3.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-19 02:48:43 +00:00 committed by Johannes Meyer
parent 48424f5a88
commit 21f1fd0331
2 changed files with 13 additions and 11 deletions

View File

@ -37,7 +37,7 @@
"guzzlehttp/guzzle": "^7.7",
"guzzlehttp/psr7": "^2.5",
"jfcherng/php-diff": "^6.10.14",
"predis/predis": "^2.2",
"predis/predis": "^3.0",
"psr/http-message": "^1.1",
"ramsey/uuid": "^4.2.3",
"react/child-process": "^0.6.5",

22
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0fcbfdcfd829422356990db5fa01ffb0",
"content-hash": "86d8057ab070ed15b7820c2e861e1daa",
"packages": [
{
"name": "brick/math",
@ -2154,25 +2154,27 @@
},
{
"name": "predis/predis",
"version": "v2.3.0",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
"reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9"
"reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
"reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
"url": "https://api.github.com/repos/predis/predis/zipball/34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
"reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
"php": "^7.2 || ^8.0",
"psr/http-message": "^1.0|^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^8.0 || ^9.4"
"phpunit/phpcov": "^6.0 || ^8.0",
"phpunit/phpunit": "^8.0 || ~9.4.4"
},
"suggest": {
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
@ -2194,7 +2196,7 @@
"role": "Maintainer"
}
],
"description": "A flexible and feature-complete Redis client for PHP.",
"description": "A flexible and feature-complete Redis/Valkey client for PHP.",
"homepage": "http://github.com/predis/predis",
"keywords": [
"nosql",
@ -2203,7 +2205,7 @@
],
"support": {
"issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v2.3.0"
"source": "https://github.com/predis/predis/tree/v3.0.1"
},
"funding": [
{
@ -2211,7 +2213,7 @@
"type": "github"
}
],
"time": "2024-11-21T20:00:02+00:00"
"time": "2025-05-16T18:30:32+00:00"
},
{
"name": "psr/http-client",