Skip to content

Commit 27dfff5

Browse files
committed
Updated infection, allowed PHP8
1 parent 3fb0625 commit 27dfff5

4 files changed

Lines changed: 639 additions & 843 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^7.2",
21+
"php": "^7.2|^8.0",
2222
"phpunit/phpunit": "^8.0",
2323
"jakub-onderka/php-console-highlighter": "^0.3.2",
2424
"edmondscommerce/php-parallel-lint": "~1.0.1",
@@ -28,7 +28,7 @@
2828
"squizlabs/php_codesniffer": "~3",
2929
"sllh/composer-versions-check": "^2.0",
3030
"phpstan/phpstan-strict-rules": "^0.12",
31-
"infection/infection": "^0.10",
31+
"infection/infection": "^0.10|^0.20",
3232
"funkyproject/reflection-file": "^0.1.0",
3333
"phpunit/php-invoker": "^2.0",
3434
"maglnet/composer-require-checker": "^2.0",

0 commit comments

Comments
 (0)