From e11054ec7ef3f97aecac47652dc34b653da4a9ba Mon Sep 17 00:00:00 2001 From: Michael Gwynne Date: Wed, 20 Dec 2017 12:19:38 +0000 Subject: [PATCH] Updating notice wording --- phpunit/phpunit/4.7/post-install.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpunit/phpunit/4.7/post-install.txt b/phpunit/phpunit/4.7/post-install.txt index 31f4d272..8ce3b062 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 favour 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