File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ github : clue
2+ custom : https://clue.engineering/support
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.4.0 (2020-11-20)
4+
5+ * Fix: Refactor executing functional tests without ext-readline.
6+ (#95 by @clue )
7+
8+ * Improve test suite and add ` .gitattributes ` to exclude dev files from export.
9+ Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
10+ (#93 and #94 by @SimonFrings )
11+
312## 2.3.0 (2019-08-28)
413
514* Feature: Emit audible/visible BELL signal when using a disabled function.
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ without requiring any extensions or special installation.
1212
1313** Table of contents**
1414
15+ * [ Support us] ( #support-us )
1516* [ Quickstart example] ( #quickstart-example )
1617* [ Usage] ( #usage )
1718 * [ Stdio] ( #stdio )
@@ -32,6 +33,16 @@ without requiring any extensions or special installation.
3233* [ License] ( #license )
3334* [ More] ( #more )
3435
36+ ## Support us
37+
38+ We invest a lot of time developing, maintaining and updating our awesome
39+ open-source projects. You can help us sustain this high-quality of our work by
40+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
41+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
42+ for details.
43+
44+ Let's take these projects to the next level together! 🚀
45+
3546## Quickstart example
3647
3748Once [ installed] ( #install ) , you can use the following code to present a prompt in a CLI program:
@@ -622,7 +633,7 @@ This project follows [SemVer](https://semver.org/).
622633This will install the latest supported version:
623634
624635``` bash
625- $ composer require clue/stdio-react:^2.3
636+ $ composer require clue/stdio-react:^2.4
626637```
627638
628639See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
Original file line number Diff line number Diff line change 77 "authors" : [
88 {
99 "name" : " Christian Lück" ,
10- "email" : " christian@lueck.tv "
10+ "email" : " christian@clue.engineering "
1111 }
1212 ],
1313 "require" : {
You can’t perform that action at this time.
0 commit comments