mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
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:
@@ -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</>
|
||||
|
||||
Reference in New Issue
Block a user