File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.0 (2025-04-11)
4+
5+ Today’s release is extra special because it’s also my birthday! 🎉
6+ A huge thank you to all sponsors for your continued support, it means so much.
7+ If you’re thinking about sponsoring, now’s a great time to [ join the fun] ( https://github.com/sponsors/clue ) ! ❤️
8+
9+ * Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
10+ (#46 and #47 by @clue )
11+
12+ * Improve test suite, update to reactphp/http ` v1.10.0 ` and avoid using internal classes.
13+ (#45 by @SimonFrings and #48 by @clue )
14+
315## 1.2.0 (2024-01-25)
416
517* Feature / Fix: Forward compatibility with Promise v3.
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.2
336+ composer require clue/reactphp-eventsource:^1.3
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