Skip to content

Commit e86b09e

Browse files
authored
Merge pull request #272 from WyriHaximus-labs/3.x-development
Hello `3.x` development branch
2 parents bbe0bd8 + 1860102 commit e86b09e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
[ReactPHP](https://reactphp.org/)'s core reactor event loop that libraries can use for evented I/O.
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/event-loop/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
In order for async based libraries to be interoperable, they need to use the
917
same event loop. This component provides a common `LoopInterface` that any
1018
library can target. This allows them to be used in the same loop, with one
@@ -885,11 +893,11 @@ to remove a stream that was never added or is invalid has no effect.
885893
The recommended way to install this library is [through Composer](https://getcomposer.org/).
886894
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
887895

888-
This project follows [SemVer](https://semver.org/).
889-
This will install the latest supported version:
896+
Once released, this project will follow [SemVer](https://semver.org/).
897+
At the moment, this will install the latest development version:
890898

891899
```bash
892-
composer require react/event-loop:^1.5
900+
composer require react/event-loop:^3@dev
893901
```
894902

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

0 commit comments

Comments
 (0)