Skip to content

Commit

Permalink
Merge pull request #366 from jakzal/tools-update
Browse files Browse the repository at this point in the history
Update tools
  • Loading branch information
jakzal authored Feb 26, 2021
2 parents cd08c78 + 46d9220 commit 80ba965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/psalm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"website": "https://psalm.dev/",
"command": {
"file-download": {
"url": "https://github.com/vimeo/psalm/releases/download/4.6.1/psalm.phar.asc",
"url": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar.asc",
"file": "%target-dir%/psalm.phar.asc"
},
"phar-download": {
"phar": "https://github.com/vimeo/psalm/releases/download/4.6.1/psalm.phar",
"phar": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar",
"bin": "%target-dir%/psalm"
}
},
Expand Down
4 changes: 2 additions & 2 deletions resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"website": "https://infection.github.io/",
"command": {
"file-download": {
"url": "https://github.com/infection/infection/releases/download/0.21.1/infection.phar.asc",
"url": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar.asc",
"file": "%target-dir%/infection.phar.asc"
},
"phar-download": {
"phar": "https://github.com/infection/infection/releases/download/0.21.1/infection.phar",
"phar": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar",
"bin": "%target-dir%/infection"
}
},
Expand Down

0 comments on commit 80ba965

Please sign in to comment.