From eed64ee0fa02dca26494296b2c3a8f080413b294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:06:04 +0000 Subject: [PATCH] Bump predis/predis from 2.3.0 to 3.1.0 Bumps [predis/predis](https://github.com/predis/predis) from 2.3.0 to 3.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: predis/predis dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index e511862..e5d66e9 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "laravel/passport": "^12.0", "laravel/telescope": "^5.5", "lcobucci/jwt": "^4.2.1", - "predis/predis": "^2.0", + "predis/predis": "^3.1", "zanichelli/idp-extensions": "^3.7", "zircote/swagger-php": "^5.0" }, diff --git a/composer.lock b/composer.lock index 9ef66cf..e8da6e5 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "8829a6b1862ce1e8106fd606a2700a9e", + "content-hash": "05c06d710c84425b7dce0b9e4c010f14", "packages": [ { "name": "brick/math", @@ -3593,25 +3593,27 @@ }, { "name": "predis/predis", - "version": "v2.3.0", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9" + "reference": "202e0c5322b906ec4c761c0cefebad6d0959a699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9", - "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9", + "url": "https://api.github.com/repos/predis/predis/zipball/202e0c5322b906ec4c761c0cefebad6d0959a699", + "reference": "202e0c5322b906ec4c761c0cefebad6d0959a699", "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)" @@ -3633,7 +3635,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", @@ -3642,7 +3644,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.1.0" }, "funding": [ { @@ -3650,7 +3652,7 @@ "type": "github" } ], - "time": "2024-11-21T20:00:02+00:00" + "time": "2025-07-22T15:37:44+00:00" }, { "name": "psr/cache",