Remove remnants from Infection

Looks like it got lost when migrating to Github actions and removed from
composer.json during a merge up.

I think it would be hard to reintroduce it, and that that should not be
done on the next major branch in any case.
This commit is contained in:
Grégoire Paris
2022-08-22 19:35:45 +02:00
parent 2452c8b059
commit e46e66e960
2 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View File

@@ -3,5 +3,4 @@
/build
/phpcs.xml
/.phpcs-cache
/infection.log
/.phpunit.result.cache

View File

@@ -1,14 +0,0 @@
{
"timeout": 2,
"source": {
"directories": [
"lib"
]
},
"logs": {
"text": "infection.log"
},
"mutators": {
"@default": true
}
}