From 3a123881e07839c9c71a56054b6fba634ee5fa35 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 31 Jan 2024 10:50:18 -0500 Subject: [PATCH] refactor: Remove `vendor/bin/` prefix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a4af09..68e2ab2 100755 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "craftcms/rector": "dev-main" }, "scripts": { - "phpstan": "vendor/bin/phpstan --ansi --memory-limit=1G", + "phpstan": "phpstan --ansi --memory-limit=1G", "check-cs": "ecs check --ansi", "fix-cs": "ecs check --fix --ansi" },