Add PHPStan

This commit is contained in:
Oliver Davies 2024-02-20 08:30:00 +00:00
parent ec9ddbaf9c
commit 3ed3ee85b8
5 changed files with 90 additions and 2 deletions

View file

@ -1,4 +1,16 @@
{
"phpstan/phpstan": {
"version": "1.10",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
},
"files": [
"phpstan.dist.neon"
]
},
"symfony/console": {
"version": "7.0",
"recipe": {