From 33e75f0e2d5897dbd4cf15281ca1033286c758df Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 28 May 2024 10:56:34 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adam Wójs --- docs/getting_started/requirements.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index 7872f00273..7d14f8db00 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -154,15 +154,16 @@ Recommendation for production setups is to use Varnish/Fastly, Redis/Memcached, === "Ibexa DXP v3.3" + - 8.3 (see note below) - 8.2 (see note below) - 8.1 - 8.0 (PHP 8.0 has reached its End of Life. Unless you have extended support from vendors like Debian or Zend, you should use PHP 8.1) - 7.4 (PHP 7.4 has reached its End of Life. Unless you have extended support from vendors like Debian or Zend, you should use PHP 8.1) - 7.3 (PHP 7.3 has reached its End of Life. Unless you have extended support from vendors like Debian or Zend, you should use PHP 8.1) - !!! note "Quiet PHP 8.2 deprecation notices from 3rd parties " + !!! note "Quiet PHP 8.2+ deprecation notices from 3rd parties " - To avoid PHP 8.2 deprecation notices rawly appearing in outputs (and, for example, breaking REST answers), add the following to your composer.json: + To avoid PHP 8.2+ deprecation notices rawly appearing in outputs (and, for example, breaking REST answers), add the following to your composer.json: ```json "runtime": {