Skip to content

Commit 97b3418

Browse files
authored
Merge pull request #27 from jakzal/phan-move
Update phan links since it has moved to a new organisation
2 parents c3d3498 + 04f1409 commit 97b3418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Docker image providing static analysis tools for PHP.
1717
* ecs - [EasyCodingStandard sets up and runs coding standard checks with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer](https://github.com/Symplify/EasyCodingStandard)
1818
* parallel-lint - [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint)
1919
* pdepend - [Static Analysis Tool](https://pdepend.org/)
20-
* phan - [Static Analysis Tool](https://github.com/etsy/phan)
20+
* phan - [Static Analysis Tool](https://github.com/phan/phan)
2121
* php-coupling-detector - [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/)
2222
* php-cs-fixer - [PHP Coding Standards Fixer](http://cs.sensiolabs.org/)
2323
* php-formatter - [Custom coding standards fixer](https://github.com/mmoreram/php-formatter)

tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
{
109109
"name": "phan",
110110
"summary": "Static Analysis Tool",
111-
"website": "https://github.com/etsy/phan",
111+
"website": "https://github.com/phan/phan",
112112
"command": {
113113
"phar-download": {
114-
"phar": "https://github.com/etsy/phan/releases/download/0.11.0/phan.phar",
114+
"phar": "https://github.com/phan/phan/releases/download/0.11.0/phan.phar",
115115
"bin": "/usr/local/bin/phan"
116116
}
117117
},

0 commit comments

Comments
 (0)