Skip to content

Commit

Permalink
Merge pull request #37 from jakzal/tools-update
Browse files Browse the repository at this point in the history
Update infection, phan and psalm
  • Loading branch information
jakzal authored Jan 14, 2019
2 parents 311867b + 1136514 commit faff627
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
"website": "https://infection.github.io/",
"command": {
"file-download": {
"url": "https://github.com/infection/infection/releases/download/0.11.4/infection.phar.asc",
"url": "https://github.com/infection/infection/releases/download/0.11.5/infection.phar.asc",
"file": "%target-dir%/infection.phar.asc"
},
"phar-download": {
"phar": "https://github.com/infection/infection/releases/download/0.11.4/infection.phar",
"phar": "https://github.com/infection/infection/releases/download/0.11.5/infection.phar",
"bin": "%target-dir%/infection"
}
},
Expand Down Expand Up @@ -161,7 +161,7 @@
"website": "https://github.com/phan/phan",
"command": {
"phar-download": {
"phar": "https://github.com/phan/phan/releases/download/1.1.10/phan.phar",
"phar": "https://github.com/phan/phan/releases/download/1.2.0/phan.phar",
"bin": "%target-dir%/phan"
}
},
Expand Down Expand Up @@ -576,11 +576,11 @@
"website": "https://getpsalm.org/",
"command": {
"file-download": {
"url": "https://github.com/vimeo/psalm/releases/download/3.0.10/psalm.phar.asc",
"url": "https://github.com/vimeo/psalm/releases/download/3.0.11/psalm.phar.asc",
"file": "%target-dir%/psalm.phar.asc"
},
"phar-download": {
"phar": "https://github.com/vimeo/psalm/releases/download/3.0.10/psalm.phar",
"phar": "https://github.com/vimeo/psalm/releases/download/3.0.11/psalm.phar",
"bin": "%target-dir%/psalm"
}
},
Expand Down

0 comments on commit faff627

Please sign in to comment.