File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG for 2.x
2
2
=================
3
3
4
+ ## 2.10.0 (2023-05-02)
5
+
6
+ * Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
7
+ (#237 by @nhedger )
8
+
9
+ Feature: Add full support for PHP 8.2.
10
+ (#233 by @WyriHaximus and #241 by @clue )
11
+
12
+ * Improve examples in documentation.
13
+ (#226 by @nhedger )
14
+
15
+ * Improve test suite and project setup and report failed assertions.
16
+ (#215 and #217 by @SimonFrings and #241 by @clue )
17
+
4
18
* 2.9.0 (2022-02-11)
5
19
6
20
* Feature: Support union types and address deprecation of ` ReflectionType::getClass() ` (PHP 8+).
Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
850
850
This will install the latest supported version:
851
851
852
852
``` bash
853
- composer require react/promise:^2.9
853
+ composer require react/promise:^2.10
854
854
```
855
855
856
856
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments