Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wójs <[email protected]>
  • Loading branch information
adriendupuis and adamwojs authored May 28, 2024
1 parent 292a25c commit 33e75f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting_started/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 33e75f0

Please sign in to comment.