Skip to content

Commit 4dd15c6

Browse files
committed
undo the damages done by cs-fixer
1 parent 9a12e35 commit 4dd15c6

File tree

9 files changed

+1044
-292
lines changed

9 files changed

+1044
-292
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"php-etl/phpunit-extension": "*",
2929
"friendsofphp/php-cs-fixer": "^3.0",
3030
"phpstan/phpstan": "^1.10",
31-
"rector/rector": "^0.15"
31+
"rector/rector": "^0.15",
32+
"infection/infection": "^0.26.19"
3233
},
3334
"autoload": {
3435
"psr-4": {
@@ -51,7 +52,8 @@
5152
"config": {
5253
"bin-dir": "bin",
5354
"allow-plugins": {
54-
"php-http/discovery": true
55+
"php-http/discovery": true,
56+
"infection/extension-installer": true
5557
}
5658
}
5759
}

0 commit comments

Comments
 (0)