|
1 | 1 | # clue/reactphp-term
|
2 | 2 |
|
3 |
| -[](https://github.com/clue/reactphp-term/actions) |
| 3 | +[](https://github.com/clue/reactphp-term/actions) |
4 | 4 | [](https://packagist.org/packages/clue/term-react)
|
5 | 5 |
|
6 | 6 | Streaming terminal emulator, built on top of [ReactPHP](https://reactphp.org/).
|
@@ -115,37 +115,36 @@ $stream->on('c0', function ($code) {
|
115 | 115 |
|
116 | 116 | ## Install
|
117 | 117 |
|
118 |
| -The recommended way to install this library is [through Composer](https://getcomposer.org). |
| 118 | +The recommended way to install this library is [through Composer](https://getcomposer.org/). |
119 | 119 | [New to Composer?](https://getcomposer.org/doc/00-intro.md)
|
120 | 120 |
|
121 | 121 | This project follows [SemVer](https://semver.org/).
|
122 | 122 | This will install the latest supported version:
|
123 | 123 |
|
124 | 124 | ```bash
|
125 |
| -$ composer require clue/term-react:^1.3 |
126 |
| - |
| 125 | +composer require clue/term-react:^1.3 |
127 | 126 | ```
|
128 | 127 |
|
129 | 128 | See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
|
130 | 129 |
|
131 | 130 | This project aims to run on any platform and thus does not require any PHP
|
132 | 131 | extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
|
133 | 132 | HHVM.
|
134 |
| -It's *highly recommended to use PHP 7+* for this project. |
| 133 | +It's *highly recommended to use the latest supported PHP version* for this project. |
135 | 134 |
|
136 | 135 | ## Tests
|
137 | 136 |
|
138 | 137 | To run the test suite, you first need to clone this repo and then install all
|
139 |
| -dependencies [through Composer](https://getcomposer.org): |
| 138 | +dependencies [through Composer](https://getcomposer.org/): |
140 | 139 |
|
141 | 140 | ```bash
|
142 |
| -$ composer install |
| 141 | +composer install |
143 | 142 | ```
|
144 | 143 |
|
145 | 144 | To run the test suite, go to the project root and run:
|
146 | 145 |
|
147 | 146 | ```bash
|
148 |
| -$ php vendor/bin/phpunit |
| 147 | +vendor/bin/phpunit |
149 | 148 | ```
|
150 | 149 |
|
151 | 150 | ## License
|
|
0 commit comments