Skip to content

Commit abdd922

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/stream/milestone/22). 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 stream: reactphp#173 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481 PR templated from: friends-of-reactphp/mysql#185
1 parent 78a6ea5 commit abdd922

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
Event-driven readable and writable streams for non-blocking I/O in [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/stream/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 to make the [EventLoop](https://github.com/reactphp/event-loop)
917
easier to use, this component introduces the powerful concept of "streams".
1018
Streams allow you to efficiently process huge amounts of data (such as a multi
@@ -1199,11 +1207,11 @@ $source->pipe($dest);
11991207
The recommended way to install this library is [through Composer](https://getcomposer.org).
12001208
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
12011209

1202-
This project follows [SemVer](https://semver.org/).
1203-
This will install the latest supported version:
1210+
Once released, this project will follow [SemVer](https://semver.org/).
1211+
At the moment, this will install the latest development version:
12041212

12051213
```bash
1206-
composer require react/stream:^1.3
1214+
composer require react/stream:^3@dev
12071215
```
12081216

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

0 commit comments

Comments
 (0)