Skip to content

Commit ff64f7a

Browse files
committed
Hello 3.x development branch
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: #271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481 PR templated from: friends-of-reactphp/mysql#185
1 parent bbe0bd8 commit ff64f7a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
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
9+
> v3 release. For the code of the current stable v1 release, check
10+
> out the [`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.
13+
> However, we will still actively support v1 for those not yet on the
14+
> latest version.
15+
> See also [installation instructions](#install) for more details.
16+
817
In order for async based libraries to be interoperable, they need to use the
918
same event loop. This component provides a common `LoopInterface` that any
1019
library can target. This allows them to be used in the same loop, with one
@@ -885,11 +894,11 @@ to remove a stream that was never added or is invalid has no effect.
885894
The recommended way to install this library is [through Composer](https://getcomposer.org/).
886895
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
887896

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

891900
```bash
892-
composer require react/event-loop:^1.5
901+
composer require react/event-loop:^3@dev
893902
```
894903

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

0 commit comments

Comments
 (0)