Skip to content

Commit a3f0be7

Browse files
committed
remove infection & phpunit (there are no tests)
1 parent 9852150 commit a3f0be7

File tree

4 files changed

+195
-2776
lines changed

4 files changed

+195
-2776
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
},
2121
"require-dev": {
2222
"phpstan/phpstan": "^1.10",
23-
"phpunit/phpunit": "^10.0",
2423
"friendsofphp/php-cs-fixer": "^3.0",
25-
"infection/infection": "^0.26.18",
2624
"rector/rector": "^0.15"
2725
},
2826
"autoload": {
@@ -31,15 +29,11 @@
3129
}
3230
},
3331
"config": {
34-
"bin-dir": "bin",
35-
"allow-plugins": {
36-
"infection/extension-installer": true
37-
}
32+
"bin-dir": "bin"
3833
},
3934
"extra": {
4035
"branch-alias": {
41-
"dev-main": "0.4.x-dev",
42-
"dev-feature/qualityflow-improvments": "0.4.x-dev"
36+
"dev-main": "0.4.x-dev"
4337
}
4438
}
4539
}

0 commit comments

Comments
 (0)