Skip to content

Commit

Permalink
Merge pull request #27 from jakzal/phan-move
Browse files Browse the repository at this point in the history
Update phan links since it has moved to a new organisation
  • Loading branch information
jakzal authored Jan 2, 2018
2 parents c3d3498 + 04f1409 commit 97b3418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-formatter - [Custom coding standards fixer](https://github.com/mmoreram/php-formatter)
Expand Down
4 changes: 2 additions & 2 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down

0 comments on commit 97b3418

Please sign in to comment.