From 47c82b1f3e1dce94c4b4bea7815c3811d65ca04e Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Fri, 12 Jan 2018 08:55:29 +0000 Subject: [PATCH] Fix composer remove phpunit/phpunit command --- 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 2e78e85d..103458f0 100644 --- a/phpunit/phpunit/4.7/post-install.txt +++ b/phpunit/phpunit/4.7/post-install.txt @@ -3,5 +3,5 @@ * Instead: - 1. Remove it now: composer remove phpunit/phpunit + 1. Remove it now: composer remove --dev phpunit/phpunit 2. Use Symfony's bridge: composer require --dev phpunit