We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0282f12 commit d1877a0Copy full SHA for d1877a0
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## 1.1.0 (2023-04-11)
15
16
* Feature: Public `MessageEvent` constructor and refactor property assignments.
README.md
@@ -333,7 +333,7 @@ This project follows [SemVer](https://semver.org/).
333
This will install the latest supported version:
334
335
```bash
336
-composer require clue/reactphp-eventsource:^1.1
+composer require clue/reactphp-eventsource:^1.2
337
```
338
339
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments