removing the recommendation when installing phpunit directly

This commit is contained in:
Ryan Weaver
2021-02-27 10:53:35 -05:00
parent 053077a3c6
commit 59f0b39371
-11
View File
@@ -1,11 +0,0 @@
<bg=yellow;fg=black> </>
<bg=yellow;fg=black> Suggest: install Symfony's PHPUnit Bridge instead of phpunit/phpunit </>
<bg=yellow;fg=black> </>
Symfony's PHPUnit bridge is a wrapper around PHPUnit that adds reports for deprecated code
calls, an isolated PHPUnit that's separate from the dependencies of your app and more.
See: https://symfony.com/doc/current/components/phpunit_bridge.html.
* <fg=blue>If you want to install the PHPUnit bridge</>:
1. Remove PHPUnit: <comment>composer remove --dev phpunit/phpunit</>
2. Install Symfony's bridge: <comment>composer require --dev symfony/phpunit-bridge</>