Skip to content

Commit

Permalink
Merge pull request #19 from open-smf/release-2.x-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hhxsv5 committed Aug 25, 2023
2 parents 09e3bc9 + 0f47060 commit b7b06d2
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 b7b06d2

Please sign in to comment.