这是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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It has been extracted as a separate project to make maintenance easier and open
* churn - [Discovers good candidates for refactoring](https://github.com/bmitch/churn-php)
* 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](https://github.com/sensiolabs-de/deptrac)
* deptrac - [Enforces dependency rules between software layers](https://github.com/sensiolabs-de/deptrac)
* design-pattern - [Detects design patterns](https://github.com/Halleck45/DesignPatternDetector)
* 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)
Expand Down
4 changes: 2 additions & 2 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
},
{
"name": "deptrac",
"summary": "Enforces dependency rules",
"summary": "Enforces dependency rules between software layers",
"website": "https://github.com/sensiolabs-de/deptrac",
"command": {
"phar-download": {
"phar": "http://get.sensiolabs.de/deptrac.phar",
"phar": "https://github.com/sensiolabs-de/deptrac/releases/download/0.3.0/deptrac.phar",
"bin": "/usr/local/bin/deptrac"
}
},
Expand Down