phpcq/autoload-validation
最新稳定版本:1.3.1
Composer 安装命令:
composer require phpcq/autoload-validation
包简介
Check that the contents of the composer.json autoload keys are correct.
README 文档
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:
"phpcq/autoload-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
统计信息
- 总下载量: 95.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-11