Skip to content

Commit

Permalink
Make this version unspecific
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 30, 2021
1 parent 3111868 commit dba1e6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -9,14 +9,16 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of

## Installation

We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some optional) dependencies of PHPUnit 8.5 bundled in a single file:
We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some optional) dependencies of PHPUnit bundled in a single file:

```bash
$ wget https://phar.phpunit.de/phpunit-8.5.phar
$ wget https://phar.phpunit.de/phpunit-X.Y.phar

$ php phpunit-8.5.phar --version
$ php phpunit-X.Y.phar --version
```

Please replace `X.Y` with the version of PHPUnit you are interested in.

Alternatively, you may use [Composer](https://getcomposer.org/) to download and install PHPUnit as well as its dependencies. Please refer to the "[Getting Started](https://phpunit.de/getting-started-with-phpunit.html)" guide for details on how to install PHPUnit.

## Contribute
Expand Down

0 comments on commit dba1e6c

Please sign in to comment.