From 9c7d3f6b29de39869ae2730ca48cd6f63008b814 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 4 Mar 2019 11:34:53 +0000 Subject: [PATCH] Add composer-normalize --- README.md | 1 + resources/tools.json | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 33f066f0..45b63295 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/resources/tools.json b/resources/tools.json index 8f5a3914..10e5c6f0 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -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",