Skip to content

Commit

Permalink
Move phpinsights to keep the alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed May 29, 2019
1 parent 0b63cd7 commit c5044ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ It has been extracted as a separate project to make maintenance easier and enabl
* diffFilter - [Applies QA tools to run on a single pull request](https://github.com/exussum12/coverageChecker)
* ecs - [Sets up and runs coding standard checks](https://github.com/Symplify/EasyCodingStandard)
* infection - [AST based PHP Mutation Testing Framework](https://infection.github.io/)
* phpinsights - [Analysis of code quality, style, architecture and complexity](https://phpinsights.com/)
* parallel-lint - [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint)
* paratest - [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest)
* pdepend - [Static Analysis Tool](https://pdepend.org/)
Expand All @@ -49,6 +48,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
* phpcs - [Detects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer)
* phpda - [Generates dependency graphs](https://mamuz.github.io/PhpDependencyAnalysis/)
* phpdoc-to-typehint - [Automatically adds type hints and return types based on PHPDocs](https://github.com/dunglas/phpdoc-to-typehint)
* phpinsights - [Analyses code quality, style, architecture and complexity](https://phpinsights.com/)
* phplint - [Lints php files in parallel](https://github.com/overtrue/phplint)
* phploc - [A tool for quickly measuring the size of a PHP project](https://github.com/sebastianbergmann/phploc)
* phpmd - [A tool for finding problems in PHP code](https://phpmd.org/)
Expand Down
28 changes: 14 additions & 14 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,6 @@
"test": "infection --version",
"tags": ["featured"]
},
{
"name": "phpinsights",
"summary": "Analysis of code quality, style, architecture and complexity",
"website": "https://phpinsights.com/",
"command": {
"composer-bin-plugin": {
"package": "nunomaduro/phpinsights",
"namespace": "tools",
"links": {"%target-dir%/phpinsights": "phpinsights"}
}
},
"tags": ["exclude-php:7.1"],
"test": "phpinsights --version"
},
{
"name": "parallel-lint",
"summary": "Checks PHP file syntax",
Expand Down Expand Up @@ -416,6 +402,20 @@
},
"test": "phpdoc-to-typehint -V"
},
{
"name": "phpinsights",
"summary": "Analyses code quality, style, architecture and complexity",
"website": "https://phpinsights.com/",
"command": {
"composer-bin-plugin": {
"package": "nunomaduro/phpinsights",
"namespace": "tools",
"links": {"%target-dir%/phpinsights": "phpinsights"}
}
},
"tags": ["exclude-php:7.1"],
"test": "phpinsights --version"
},
{
"name": "phplint",
"summary": "Lints php files in parallel",
Expand Down

0 comments on commit c5044ff

Please sign in to comment.