Files
symfony-flex-recipes-contrib/phpstan.phpstan.1.0.json
T
github-action[bot]andgithub-action[bot] 0f2424e21c Update Flex endpoint
2023-09-11 06:58:48 +00:00

38 lines
1.2 KiB
JSON

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