library build-system-tool-autoloading-validation
Check that the contents of the composer.json autoload keys are correct.
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
, (*1)
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
dev-master
9999999-dev
Check that the contents of the composer.json autoload keys are correct.
Sources
Download
MIT
The Requires
The Development Requires