Merge pull request #322

This commit is contained in:
symfony-flex-server[bot]
2017-12-21 12:55:38 +00:00
committed by GitHub
+4 -4
View File
@@ -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 favor 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</>