Skip to content

Commit

Permalink
Switch paratest to composer-bin-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Nov 30, 2021
1 parent 374d582 commit 97ac080
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
"summary": "Parallel testing for PHPUnit",
"website": "https://github.com/paratestphp/paratest",
"command": {
"phive-install": {
"alias": "paratestphp/paratest@^6.3.0",
"bin": "%target-dir%/paratest"
"composer-bin-plugin": {
"package": "brianium/paratest",
"namespace": "paratest",
"links": {"%target-dir%/paratest": "paratest"}
}
},
"test": "paratest --version",
Expand Down

0 comments on commit 97ac080

Please sign in to comment.