phpstan support

This commit is contained in:
hakutaku
2025-09-23 16:41:26 +03:00
parent 97441b9662
commit 8620dbff27
10 changed files with 91 additions and 4 deletions

View File

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