|
6 | 6 | Async, streaming plaintext TCP/IP and secure TLS socket server and client
|
7 | 7 | connections for [ReactPHP](https://reactphp.org/).
|
8 | 8 |
|
| 9 | +> **Development version:** This branch contains the code for the upcoming v3 |
| 10 | +> release. For the code of the current stable v1 release, check out the |
| 11 | +> [`1.x` branch](https://github.com/reactphp/socket/tree/1.x). |
| 12 | +> |
| 13 | +> The upcoming v3 release will be the way forward for this package. However, |
| 14 | +> we will still actively support v1 for those not yet on the latest version. |
| 15 | +> See also [installation instructions](#install) for more details. |
| 16 | +
|
9 | 17 | The socket library provides re-usable interfaces for a socket-layer
|
10 | 18 | server and client based on the [`EventLoop`](https://github.com/reactphp/event-loop)
|
11 | 19 | and [`Stream`](https://github.com/reactphp/stream) components.
|
@@ -1490,11 +1498,11 @@ $promise = $connector->connect('localhost:80');
|
1490 | 1498 | The recommended way to install this library is [through Composer](https://getcomposer.org/).
|
1491 | 1499 | [New to Composer?](https://getcomposer.org/doc/00-intro.md)
|
1492 | 1500 |
|
1493 |
| -This project follows [SemVer](https://semver.org/). |
1494 |
| -This will install the latest supported version: |
| 1501 | +Once released, this project will follow [SemVer](https://semver.org/). |
| 1502 | +At the moment, this will install the latest development version: |
1495 | 1503 |
|
1496 | 1504 | ```bash
|
1497 |
| -composer require react/socket:^1.15 |
| 1505 | +composer require react/socket:^3@dev |
1498 | 1506 | ```
|
1499 | 1507 |
|
1500 | 1508 | See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
|
|
0 commit comments