Just add the --no-plugins
flag to your install/update
command.
Composer will disable all plugins, including this one.
composer install --no-plugins
If you run this command on a Continuous Integration, don't forget to update your own packages after.