We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f80a80b + 835a194 commit fcc1eeaCopy full SHA for fcc1eea
composer.json
@@ -21,7 +21,7 @@
21
"phpstan/phpstan": "^0.12",
22
"roave/security-advisories": "dev-latest",
23
"infection/infection": "^0.21.0",
24
- "bitexpert/captainhook-infection": "^0.1.0",
+ "bitexpert/captainhook-infection": "^0.3.0",
25
"phpstan/phpstan-strict-rules": "^0.12.9",
26
"phly/keep-a-changelog": "^2.11"
27
},
@@ -46,5 +46,8 @@
46
"test": "vendor/bin/phpunit",
47
"infection": "vendor/bin/infection -j4 --ignore-msi-with-no-mutations --only-covered",
48
"coverage": "vendor/bin/phpunit --coverage-clover clover.xml"
49
+ },
50
+ "config": {
51
+ "sort-packages": true
52
}
53
0 commit comments