Skip to content

Commit

Permalink
Merge pull request #21 from jakzal/tools-update
Browse files Browse the repository at this point in the history
Update phan & phpstan
  • Loading branch information
jakzal authored Nov 30, 2017
2 parents c20d246 + ad38bc5 commit a0ceeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"website": "https://github.com/etsy/phan",
"command": {
"phar-download": {
"phar": "https://github.com/etsy/phan/releases/download/0.10.1/phan.phar",
"phar": "https://github.com/etsy/phan/releases/download/0.11.0/phan.phar",
"bin": "/usr/local/bin/phan"
}
},
Expand Down Expand Up @@ -351,7 +351,7 @@
"website": "https://github.com/phpstan/phpstan",
"command": {
"phar-download": {
"phar": "https://github.com/phpstan/phpstan/releases/download/0.8.5/phpstan.phar",
"phar": "https://github.com/phpstan/phpstan/releases/download/0.9/phpstan.phar",
"bin": "/usr/local/bin/phpstan"
}
},
Expand Down

0 comments on commit a0ceeb1

Please sign in to comment.