{ "require-dev": { "php-parallel-lint/php-parallel-lint": "1.2.0" }, "scripts": { "test": [ "parallel-lint . --exclude vendor" ] } }