{ "manifests": { "phpstan/phpstan": { "manifest": { "copy-from-recipe": { "phpstan.dist.neon": "phpstan.dist.neon" }, "gitignore": [ "phpstan.neon" ], "post-install-output": [ " * Edit the phpstan.neon.dist file to configure PHPStan.", "", " * For the full options, see", " https://phpstan.org/user-guide/getting-started" ] }, "files": { "phpstan.dist.neon": { "contents": [ "parameters:", " level: 6", " paths:", " - bin/", " - config/", " - public/", " - src/", " - tests/", "" ], "executable": false } }, "ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44" } } }