From 07d912a6b1e420eb6475ad3e7bb5f9384198caf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20M=2E=20Gonz=C3=A1lez=20Mart=C3=ADn?= Date: Wed, 11 Jun 2025 18:01:18 +0100 Subject: [PATCH] Update index.rst small improvement to get rid of deprecation messages in predis --- docs/en/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index d47b7fe..3de9203 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -25,7 +25,7 @@ pure-php redis: .. code-block:: bash - composer require enqueue/redis predis/predis:^1 + composer require enqueue/redis predis/predis:^3 Ensure that the plugin is loaded in your ``src/Application.php`` file, within the ``Application::bootstrap()`` function::