contao-community-alliance / build-system-tool-autoloading-validation
Check that the contents of the composer.json autoload keys are correct.
Maintainers
Details
github.com/contao-community-alliance-archive/build-system-tool-autoloading-validation
Installs: 4 148
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 3
pkg:composer/contao-community-alliance/build-system-tool-autoloading-validation
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