Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hhxsv5 authored Aug 25, 2023
1 parent 09e3bc9 commit 0f47060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ A common connection pool based on Swoole is usually used as the database connect
> Install package via [Composer](https://getcomposer.org/).
```shell
# PHP 7.x
composer require "open-smf/connection-pool:~1.0"
# PHP 8.x
composer require "open-smf/connection-pool:~2.0"
```

## Usage
Expand Down Expand Up @@ -220,4 +223,4 @@ $server->start();

## License

[MIT](LICENSE)
[MIT](LICENSE)

0 comments on commit 0f47060

Please sign in to comment.