File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0 (2023-07-11)
4+
5+ A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2023/announcing-reactphp-promise-v3 ) .
6+
7+ * Feature: Add support for new Promise v3 release.
8+ (#464 and #524 by @clue )
9+
10+ * Feature: Support PHP 8.2 release.
11+ (#491 by @Nielsvanpach )
12+
13+ * Improve test suite, update dependencies and report failed assertions.
14+ (#462 and #501 by @clue and #466 and #492 by @SimonFrings )
15+
316## 1.3.0 (2022-07-11)
417
518A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2022/announcing-reactphp-async ) .
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ installed like this:
219219
220220``` bash
221221# quick protoyping only: install all stable components
222- composer require react/react:^1.3
222+ composer require react/react:^1.4
223223```
224224
225225For more details, check out [ ReactPHP's homepage] ( https://reactphp.org/ ) for
You can’t perform that action at this time.
0 commit comments