diff --git a/composer.json b/composer.json index e98cda4..1146b8d 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "classmap": ["AltoRouter.php"] }, "scripts": { - "test": "vendor/bin/phpunit", - "check-syntax": "find . -name '*.php' -not -path './vendor/*' -print0 | xargs -0 -n1 php -l" + "test": "vendor/bin/phpunit", + "check-syntax": "find . -name '*.php' -not -path './vendor/*' -print0 | xargs -0 -n1 php -l" } }