Skip to content

Commit fcc1eea

Browse files
authored
Merge pull request #14 from shochdoerfer/feature/dependency_upgrade
Upgrade Composer dependencies
2 parents f80a80b + 835a194 commit fcc1eea

File tree

2 files changed

+84
-77
lines changed

2 files changed

+84
-77
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"phpstan/phpstan": "^0.12",
2222
"roave/security-advisories": "dev-latest",
2323
"infection/infection": "^0.21.0",
24-
"bitexpert/captainhook-infection": "^0.1.0",
24+
"bitexpert/captainhook-infection": "^0.3.0",
2525
"phpstan/phpstan-strict-rules": "^0.12.9",
2626
"phly/keep-a-changelog": "^2.11"
2727
},
@@ -46,5 +46,8 @@
4646
"test": "vendor/bin/phpunit",
4747
"infection": "vendor/bin/infection -j4 --ignore-msi-with-no-mutations --only-covered",
4848
"coverage": "vendor/bin/phpunit --coverage-clover clover.xml"
49+
},
50+
"config": {
51+
"sort-packages": true
4952
}
5053
}

0 commit comments

Comments
 (0)