improve coverage, remove infection
All checks were successful
/ ls (pull_request) Successful in 1m30s

This commit is contained in:
lubiana 2025-01-26 11:48:16 +01:00
parent eaa723a58b
commit 0aa25d107b
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
10 changed files with 160 additions and 1317 deletions

View file

@ -26,7 +26,6 @@
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^4.0",
"infection/infection": "^0.29.6",
"lubiana/code-quality": "^1.7.2",
"phpunit/phpunit": "^9.6.20",
"symfony/browser-kit": "7.2.*",
@ -42,8 +41,7 @@
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true,
"platform": {
@ -68,7 +66,8 @@
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*"
},
"scripts": {
"auto-scripts": {
@ -86,8 +85,7 @@
"rector",
"ecs --fix || ecs --fix"
],
"test": "bin/phpunit",
"mutation": "infection --threads=8 --show-mutations"
"test": "bin/phpunit"
},
"conflict": {
"symfony/symfony": "*"