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

@ -97,6 +97,7 @@
"phpstan/phpstan-doctrine": "^1.2.11",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.1.7",
"phpunit/phpunit": "^9.5",
"psalm/plugin-symfony": "^v5.0.1",
"rector/rector": "^0.18.0",
"roave/security-advisories": "dev-latest",

1565
composer.lock generated

File diff suppressed because it is too large Load diff

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"
},