Skip to content

Commit

Permalink
Merge pull request #500 from jakzal/phan-phar
Browse files Browse the repository at this point in the history
Download phan phar directly instead of using phive
  • Loading branch information
jakzal authored Aug 5, 2024
2 parents c1be085 + 23e4fc1 commit e20e055
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
"summary": "Static Analysis Tool",
"website": "https://github.com/phan/phan",
"command": {
"phive-install": {
"alias": "phan",
"bin": "%target-dir%/phan",
"sig": "8101FB57DD8130F0"
"phar-download": {
"phar": "https://github.com/phan/phan/releases/latest/download/phan.phar",
"bin": "%target-dir%/phan"
}
},
"test": "phan -v",
Expand Down

0 comments on commit e20e055

Please sign in to comment.