Skip to content

Commit

Permalink
Merge pull request #69 from jakzal/updates
Browse files Browse the repository at this point in the history
Update phpspec and infection
  • Loading branch information
jakzal authored Jul 3, 2018
2 parents 0c9c85a + 6664691 commit 8d95146
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 @@ -100,11 +100,11 @@
"website": "https://infection.github.io/",
"command": {
"file-download": {
"url": "https://github.com/infection/infection/releases/download/0.8.1/infection.phar.pubkey",
"url": "https://github.com/infection/infection/releases/download/0.9.0/infection.phar.pubkey",
"file": "/usr/local/bin/infection.pubkey"
},
"phar-download": {
"phar": "https://github.com/infection/infection/releases/download/0.9.0-beta.2/infection.phar",
"phar": "https://github.com/infection/infection/releases/download/0.9.0/infection.phar",
"bin": "/usr/local/bin/infection"
}
},
Expand Down Expand Up @@ -399,7 +399,7 @@
"website": "http://www.phpspec.net/",
"command": {
"phar-download": {
"phar": "https://github.com/phpspec/phpspec/releases/download/4.3.0/phpspec.phar",
"phar": "https://github.com/phpspec/phpspec/releases/download/4.3.1/phpspec.phar",
"bin": "/usr/local/bin/phpspec"
}
},
Expand Down

0 comments on commit 8d95146

Please sign in to comment.