Added phpstan as local dev dependency

This commit is contained in:
Jan Böhmer 2023-10-01 21:46:33 +02:00
parent 469f9e8933
commit 1e04ee14de
3 changed files with 1567 additions and 13 deletions

View file

@ -365,6 +365,20 @@
"phpstan/phpstan-symfony": {
"version": "0.12.4"
},
"phpunit/phpunit": {
"version": "9.6",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "9.6",
"ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
},
"files": [
"./.env.test",
"./phpunit.xml.dist",
"./tests/bootstrap.php"
]
},
"psalm/plugin-symfony": {
"version": "v1.2.1"
},