Skip to content

Commit 6209d11

Browse files
authored
Merge pull request #185 from clue-labs/0.7.x-development
Hello `0.7.x` development branch
2 parents 914ff50 + 32e2faa commit 6209d11

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
Async 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+
716
This is a MySQL database driver for [ReactPHP](https://reactphp.org/).
817
It implements the MySQL protocol and allows you to access your existing MySQL
918
database.
@@ -502,11 +511,11 @@ See also the [`close()`](#close) method.
502511
The 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

512521
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)