Fix composer remove phpunit/phpunit command

This commit is contained in:
Chris Wilkinson
2018-01-12 08:55:29 +00:00
committed by GitHub
parent 78a7619b8d
commit 47c82b1f3e
+1 -1
View File
@@ -3,5 +3,5 @@
<bg=yellow;fg=black> </>
* <fg=blue>Instead</>:
1. Remove it now: <comment>composer remove phpunit/phpunit</>
1. Remove it now: <comment>composer remove --dev phpunit/phpunit</>
2. Use Symfony's bridge: <comment>composer require --dev phpunit</>