Closed
Description
Currently, if the SYMFONY_PHPUNIT_REMOVE
env var is set to an empty string, the behavior is the same than when it is not set at all: remove symfony/yaml phpspec/prophecy
. So there is no easy way to remove nothing.
The current workaround is to ask it to remove an unrelated package (composer will tell you there is nothing to remove, but won't fail).