From fb2c324c17941ffe805aa7c953895af96840d0c9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 15 Nov 2021 09:08:41 +0100 Subject: [PATCH] Update scripts to latest Composer syntax --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 020d278e..c671df1e 100644 --- a/composer.json +++ b/composer.json @@ -64,8 +64,8 @@ } }, "scripts": { - "test": "vendor/bin/phpunit", - "phpstan": "vendor/bin/phpstan analyse" + "test": "@php vendor/bin/phpunit", + "phpstan": "@php vendor/bin/phpstan analyse" }, "config": { "lock": false,