Skip to content

Commit b5a9b78

Browse files
committed
build(deps-dev): add infection package to testing purposes
1 parent 8e78c53 commit b5a9b78

File tree

4 files changed

+509
-1
lines changed

4 files changed

+509
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
vendor/
33
.php_cs.cache
4+
.infection.log

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"friendsofphp/php-cs-fixer": "^2.13",
2424
"guzzlehttp/psr7": "^1.5",
2525
"http-interop/http-factory-guzzle": "^1.0",
26+
"infection/infection": "^0.11.5",
2627
"php-http/mock-client": "^1.1",
2728
"phpspec/prophecy": "~1.0",
2829
"phpstan/phpstan": "^0.10.7",
@@ -43,6 +44,7 @@
4344
}
4445
},
4546
"scripts": {
47+
"infection": "infection",
4648
"lint": "php-cs-fixer fix --verbose --show-progress=estimating",
4749
"lint:check": [
4850
"php-cs-fixer fix --dry-run --verbose --show-progress=estimating"

0 commit comments

Comments
 (0)