symfony recipes: update phpstan/phpstan recipes

This commit is contained in:
Julien Fastré 2023-12-12 16:49:52 +01:00
parent c00f7fa209
commit 62c96df759
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@ -80,3 +80,7 @@ docker-compose.override.yaml
###> lexik/jwt-authentication-bundle ### ###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem /config/jwt/*.pem
###< lexik/jwt-authentication-bundle ### ###< lexik/jwt-authentication-bundle ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###

View File

@ -296,10 +296,10 @@
"repo": "github.com/symfony/recipes-contrib", "repo": "github.com/symfony/recipes-contrib",
"branch": "main", "branch": "main",
"version": "1.0", "version": "1.0",
"ref": "d74d4d719d5f53856c9c13544aa22d44144b1819" "ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
}, },
"files": [ "files": [
"phpstan.neon" "phpstan.dist.neon"
] ]
}, },
"phpunit/php-code-coverage": { "phpunit/php-code-coverage": {