diff --git a/composer.json b/composer.json index e511862..d047ad4 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.2", "zanichelli/idp-extensions": "^3.7", "zircote/swagger-php": "^5.0" }, diff --git a/composer.lock b/composer.lock index 9ef66cf..8631ece 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": "31a29624ea63b1d41f07eb6ea49e7bcd", "packages": [ { "name": "brick/math", @@ -3593,25 +3593,27 @@ }, { "name": "predis/predis", - "version": "v2.3.0", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9" + "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9", - "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9", + "url": "https://api.github.com/repos/predis/predis/zipball/9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8", + "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8", "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.2.0" }, "funding": [ { @@ -3650,7 +3652,7 @@ "type": "github" } ], - "time": "2024-11-21T20:00:02+00:00" + "time": "2025-08-06T06:41:24+00:00" }, { "name": "psr/cache",