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 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 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
+
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.
@@ -500,10 +509,11 @@ See also the [`close()`](#close) method.
500
509
The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
501
510
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
502
511
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:
504
514
505
515
``` bash
506
- composer require react/mysql:^0.5.7
516
+ composer require react/mysql:^0.6@dev
507
517
```
508
518
509
519
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments