Skip to content

Commit 4710867

Browse files
authored
Update README.md
1 parent c410683 commit 4710867

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ The various versions of Dockerfile have been prepared for you in the [hyperf/hyp
1010

1111
When you don't want to use Docker as the basis for your running environment, you need to make sure that your operating environment meets the following requirements:
1212

13-
- PHP >= 7.3
14-
- Swoole PHP extension >= 4.5,and Disabled `Short Name`
15-
- OpenSSL PHP extension
13+
- PHP >= 8.0
14+
- Any of the following network engines
15+
- Swoole PHP extension >= 4.5,with `swoole.use_shortname` set to `Off` in your `php.ini`
16+
- Swow PHP extension (Beta)
1617
- JSON PHP extension
17-
- PDO PHP extension (If you need to use MySQL Client)
18-
- Redis PHP extension (If you need to use Redis Client)
19-
- Protobuf PHP extension (If you need to use gRPC Server of Client)
18+
- Pcntl PHP extension
19+
- OpenSSL PHP extension (If you need to use the HTTPS)
20+
- PDO PHP extension (If you need to use the MySQL Client)
21+
- Redis PHP extension (If you need to use the Redis Client)
22+
- Protobuf PHP extension (If you need to use the gRPC Server or Client)
2023

2124
# Installation using Composer
2225

0 commit comments

Comments
 (0)