Add PHPStan config

This commit is contained in:
2024-05-27 08:03:08 +02:00
parent d4cc71946d
commit 999dbee2c6
6 changed files with 262 additions and 1 deletions

View File

@@ -38,6 +38,18 @@
"migrations/.gitignore"
]
},
"phpstan/phpstan": {
"version": "1.11",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
},
"files": [
"phpstan.dist.neon"
]
},
"phpunit/phpunit": {
"version": "9.6",
"recipe": {