Skip to content

Commit

Permalink
Switch Behat to bin plugin installation
Browse files Browse the repository at this point in the history
The phar remains broken and is not currently tested.

See Behat/Behat#1456
  • Loading branch information
jakzal committed Feb 11, 2024
1 parent 09b56b9 commit 3f85671
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 @@ -5,9 +5,10 @@
"summary": "Helps to test business expectations",
"website": "http://behat.org/",
"command": {
"phar-download": {
"phar": "https://github.com/Behat/Behat/releases/download/v3.13.0/behat.phar",
"bin": "%target-dir%/behat"
"composer-bin-plugin": {
"package": "behat/behat",
"namespace": "behat",
"links": {"%target-dir%/behat": "behat"}
}
},
"test": "behat --version",
Expand Down

0 comments on commit 3f85671

Please sign in to comment.