From a54852a92555c27ebe48c4f9004ddb849ac5ded3 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Thu, 19 Oct 2023 14:16:52 -0700 Subject: [PATCH] Add full path to phpcbf in pre-commit hook --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56badd6..783b7a4 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "extra": { "hooks": { "pre-commit": [ - "phpcbf" + "vendor/bin/phpcbf" ] } },