diff --git a/composer.json b/composer.json index 1146b8d..49e9aaa 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,6 @@ }, "scripts": { "test": "vendor/bin/phpunit", - "check-syntax": "find . -name '*.php' -not -path './vendor/*' -print0 | xargs -0 -n1 php -l" + "check-syntax": "find . -name '*.php' -not -path './vendor/*' -print0 | xargs -0 -n1 php --define error_reporting=-1 -l" } }