Updated phpstan/phpstan recipe

This commit is contained in:
Jan Böhmer 2023-10-06 13:05:06 +02:00
parent 37dccd4249
commit e9cdd20dcc
3 changed files with 14 additions and 1 deletions

4
.gitignore vendored
View file

@ -43,3 +43,7 @@ yarn-error.log
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###

View file

@ -358,7 +358,16 @@
"version": "1.0.3"
},
"phpstan/phpstan": {
"version": "0.12.8"
"version": "1.10",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44"
},
"files": [
"./phpstan.dist.neon"
]
},
"phpstan/phpstan-doctrine": {
"version": "0.12.9"