Files
archived-recipes-contrib/phpstan.phpstan.1.0.json
github-action[bot] 4f5751ca40 Update Flex endpoint
2023-10-22 21:42:06 +00:00

38 lines
1.2 KiB
JSON

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