composer/composer#10024
I've attempted to workaround this with #15 but it fails if the plugin is installed globally and the polyfill package is not required by the package you are scanning:
export COMPOSER_HOME=$(mktemp -d)
composer global require cs278/composer-audit:@rc
cd $(mktemp -d)
composer require --no-install cs278/mktemp
composer audit -vvv
composer/composer#10024
I've attempted to workaround this with #15 but it fails if the plugin is installed globally and the polyfill package is not required by the package you are scanning: