{ "manifests": { "phpstan/phpstan": { "manifest": { "copy-from-recipe": { "phpstan.neon.dist": "phpstan.neon.dist" }, "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.neon.dist": { "contents": [ "parameters:", " level: 6", " paths:", " - bin/", " - config/", " - public/", " - src/", " - tests/", "" ], "executable": false } }, "ref": "a613d8600e92c1f245f060a558447b23e3c8704b" } } }