Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-09-11 20:47:04 +00:00
parent 0f2424e21c
commit bc3d054447
2 changed files with 40 additions and 3 deletions
@@ -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 -3
View File
@@ -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"
}
}
}