Skip to content

Commit

Permalink
Merge pull request #64 from jakzal/composer-normalize
Browse files Browse the repository at this point in the history
Add composer-normalize
  • Loading branch information
jakzal authored Mar 7, 2019
2 parents 3736a50 + 9c7d3f6 commit b169fd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit b169fd7

Please sign in to comment.