From 59f0b3937120276a55ec95655f409f72c798d14b Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sat, 27 Feb 2021 10:38:48 -0500 Subject: [PATCH] removing the recommendation when installing phpunit directly --- phpunit/phpunit/4.7/post-install.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 phpunit/phpunit/4.7/post-install.txt diff --git a/phpunit/phpunit/4.7/post-install.txt b/phpunit/phpunit/4.7/post-install.txt deleted file mode 100644 index 937bc071..00000000 --- a/phpunit/phpunit/4.7/post-install.txt +++ /dev/null @@ -1,11 +0,0 @@ - - Suggest: install Symfony's PHPUnit Bridge instead of phpunit/phpunit - - -Symfony's PHPUnit bridge is a wrapper around PHPUnit that adds reports for deprecated code -calls, an isolated PHPUnit that's separate from the dependencies of your app and more. -See: https://symfony.com/doc/current/components/phpunit_bridge.html. - - * If you want to install the PHPUnit bridge: - 1. Remove PHPUnit: composer remove --dev phpunit/phpunit - 2. Install Symfony's bridge: composer require --dev symfony/phpunit-bridge