We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b84ee commit 4f70306Copy full SHA for 4f70306
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.11.0 (2024-06-04)
4
+
5
+* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6
+ (#70 by @clue)
7
8
+* Feature: Full PHP 8.3 compatibility.
9
+ (#68 by @clue)
10
11
## 1.10.0 (2023-07-20)
12
13
* Feature: Use Promise v3 template types.
README.md
@@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/).
288
This will install the latest supported version:
289
290
```bash
291
-composer require react/promise-timer:^1.10
+composer require react/promise-timer:^1.11
292
```
293
294
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments