mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"phpstan/phpstan": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"phpstan.dist.neon": "phpstan.dist.neon"
|
||||
},
|
||||
"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.dist.neon": {
|
||||
"contents": [
|
||||
"parameters:",
|
||||
" level: 6",
|
||||
" paths:",
|
||||
" - bin/",
|
||||
" - config/",
|
||||
" - public/",
|
||||
" - src/",
|
||||
" - tests/",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"phpstan/phpstan": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"phpstan.neon.dist": "phpstan.neon.dist"
|
||||
"phpstan.dist.neon": "phpstan.dist.neon"
|
||||
},
|
||||
"gitignore": [
|
||||
"phpstan.neon"
|
||||
@@ -16,7 +16,7 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"phpstan.neon.dist": {
|
||||
"phpstan.dist.neon": {
|
||||
"contents": [
|
||||
"parameters:",
|
||||
" level: 6",
|
||||
@@ -31,7 +31,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a613d8600e92c1f245f060a558447b23e3c8704b"
|
||||
"ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user