From 065a5e58ce92b5484aaf64d2dbd6492c402cf81c Mon Sep 17 00:00:00 2001 From: Adrian Suter Date: Fri, 4 Oct 2019 20:39:18 +0200 Subject: [PATCH] Fix scripts --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ee578c8..0b0b46a 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,8 @@ "@phpcs", "@phpstan" ], - "phpunit": "php vendor/bin/phpunit --process-isolation", - "phpcs": "php vendor/bin/phpcs", - "phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse src" + "phpunit": "phpunit", + "phpcs": "phpcs", + "phpstan": "phpstan analyse src --memory-limit=-1" } }