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.4.0 (2024-01-30)
4+
5+ * Feature: Full PHP 8.3 compatibility.
6+ (#38 by @yadaiio and #36 by @clue )
7+
8+ * Improve documentation and examples.
9+ (#37 by @yadaiio , #34 by @SimonFrings and #33 by @PaulRotmann )
10+
11+ * Improve test suite and use GitHub actions for continuous integration (CI).
12+ (#32 by @SimonFrings )
13+
314## 1.3.0 (2020-11-06)
415
516* Improve test suite and add ` .gitattributes ` to exclude dev files from export.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ This project follows [SemVer](https://semver.org/).
122122This will install the latest supported version:
123123
124124``` bash
125- composer require clue/term-react:^1.3
125+ composer require clue/term-react:^1.4
126126```
127127
128128See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments