Files
symfony-flex-recipes/phpunit/phpunit/4.7/post-install.txt
T

8 lines
521 B
Plaintext

<bg=yellow;fg=black> </>
<bg=yellow;fg=black> Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge. </>
<bg=yellow;fg=black> </>
* <fg=blue>Instead</>:
1. Remove it now: <comment>composer remove --dev phpunit/phpunit</>
2. Use Symfony's bridge: <comment>composer require --dev phpunit</>