We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27be68 commit 3a494dcCopy full SHA for 3a494dc
README.md
@@ -29,6 +29,21 @@ for a general introduction to promises.
29
`GuzzleHttp\Promise\Coroutine::of()`.
30
31
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
47
## Quick Start
48
49
A *promise* represents the eventual result of an asynchronous operation. The
0 commit comments