From 4b54e2c12c71439fb1046816cb78e126fa76c5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pillevesse?= Date: Sun, 10 Mar 2024 15:39:58 +0100 Subject: [PATCH] Update contributing/code/tests.rst page --- contributing/code/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/tests.rst b/contributing/code/tests.rst index 8bffc4aa4bc..e6af1170e3d 100644 --- a/contributing/code/tests.rst +++ b/contributing/code/tests.rst @@ -32,7 +32,7 @@ tests, such as Doctrine, Twig and Monolog. To do so, .. code-block:: terminal - $ COMPOSER_ROOT_VERSION=5.4.x-dev composer update + $ COMPOSER_ROOT_VERSION=6.4.x-dev composer update .. _running: