Skip to content

Commit eb6eb06

Browse files
authored
Merge pull request #31 from SimonFrings/1.3.0
Prepare v1.3.0
2 parents 95c8987 + 3a4dd65 commit eb6eb06

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: clue
2+
custom: https://clue.engineering/support

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.3.0 (2020-11-06)
4+
5+
* Improve test suite and add `.gitattributes` to exclude dev files from export.
6+
Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
7+
(#29 and #30 by @SimonFrings)
8+
39
## 1.2.0 (2018-07-09)
410

511
* Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0.

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
# clue/reactphp-term [![Build Status](https://travis-ci.org/clue/reactphp-term.svg?branch=master)](https://travis-ci.org/clue/reactphp-term)
22

3-
Streaming terminal emulator, built on top of [ReactPHP](https://reactphp.org/)
3+
Streaming terminal emulator, built on top of [ReactPHP](https://reactphp.org/).
44

55
**Table of Contents**
66

7+
* [Support us](#support-us)
78
* [Usage](#usage)
89
* [ControlCodeParser](#controlcodeparser)
910
* [Install](#install)
1011
* [Tests](#tests)
1112
* [License](#license)
1213
* [More](#more)
1314

15+
## Support us
16+
17+
We invest a lot of time developing, maintaining and updating our awesome
18+
open-source projects. You can help us sustain this high-quality of our work by
19+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
20+
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
21+
for details.
22+
23+
Let's take these projects to the next level together! 🚀
24+
1425
## Usage
1526

1627
### ControlCodeParser
@@ -108,7 +119,8 @@ This project follows [SemVer](https://semver.org/).
108119
This will install the latest supported version:
109120

110121
```bash
111-
$ composer require clue/term-react:^1.2
122+
$ composer require clue/term-react:^1.3
123+
112124
```
113125

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "clue/term-react",
3-
"description": "Streaming terminal emulator, built on top of ReactPHP",
3+
"description": "Streaming terminal emulator, built on top of ReactPHP.",
44
"keywords": ["terminal", "control codes", "xterm", "ANSI", "ASCII", "VT100", "csi", "osc", "apc", "dps", "pm", "C1", "C0", "streaming", "ReactPHP"],
55
"homepage": "https://github.com/clue/reactphp-term",
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Christian Lück",
10-
"email": "christian@lueck.tv"
10+
"email": "christian@clue.engineering"
1111
}
1212
],
1313
"autoload": {

0 commit comments

Comments
 (0)