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.

Maintainers

👁 cca

Package info

github.com/contao-community-alliance-archive/build-system-tool-autoloading-validation

Issues

pkg:composer/contao-community-alliance/build-system-tool-autoloading-validation

Statistics

Installs: 4 149

Dependents: 1

Suggesters: 0

Stars: 0

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

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0eb0030453d281fd2b30a826385680ea6d65a107

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