Skip to content

Commit

Permalink
Merge pull request #90 from jakzal/pdepend
Browse files Browse the repository at this point in the history
Use custom built pdepend and phpmd until fixes are merged to upstream
  • Loading branch information
jakzal authored May 2, 2019
2 parents 8295425 + 86cd05e commit 6132042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"website": "https://pdepend.org/",
"command": {
"phar-download": {
"phar": "http://static.pdepend.org/php/latest/pdepend.phar",
"phar": "https://github.com/jakzal/pdepend/releases/download/2.5.2-jakzal-0/pdepend.phar",
"bin": "%target-dir%/pdepend"
}
},
Expand Down Expand Up @@ -433,7 +433,7 @@
"website": "https://phpmd.org/",
"command": {
"phar-download": {
"phar": "http://static.phpmd.org/php/latest/phpmd.phar",
"phar": "https://github.com/jakzal/phpmd/releases/download/2.6.0-jakzal-2/phpmd.phar",
"bin": "%target-dir%/phpmd"
}
},
Expand Down

0 comments on commit 6132042

Please sign in to comment.