From e11054ec7ef3f97aecac47652dc34b653da4a9ba Mon Sep 17 00:00:00 2001 From: Michael Gwynne Date: Wed, 20 Dec 2017 12:19:38 +0000 Subject: [PATCH 1/3] 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 From 3e9f63adcfadc02c1a0dd4b63b98cd82fbd82cc1 Mon Sep 17 00:00:00 2001 From: Michael Gwynne Date: Thu, 21 Dec 2017 12:46:11 +0000 Subject: [PATCH 2/3] Using American English instead --- phpunit/phpunit/4.7/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/phpunit/4.7/post-install.txt b/phpunit/phpunit/4.7/post-install.txt index 8ce3b062..f29b051c 100644 --- a/phpunit/phpunit/4.7/post-install.txt +++ b/phpunit/phpunit/4.7/post-install.txt @@ -1,5 +1,5 @@ - Adding phpunit/phpunit as a dependency is discouraged in favour of Symfony's PHPUnit Bridge. + Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge. * Instead: From a05048ed89a803994f9af3d6972f1c7d928590a0 Mon Sep 17 00:00:00 2001 From: Michael Gwynne Date: Thu, 21 Dec 2017 12:54:08 +0000 Subject: [PATCH 3/3] Update spacing for American English --- phpunit/phpunit/4.7/post-install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit/phpunit/4.7/post-install.txt b/phpunit/phpunit/4.7/post-install.txt index f29b051c..2e78e85d 100644 --- a/phpunit/phpunit/4.7/post-install.txt +++ b/phpunit/phpunit/4.7/post-install.txt @@ -1,6 +1,6 @@ - + Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge. - + * Instead: 1. Remove it now: composer remove phpunit/phpunit