File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG for 2.x
22=================
33
4+ ## 2.11.0 (2023-11-16)
5+
6+ This is a compatibility release to ensure a smooth upgrade path for those not yet
7+ on Promise v3. We encourage upgrading to the latest version when possible, as
8+ Promise v3 will be the way forward for this project.
9+
10+ * Feature: Full PHP 8.3 compatibility.
11+ (#256 by @clue )
12+
413## 2.10.0 (2023-05-02)
514
615* Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
850850This will install the latest supported version:
851851
852852``` bash
853- composer require react/promise:^2.10
853+ composer require react/promise:^2.11
854854```
855855
856856See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments