diff --git a/composer.json b/composer.json index 98a0f98ba..cb47bafab 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "livewire/flux": "^2.1", "livewire/livewire": "^3.3", "ohdearapp/ohdear-php-sdk": "^3.4", - "predis/predis": "^2.0", + "predis/predis": "^3.0", "ramsey/uuid": "^4.3", "sentry/sentry-laravel": "^4.3", "spatie/laravel-feed": "^4.4", diff --git a/composer.lock b/composer.lock index 118e5d0d3..2625b33fb 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": "825882126505257a4be70bb6da585def", + "content-hash": "2fbf6d2f23e73be5b26ca69cc4557610", "packages": [ { "name": "abraham/twitteroauth", @@ -5326,26 +5326,27 @@ }, { "name": "predis/predis", - "version": "v2.4.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b" + "reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/f49e13ee3a2a825631562aa0223ac922ec5d058b", - "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b", + "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/phpcov": "^6.0 || ^8.0", - "phpunit/phpunit": "^8.0 || ^9.4" + "phpunit/phpunit": "^8.0 || ~9.4.4" }, "suggest": { "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" @@ -5376,7 +5377,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.4.0" + "source": "https://github.com/predis/predis/tree/v3.0.1" }, "funding": [ { @@ -5384,7 +5385,7 @@ "type": "github" } ], - "time": "2025-04-30T15:16:02+00:00" + "time": "2025-05-16T18:30:32+00:00" }, { "name": "psr/clock", @@ -13166,12 +13167,12 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "8.3.*" }, - "platform-dev": {}, - "plugin-api-version": "2.6.0" + "platform-dev": [], + "plugin-api-version": "2.3.0" }