diff --git a/phpunit/phpunit/4.7/post-install.txt b/phpunit/phpunit/4.7/post-install.txt index 103458f0d..937bc071a 100644 --- a/phpunit/phpunit/4.7/post-install.txt +++ b/phpunit/phpunit/4.7/post-install.txt @@ -1,7 +1,11 @@ - - Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge. - + + Suggest: install Symfony's PHPUnit Bridge instead of phpunit/phpunit + - * Instead: - 1. Remove it now: composer remove --dev phpunit/phpunit - 2. Use Symfony's bridge: composer require --dev 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