File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
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 0.6 release.
8+ > For the code of the current stable 0.5 release, check out the
9+ > [ ` 0.5.x ` branch] ( https://github.com/friends-of-reactphp/mysql/tree/0.5.x ) .
10+ >
11+ > The upcoming 0.6 release will be the way forward for this package.
12+ > However, we will still actively support 0.5.x for those not yet
13+ > on the 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.
@@ -500,10 +509,11 @@ See also the [`close()`](#close) method.
500509The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
501510[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
502511
503- This will install the latest supported version:
512+ Once released, this project will follow [ SemVer] ( https://semver.org/ ) .
513+ At the moment, this will install the latest development version:
504514
505515``` bash
506- composer require react/mysql:^0.5.7
516+ composer require react/mysql:^0.6@dev
507517```
508518
509519See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments