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" } }