sonyatv / composer-plugin-vcschecker
Checks VCS definitions in composer.json to ensure it does not contain any file:/// URLs
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2024-11-09 19:11:06 UTC
README
This Composer plug-in checks your VCS definitions for file:/// URLs and errors out if it finds any.
Installation
composer global require sonyatv/composer-plugin-vcschecker
Usage
composer status
Miscellaneous
Valid VCS URLs for the purpose of this plug-in do not contain file:/// as the protocol.
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.