Skip to content

Commit 3a494dc

Browse files
Added version guidance
1 parent d27be68 commit 3a494dc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ for a general introduction to promises.
2929
`GuzzleHttp\Promise\Coroutine::of()`.
3030

3131

32+
## Installation
33+
34+
```shell
35+
composer require guzzlehttp/promises
36+
```
37+
38+
39+
## Version Guidance
40+
41+
| Version | Status | PHP Version |
42+
|---------|------------------------|--------------|
43+
| 1.x | Bug and security fixes | >=5.5,<8.3 |
44+
| 2.x | Latest | >=7.2.5,<8.3 |
45+
46+
3247
## Quick Start
3348

3449
A *promise* represents the eventual result of an asynchronous operation. The

0 commit comments

Comments
 (0)