Skip to content

Commit

Permalink
Merge pull request #59 from jakzal/php-assumptions-stable
Browse files Browse the repository at this point in the history
Use stable version of php-assumptions
  • Loading branch information
jakzal authored May 25, 2018
2 parents 1e75574 + 2dd466c commit e94ac47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"website": "https://github.com/phan/phan",
"command": {
"phar-download": {
"phar": "https://github.com/phan/phan/releases/download/0.12.8/phan.phar",
"phar": "https://github.com/phan/phan/releases/download/0.12.9/phan.phar",
"bin": "/usr/local/bin/phan"
}
},
Expand Down Expand Up @@ -215,11 +215,11 @@
"website": "https://github.com/rskuipers/php-assumptions",
"command": {
"composer-bin-plugin": {
"package": "rskuipers/php-assumptions:dev-master",
"package": "rskuipers/php-assumptions",
"namespace": "tools"
}
},
"test": "phpa"
"test": "phpa --version"
},
{
"name": "phpca",
Expand Down

0 comments on commit e94ac47

Please sign in to comment.