Skip to content

Commit

Permalink
Merge pull request #158 from jakzal/tools-update
Browse files Browse the repository at this point in the history
Update tools
  • Loading branch information
jakzal authored Nov 19, 2019
2 parents cbba111 + 64ba516 commit 155c06a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"website": "https://github.com/phan/phan",
"command": {
"phar-download": {
"phar": "https://github.com/phan/phan/releases/download/2.4.0/phan.phar",
"phar": "https://github.com/phan/phan/releases/download/2.4.2/phan.phar",
"bin": "%target-dir%/phan"
}
},
Expand Down Expand Up @@ -633,11 +633,11 @@
"website": "https://psalm.dev/",
"command": {
"file-download": {
"url": "https://github.com/vimeo/psalm/releases/download/3.6.2/psalm.phar.asc",
"url": "https://github.com/vimeo/psalm/releases/download/3.6.6/psalm.phar.asc",
"file": "%target-dir%/psalm.phar.asc"
},
"phar-download": {
"phar": "https://github.com/vimeo/psalm/releases/download/3.6.2/psalm.phar",
"phar": "https://github.com/vimeo/psalm/releases/download/3.6.6/psalm.phar",
"bin": "%target-dir%/psalm"
}
},
Expand Down

0 comments on commit 155c06a

Please sign in to comment.