Bump phpunit to 6.5, discourage phpunit/phpunit more

This commit is contained in:
Nicolas Grekas
2017-12-03 18:09:08 +01:00
parent 0f4fe768bb
commit b45a9da144
3 changed files with 14 additions and 4 deletions
+7 -2
View File
@@ -1,2 +1,7 @@
Adding <comment>phpunit/phpunit</> as a dependency is <comment>discouraged</>.
You should require <fg=green>simple-phpunit</> instead.
<bg=yellow;fg=black> </>
<bg=yellow;fg=black> Adding phpunit/phpunit as a dependency is discouraged. </>
<bg=yellow;fg=black> </>
* <fg=blue>Instead</>:
1. Remove it now: <comment>composer remove phpunit/phpunit</>
2. Use Symfony's bridge: <comment>composer require phpunit</>