You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).