File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
14
## 1.1.0 (2023-04-11)
4
15
5
16
* 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/).
333
333
This will install the latest supported version:
334
334
335
335
``` bash
336
- composer require clue/reactphp-eventsource:^1.1
336
+ composer require clue/reactphp-eventsource:^1.2
337
337
```
338
338
339
339
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments