2017 © Pedro Peláez
 

library build-system-tool-autoloading-validation

Check that the contents of the composer.json autoload keys are correct.

image

contao-community-alliance/build-system-tool-autoloading-validation

Check that the contents of the composer.json autoload keys are correct.

  • Wednesday, November 12, 2014
  • by cca
  • Repository
  • 8 Watchers
  • 0 Stars
  • 4,126 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Version Stable Build Status Upstream Build Status License Downloads, (*1)

Validate the autoload information within composer.json.

This is useful to ensure that all classes covered by the defined autoload information in the composer.json., (*2)

Usage

Add to your composer.json in the require-dev section:, (*3)

"contao-community-alliance/build-system-tool-autoloading-validation": "~1.0"

Call the binary:, (*4)

./vendor/bin/check-autoloading.php

Optionally pass the root of the git repository to check:, (*5)

./vendor/bin/check-autoloading.php /path/to/some/repository

The Versions

12/11 2014

dev-master

9999999-dev

Check that the contents of the composer.json autoload keys are correct.

  Sources   Download

MIT

The Requires

 

The Development Requires