Skip to content

Commit 3902f50

Browse files
committed
Prepare v1.3.0 release
1 parent 298a77c commit 3902f50

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ This project follows [SemVer](https://semver.org/).
333333
This 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

339339
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)