Skip to content

Commit 0700101

Browse files
authored
Doc min php8 (#4856)
* Update PHP requirement to version 8. * fix: update PHP requirement from 8.0+ to 8.1+
1 parent ba08112 commit 0700101

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/content/users/requirements.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ tags:
77

88
# Requirements
99

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
10+
- PHP 8.1+[^1]
11+
- PHP 8.4 supported but some warnings may be shown/logged
1412
- MySQL 5.6+ (8.0+ recommended) or MariaDB
1513
- optional: Redis 5.x, 6.x and 7.0.x are supported
1614

15+
- PHP extension `intl`[^2]
16+
- Command `patch` 2.7+ (or `gpatch` on macOS/Homebrew)[^3]
1717

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
18+
[^1]: since 20.14.0
19+
[^2]: since 1.9.4.19 & 20.0.17
20+
[^3]: since 1.9.5.0 & 20.1.0

0 commit comments

Comments
 (0)