Skip to content

Commit

Permalink
Merge pull request #106 from jakzal/tools-update
Browse files Browse the repository at this point in the history
Update tools
  • Loading branch information
jakzal authored May 29, 2019
2 parents c670c14 + bba008b commit 9b8bd44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@
"website": "https://infection.github.io/",
"command": {
"file-download": {
"url": "https://github.com/infection/infection/releases/download/0.12.2/infection.phar.asc",
"url": "https://github.com/infection/infection/releases/download/0.13.1/infection.phar.asc",
"file": "%target-dir%/infection.phar.asc"
},
"phar-download": {
"phar": "https://github.com/infection/infection/releases/download/0.12.2/infection.phar",
"phar": "https://github.com/infection/infection/releases/download/0.13.1/infection.phar",
"bin": "%target-dir%/infection"
}
},
Expand Down Expand Up @@ -631,11 +631,11 @@
"website": "https://getpsalm.org/",
"command": {
"file-download": {
"url": "https://github.com/vimeo/psalm/releases/download/3.3.0/psalm.phar.asc",
"url": "https://github.com/vimeo/psalm/releases/download/3.3.2/psalm.phar.asc",
"file": "%target-dir%/psalm.phar.asc"
},
"phar-download": {
"phar": "https://github.com/vimeo/psalm/releases/download/3.3.0/psalm.phar",
"phar": "https://github.com/vimeo/psalm/releases/download/3.3.2/psalm.phar",
"bin": "%target-dir%/psalm"
}
},
Expand Down

0 comments on commit 9b8bd44

Please sign in to comment.