mache mal statistische analyse mit rein
This commit is contained in:
parent
853b280571
commit
c5fa857464
8 changed files with 444 additions and 57 deletions
|
@ -12,5 +12,24 @@
|
|||
"php": ">=8.4",
|
||||
"symfony/uid": "^7.0",
|
||||
"symfony/http-foundation": "^7.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"symplify/easy-coding-standard": "^12.5",
|
||||
"rector/rector": "^2.1",
|
||||
"phpstan/phpstan": "^2.1",
|
||||
"phpstan/extension-installer": "^1.4",
|
||||
"phpstan/phpstan-strict-rules": "^2.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"phpstan/extension-installer": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"fix": [
|
||||
"rector",
|
||||
"ecs --fix || ecs --fix"
|
||||
],
|
||||
"phpstan": "phpstan"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue