diff --git a/phpunit/phpunit/4.7/post-install.txt b/phpunit/phpunit/4.7/post-install.txt index 31f4d272..2e78e85d 100644 --- a/phpunit/phpunit/4.7/post-install.txt +++ b/phpunit/phpunit/4.7/post-install.txt @@ -1,7 +1,7 @@ - - Adding phpunit/phpunit as a dependency is discouraged. - + + Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge. + * Instead: 1. Remove it now: composer remove phpunit/phpunit - 2. Use Symfony's bridge: composer require phpunit + 2. Use Symfony's bridge: composer require --dev phpunit