File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 44
55Async MySQL database client for [ ReactPHP] ( https://reactphp.org/ ) .
66
7+ > ** Development version:** This branch contains the code for the upcoming
8+ > version 0.7 release. For the code of the current stable version 0.6 release, check
9+ > out the [ ` 0.6.x ` branch] ( https://github.com/friends-of-reactphp/mysql/tree/0.6.x ) .
10+ >
11+ > The upcoming version 0.7 release will be the way forward for this package.
12+ > However, we will still actively support version 0.6 for those not yet on the
13+ > latest version.
14+ > See also [ installation instructions] ( #install ) for more details.
15+
716This is a MySQL database driver for [ ReactPHP] ( https://reactphp.org/ ) .
817It implements the MySQL protocol and allows you to access your existing MySQL
918database.
@@ -502,11 +511,11 @@ See also the [`close()`](#close) method.
502511The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
503512[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
504513
505- This project follows [ SemVer] ( https://semver.org/ ) .
506- This will install the latest supported version:
514+ Once released, this project will follow [ SemVer] ( https://semver.org/ ) .
515+ At the moment, this will install the latest development version:
507516
508517``` bash
509- composer require react/mysql:^0.6
518+ composer require react/mysql:^0.7@dev
510519```
511520
512521See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments