Skip to content

Commit

Permalink
We no longer have optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 8, 2024
1 parent 9617b73 commit 63a0fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is an instance of the xUnit architecture for unit testing frameworks.

## Installation

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:
We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required dependencies of PHPUnit bundled in a single file:

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

0 comments on commit 63a0fc5

Please sign in to comment.