2017 © Pedro Peláez
 

composer-plugin composer-plugin-vcschecker

Checks VCS definitions in composer.json to ensure it does not contain any file:/// URLs

image

sonyatv/composer-plugin-vcschecker

Checks VCS definitions in composer.json to ensure it does not contain any file:/// URLs

  • Friday, January 29, 2016
  • by sonyatv
  • Repository
  • 3 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

VCS URL Checker plug-in for Composer

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/01 2016

dev-master

9999999-dev

Checks VCS definitions in composer.json to ensure it does not contain any file:/// URLs

  Sources   Download

The Requires

  • composer-plugin-api ^1.0

 

by Stephen Leavitt