Skip to content

Commit b2ad6a4

Browse files
committed
Updated readme
1 parent 7df306e commit b2ad6a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Please check [Open Swoole Installation Guide](https://openswoole.com/docs/get-st
3131
#### Compiling requirements
3232

3333
+ Linux, OS X or Cygwin, WSL
34-
+ PHP 7.4.0 or later (The higher the version, the better the performance.)
34+
+ PHP 8.1.0 or later (The higher the version, the better the performance.)
3535
+ GCC 4.8 or later
3636

3737
Download the source packages from [Releases](https://github.com/openswoole/ext-openswoole/releases) or:
3838

3939
```shell
4040
git clone https://github.com/openswoole/ext-openswoole.git && \
4141
cd ext-openswoole
42-
git checkout v22.0.0
42+
git checkout v22.1.0
4343
phpize && \
4444
./configure && \
4545
make && make install

0 commit comments

Comments
 (0)