This Composer plug-in checks your VCS definitions for file:/// URLs and errors out if it finds any., (*1)
Installation
composer global require sonyatv/composer-plugin-vcschecker, (*2)
Usage
composer status, (*3)
Miscellaneous
Valid VCS URLs for the purpose of this plug-in do not contain file:/// as the protocol., (*4)
Output of composer status will indicate if the VCS section of composer.json is valid or not, and the exit code will be 0 if the VCS section is valid, and 1 if it is not., (*5)
The Versions
29/012016
dev-master
9999999-dev
Checks VCS definitions in composer.json to ensure it does not contain any file:/// URLs