diff --git a/composer.json b/composer.json index 64831dc..078eb03 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,6 @@ "nikic/iter": "^2.0" }, "scripts": { - "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;" + "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l" } }