Skip to content

Commit d454a1e

Browse files
authored
Merge pull request #313 from WyriHaximus-labs/3.x-development
Hello `3.x` development branch
2 parents 216d3ae + 86fe3ca commit d454a1e

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
@@ -6,6 +6,14 @@
66
Async, streaming plaintext TCP/IP and secure TLS socket server and client
77
connections for [ReactPHP](https://reactphp.org/).
88

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+
917
The socket library provides re-usable interfaces for a socket-layer
1018
server and client based on the [`EventLoop`](https://github.com/reactphp/event-loop)
1119
and [`Stream`](https://github.com/reactphp/stream) components.
@@ -1490,11 +1498,11 @@ $promise = $connector->connect('localhost:80');
14901498
The recommended way to install this library is [through Composer](https://getcomposer.org/).
14911499
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
14921500

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:
14951503

14961504
```bash
1497-
composer require react/socket:^1.15
1505+
composer require react/socket:^3@dev
14981506
```
14991507

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

0 commit comments

Comments
 (0)