mache mal statistische analyse mit rein

This commit is contained in:
lubiana 2025-06-27 23:16:20 +02:00
parent 853b280571
commit c5fa857464
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
8 changed files with 444 additions and 57 deletions

View file

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