From 6a4c815b6df84e9cb266f110365e03ec1f40d2c6 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Tue, 28 Aug 2018 13:35:49 +0200 Subject: [PATCH] Cleanup composer script --- .gitignore | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9846927..6586246 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,3 @@ composer.phar composer.lock phpcs.xml vendor/ -bin/ -phpstan.phar diff --git a/composer.json b/composer.json index bfd5c65..aa9fd95 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,6 @@ }, "scripts": { "lint" : "phpcs", - "static-analysis": "@php bin/phpstan.phar analyse --ansi -l 1 -c phpstan.neon src" + "static-analysis": "@php ./vendor/bin/phpstan.phar analyse --ansi -l 1 -c phpstan.neon src" } }