mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
8 lines
521 B
Plaintext
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</>
|