Add PHPStan
This commit is contained in:
parent
ec9ddbaf9c
commit
3ed3ee85b8
5 changed files with 90 additions and 2 deletions
12
symfony.lock
12
symfony.lock
|
@ -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": {
|
||||
|
|
Reference in a new issue