mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"phpstan/phpstan": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"phpstan.neon": "phpstan.neon"
|
|
},
|
|
"post-install-output": [
|
|
" * Edit the <comment>phpstan.neon</comment> file to configure PHPStan.",
|
|
"",
|
|
" * For the full options, see",
|
|
" <comment>https://phpstan.org/user-guide/getting-started</comment>"
|
|
]
|
|
},
|
|
"files": {
|
|
"phpstan.neon": {
|
|
"contents": [
|
|
"parameters:",
|
|
" level: 6",
|
|
" paths:",
|
|
" - bin/",
|
|
" - config/",
|
|
" - public/",
|
|
" - src/",
|
|
" - tests/",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "d74d4d719d5f53856c9c13544aa22d44144b1819"
|
|
}
|
|
}
|
|
}
|