diff --git a/README.md b/README.md index c35ca164..a52f3bb4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/resources/tools.json b/resources/tools.json index cfbeca46..9057aee8 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -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" } },