这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
* analyze - [Visualizes metrics and source code](https://github.com/Qafoo/QualityAnalyzer)
* behat - [Helps to test business expectations](http://behat.org/)
* churn - [Discovers good candidates for refactoring](https://github.com/bmitch/churn-php)
* composer-normalize - [Composer plugin to normalize composer.json files](https://github.com/localheinz/composer-normalize)
* dephpend - [Detect flaws in your architecture](https://dephpend.com/)
* deprecation-detector - [Finds usages of deprecated code](https://github.com/sensiolabs-de/deprecation-detector)
* deptrac - [Enforces dependency rules between software layers](https://github.com/sensiolabs-de/deptrac)
Expand Down
11 changes: 11 additions & 0 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
"test": "churn list",
"tags": ["featured"]
},
{
"name": "composer-normalize",
"summary": "Composer plugin to normalize composer.json files",
"website": "https://github.com/localheinz/composer-normalize",
"command": {
"composer-global-install": {
"package": "localheinz/composer-normalize"
}
},
"test": "composer global show localheinz/composer-normalize"
},
{
"name": "dephpend",
"summary": "Detect flaws in your architecture",
Expand Down