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

This package is abandoned and no longer maintained. The author suggests using the phpcq/autoload-validation package instead.

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

dev-master / 1.0.x-dev 2014-11-12 19:50 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:41:15 UTC


README

Version Stable Build Status Upstream Build Status License Downloads

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.

Usage

Add to your composer.json in the require-dev section:

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

Call the binary:

./vendor/bin/check-autoloading.php

Optionally pass the root of the git repository to check:

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