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
Package info
github.com/contao-community-alliance-archive/build-system-tool-autoloading-validation
pkg:composer/contao-community-alliance/build-system-tool-autoloading-validation
dev-master / 1.0.x-dev
2014-11-12 19:50 UTC
Requires
- php: >=5.3.4
- symfony/console: ~2.3
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 0eb0030453d281fd2b30a826385680ea6d65a107
- Christian Schiffler <c.schiffler.woop@cyberspectrum.de>
- Tristan Lins <tristan.lins.woop@bit3.de>
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
