Skip to content

Commit

Permalink
Merge pull request #155 from jakzal/tools-update
Browse files Browse the repository at this point in the history
Update tools
  • Loading branch information
jakzal authored Nov 7, 2019
2 parents 9ac4e30 + f8bb427 commit cbba111
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 @@ -57,7 +57,7 @@
"website": "https://dephpend.com/",
"command": {
"phar-download": {
"phar": "https://github.com/mihaeu/dephpend/releases/download/0.6.1/dephpend-0.6.1.phar",
"phar": "https://github.com/mihaeu/dephpend/releases/download/0.6.2/dephpend-0.6.2.phar",
"bin": "%target-dir%/dephpend"
}
},
Expand Down Expand Up @@ -175,7 +175,7 @@
"website": "https://github.com/phan/phan",
"command": {
"phar-download": {
"phar": "https://github.com/phan/phan/releases/download/2.3.0/phan.phar",
"phar": "https://github.com/phan/phan/releases/download/2.4.0/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.1/psalm.phar.asc",
"url": "https://github.com/vimeo/psalm/releases/download/3.6.2/psalm.phar.asc",
"file": "%target-dir%/psalm.phar.asc"
},
"phar-download": {
"phar": "https://github.com/vimeo/psalm/releases/download/3.6.1/psalm.phar",
"phar": "https://github.com/vimeo/psalm/releases/download/3.6.2/psalm.phar",
"bin": "%target-dir%/psalm"
}
},
Expand Down

0 comments on commit cbba111

Please sign in to comment.