From 04f14094da54a841e54faecd6dacbe4dc9d73664 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 2 Jan 2018 12:38:23 +0000 Subject: [PATCH] Update phan links since it has moved to a new organisation --- README.md | 2 +- tools.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac8d2376..3d12fcf3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Docker image providing static analysis tools for PHP. * ecs - [EasyCodingStandard sets up and runs coding standard checks with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer](https://github.com/Symplify/EasyCodingStandard) * parallel-lint - [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) * pdepend - [Static Analysis Tool](https://pdepend.org/) -* phan - [Static Analysis Tool](https://github.com/etsy/phan) +* phan - [Static Analysis Tool](https://github.com/phan/phan) * php-coupling-detector - [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/) * php-cs-fixer - [PHP Coding Standards Fixer](http://cs.sensiolabs.org/) * php-semver-checker - [Suggests a next version according to semantic versioning](https://github.com/tomzx/php-semver-checker) diff --git a/tools.json b/tools.json index 78c94ef1..a529c9d9 100644 --- a/tools.json +++ b/tools.json @@ -108,10 +108,10 @@ { "name": "phan", "summary": "Static Analysis Tool", - "website": "https://github.com/etsy/phan", + "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/etsy/phan/releases/download/0.11.0/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/0.11.0/phan.phar", "bin": "/usr/local/bin/phan" } },