Skip to content

Commit 2bdfeba

Browse files
authored
Update README.md (#65)
1 parent 4b6b3be commit 2bdfeba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This is a skeleton application using the Hyperf framework. This application is m
66

77
Hyperf has some requirements for the system environment, it can only run under Linux and Mac environment, but due to the development of Docker virtualization technology, Docker for Windows can also be used as the running environment under Windows.
88

9-
The various versions of Dockerfile have been prepared for you in the [hyperf\hyperf-docker](https://github.com/hyperf/hyperf-docker) project, or directly based on the already built [hyperf\hyperf](https://hub.docker.com/r/hyperf/hyperf) Image to run.
9+
The various versions of Dockerfile have been prepared for you in the [hyperf/hyperf-docker](https://github.com/hyperf/hyperf-docker) project, or directly based on the already built [hyperf/hyperf](https://hub.docker.com/r/hyperf/hyperf) Image to run.
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.2
14-
- Swoole PHP extension >= 4.4,and Disabled `Short Name`
13+
- PHP >= 7.3
14+
- Swoole PHP extension >= 4.5,and Disabled `Short Name`
1515
- OpenSSL PHP extension
1616
- JSON PHP extension
1717
- PDO PHP extension (If you need to use MySQL Client)

0 commit comments

Comments
 (0)