File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Event-driven, streaming HTTP client and server implementation for [ ReactPHP] ( https://reactphp.org/ ) .
7
7
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/http/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
+
8
16
This HTTP library provides re-usable implementations for an HTTP client and
9
17
server based on ReactPHP's [ ` Socket ` ] ( https://github.com/reactphp/socket ) and
10
18
[ ` EventLoop ` ] ( https://github.com/reactphp/event-loop ) components.
@@ -2982,11 +2990,11 @@ new React\Http\Middleware\RequestBodyParserMiddleware(10 * 1024, 100); // 100 fi
2982
2990
The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
2983
2991
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
2984
2992
2985
- This project follows [ SemVer] ( https://semver.org/ ) .
2986
- This will install the latest supported version:
2993
+ Once released, this project will follow [ SemVer] ( https://semver.org/ ) .
2994
+ At the moment, this will install the latest development version:
2987
2995
2988
2996
``` bash
2989
- composer require react/http:^1.10
2997
+ composer require react/http:^3@dev
2990
2998
```
2991
2999
2992
3000
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments