We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba08112 commit 0700101Copy full SHA for 0700101
docs/content/users/requirements.md
@@ -7,16 +7,14 @@ tags:
7
8
# Requirements
9
10
-- PHP 7.4+
11
- - PHP 8.0 is supported
12
- - PHP 8.1 supported but some warnings may be shown/logged
13
- - PHP 8.2 is usable but still being tested
+- PHP 8.1+[^1]
+ - PHP 8.4 supported but some warnings may be shown/logged
14
- MySQL 5.6+ (8.0+ recommended) or MariaDB
15
- optional: Redis 5.x, 6.x and 7.0.x are supported
16
+- PHP extension `intl`[^2]
+- Command `patch` 2.7+ (or `gpatch` on macOS/Homebrew)[^3]
17
18
-- PHP extension `intl`[^1]
19
-- Command `patch` 2.7+ (or `gpatch` on macOS/Homebrew)[^2]
20
-
21
-[^1]: since 1.9.4.19 & 20.0.17
22
-[^2]: since 1.9.5.0 & 20.1.0
+[^1]: since 20.14.0
+[^2]: since 1.9.4.19 & 20.0.17
+[^3]: since 1.9.5.0 & 20.1.0
0 commit comments