From d30af69ad959ea645d51edc9160b96404eed2e0a Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:07:22 +0200 Subject: [PATCH] Update php/composer.json Co-authored-by: Simon L. Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/composer.json b/php/composer.json index 0a58cfde13c..3ac4ea36220 100644 --- a/php/composer.json +++ b/php/composer.json @@ -31,7 +31,7 @@ "psalm": "psalm --threads=1", "psalm:update-baseline": "psalm --threads=1 --monochrome --no-progress --output-format=text --update-baseline", "lint": "php -l src/*.php src/**/*.php public/index.php", - "lint:twig": "twig-linter lint ./templates", + "lint:twig": "twig-linter lint ./templates", "php-deprecation-detector": "phpdd scan -n -t 8.3 src/*.php src/**/*.php public/index.php" } }