这是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 @@ -29,6 +29,7 @@ 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/)
* larastan - [A phpstan wrapper for Laravel](https://github.com/nunomaduro/larastan)
* 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 Down
12 changes: 12 additions & 0 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,18 @@
}
},
"test": "simple-phpunit --version"
},
{
"name": "larastan",
"summary": "PHPStan extension for Laravel",
"website": "https://github.com/nunomaduro/larastan",
"command": {
"composer-bin-plugin": {
"package": "nunomaduro/larastan",
"namespace": "phpstan"
}
},
"test": "composer global bin phpstan show ergebnis/phpstan-rules"
}
]
}
Expand Down