mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Updating notice wording
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Adding phpunit/phpunit as a dependency is discouraged. </>
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Adding phpunit/phpunit as a dependency is discouraged in favour of Symfony's PHPUnit Bridge. </>
|
||||
<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</>
|
||||
2. Use Symfony's bridge: <comment>composer require --dev phpunit</>
|
||||
|
||||
Reference in New Issue
Block a user