mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Added phpstan as local dev dependency
This commit is contained in:
parent
469f9e8933
commit
1e04ee14de
3 changed files with 1567 additions and 13 deletions
|
@ -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
1565
composer.lock
generated
File diff suppressed because it is too large
Load diff
14
symfony.lock
14
symfony.lock
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue