Upgrade recipes: phpstan/phpstan

This commit is contained in:
Julien Fastré 2023-09-06 13:11:27 +02:00
parent 7090e678ef
commit 9b2e7d1aad
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 18 additions and 1 deletions

8
phpstan.neon Normal file
View File

@ -0,0 +1,8 @@
parameters:
level: 6
paths:
- bin/
- config/
- public/
- src/
- tests/

View File

@ -303,7 +303,16 @@
"version": "1.11.1"
},
"phpstan/phpstan": {
"version": "1.1.2"
"version": "1.10",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "d74d4d719d5f53856c9c13544aa22d44144b1819"
},
"files": [
"phpstan.neon"
]
},
"phpunit/php-code-coverage": {
"version": "6.1.4"