From 21a7611820d449cabbe27d74fc9b654db3246d94 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Fri, 31 Aug 2018 11:42:36 +0200 Subject: [PATCH] fix script path --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f871e1b..152bcdf 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,6 @@ }, "scripts": { "lint" : "phpcs", - "static-analysis": "@php ./vendor/bin/phpstan analyse --ansi -l 1 -c phpstan.neon.dist src tests" + "static-analysis": "phpstan analyse --ansi -l 1 -c phpstan.neon.dist src tests" } }