From 63a0fc5907ed38f52f8954ae8337a50b98c90c8c Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 8 Dec 2024 11:44:45 +0100 Subject: [PATCH] We no longer have optional dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04833220cf..01d6fc19a8 100644 --- a/README.md +++ b/README.md @@ -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