Skip to content

Commit 64c11e6

Browse files
Discourage installation using Composer even more
1 parent c5334d5 commit 64c11e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
## Installation
66

7-
The recommended way to use this tool is a [PHP Archive (PHAR)](https://php.net/phar):
7+
This tool is distributed as a [PHP Archive (PHAR)](https://php.net/phar):
88

99
```bash
1010
$ wget https://phar.phpunit.de/phpcov.phar
1111

1212
$ php phpcov.phar --version
1313
```
1414

15-
Furthermore, it is recommended to use [Phive](https://phar.io/) for installing and updating the tool dependencies of your project.
15+
Using [Phive](https://phar.io/) is the recommended way for managing the tool dependencies of your project.
1616

17-
Alternatively, you may use [Composer](https://getcomposer.org/) to download and install this tool as well as its dependencies. [This is not recommended, though.](https://twitter.com/s_bergmann/status/999635212723212288)
17+
**[It is not recommended to use Composer to download and install this tool.](https://twitter.com/s_bergmann/status/999635212723212288)**
1818

1919
## Usage
2020

0 commit comments

Comments
 (0)