这是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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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)
* composer-normalize - [Composer plugin to normalize composer.json files](https://github.com/ergebnis/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 Expand Up @@ -76,6 +76,7 @@ It has been extracted as a separate project to make maintenance easier and enabl

### Removed tools

* composer-normalize - [Composer plugin to normalize composer.json files](https://github.com/localheinz/composer-normalize)
* design-pattern - [Detects design patterns](https://github.com/Halleck45/DesignPatternDetector)
* testability - [Analyses and reports testability issues of a php codebase](https://github.com/edsonmedina/php_testability)
* phpstan-localheinz-rules - [Additional rules for PHPstan](https://github.com/localheinz/phpstan-rules)
Expand Down
6 changes: 3 additions & 3 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
{
"name": "composer-normalize",
"summary": "Composer plugin to normalize composer.json files",
"website": "https://github.com/localheinz/composer-normalize",
"website": "https://github.com/ergebnis/composer-normalize",
"command": {
"composer-global-install": {
"package": "localheinz/composer-normalize"
"package": "ergebnis/composer-normalize"
}
},
"test": "composer global show localheinz/composer-normalize"
"test": "composer global show ergebnis/composer-normalize"
},
{
"name": "dephpend",
Expand Down