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 4
4
5
5
Async MySQL database client for [ ReactPHP] ( https://reactphp.org/ ) .
6
6
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
+
7
16
This is a MySQL database driver for [ ReactPHP] ( https://reactphp.org/ ) .
8
17
It implements the MySQL protocol and allows you to access your existing MySQL
9
18
database.
@@ -502,11 +511,11 @@ See also the [`close()`](#close) method.
502
511
The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
503
512
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
504
513
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:
507
516
508
517
``` bash
509
- composer require react/mysql:^0.6
518
+ composer require react/mysql:^0.7@dev
510
519
```
511
520
512
521
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments