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
Requires
- php: >=5.3.4
- symfony/console: ~2.3
Requires (Dev)
This package is not auto-updated.
Last update: 2022-02-01 12:41:15 UTC
README
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