Skip to content

Commit aa26641

Browse files
authored
Merge pull request #220 from WyriHaximus-labs/3.x-development
Hello `3.x` development branch
2 parents c134600 + a4e312e commit aa26641

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
Async DNS resolver for [ReactPHP](https://reactphp.org/).
77

8+
> **Development version:** This branch contains the code for the upcoming v3
9+
> release. For the code of the current stable v1 release, check out the
10+
> [`1.x` branch](https://github.com/reactphp/dns/tree/1.x).
11+
>
12+
> The upcoming v3 release will be the way forward for this package. However,
13+
> we will still actively support v1 for those not yet on the latest version.
14+
> See also [installation instructions](#install) for more details.
15+
816
The main point of the DNS component is to provide async DNS resolution.
917
However, it is really a toolkit for working with DNS messages, and could
1018
easily be used to create a DNS server.
@@ -406,11 +414,11 @@ $executor->query(
406414
The recommended way to install this library is [through Composer](https://getcomposer.org/).
407415
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
408416

409-
This project follows [SemVer](https://semver.org/).
410-
This will install the latest supported version:
417+
Once released, this project will follow [SemVer](https://semver.org/).
418+
At the moment, this will install the latest development version:
411419

412420
```bash
413-
composer require react/dns:^1.12
421+
composer require react/dns:^3@dev
414422
```
415423

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

0 commit comments

Comments
 (0)