<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</>
