File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 (2024-01-25)
4+
5+ * Feature / Fix: Forward compatibility with Promise v3.
6+ (#42 by @clue )
7+
8+ * Feature: Full PHP 8.3 compatibility.
9+ (#44 by @yadaiio )
10+
11+ * Minor documentation improvements.
12+ (#43 by @yadaiio )
13+
314## 1.1.0 (2023-04-11)
415
516* Feature: Public ` MessageEvent ` constructor and refactor property assignments.
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ This project follows [SemVer](https://semver.org/).
333333This will install the latest supported version:
334334
335335``` bash
336- composer require clue/reactphp-eventsource:^1.1
336+ composer require clue/reactphp-eventsource:^1.2
337337```
338338
339339See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments