From 3f85671d1a4b47e05f33652c42220907f7159bae Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 11 Feb 2024 13:39:02 +0000 Subject: [PATCH] Switch Behat to bin plugin installation The phar remains broken and is not currently tested. See https://github.com/Behat/Behat/issues/1456 --- resources/test.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/test.json b/resources/test.json index 9c32e0d..0ab5b51 100644 --- a/resources/test.json +++ b/resources/test.json @@ -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",