We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c5543c + 3d07f10 commit 37fe7a9Copy full SHA for 37fe7a9
.travis.yml
@@ -23,6 +23,7 @@ jobs:
23
allow_failures:
24
- php: nightly
25
- env: STATIC_ANALYSIS=1
26
+ - env: MUTATION_TESTS=1
27
28
include:
29
- stage: Code Quality
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require-dev": {
21
"doctrine/coding-standard": "^4.0",
22
- "infection/infection": "^0.8",
+ "infection/infection": "dev-master@dev",
"phpstan/phpdoc-parser": "^0.3@dev",
"phpstan/phpstan": "^0.10@dev",
"phpstan/phpstan-phpunit": "^0.10@dev",
0 commit comments