Using non-Flex alias

This is because, it *does* look a little odd to remove phpunit/phpunit and require phpunit. This is more descriptive
This commit is contained in:
Ryan Weaver
2020-08-19 09:11:40 -04:00
committed by GitHub
parent 7540e5ccac
commit e254114b5a
+1 -1
View File
@@ -8,4 +8,4 @@ See: https://symfony.com/doc/current/components/phpunit_bridge.html.
* <fg=blue>To install the PHPUnit bridge</>:
1. Remove PHPUnit: <comment>composer remove --dev phpunit/phpunit</>
2. Install Symfony's bridge: <comment>composer require --dev phpunit</>
2. Install Symfony's bridge: <comment>composer require --dev symfony/phpunit-bridge</>