Skip to content

Commit

Permalink
Merge pull request #14 from shochdoerfer/feature/dependency_upgrade
Browse files Browse the repository at this point in the history
Upgrade Composer dependencies
  • Loading branch information
shochdoerfer committed Feb 20, 2021
2 parents f80a80b + 835a194 commit fcc1eea
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 77 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"phpstan/phpstan": "^0.12",
"roave/security-advisories": "dev-latest",
"infection/infection": "^0.21.0",
"bitexpert/captainhook-infection": "^0.1.0",
"bitexpert/captainhook-infection": "^0.3.0",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phly/keep-a-changelog": "^2.11"
},
Expand All @@ -46,5 +46,8 @@
"test": "vendor/bin/phpunit",
"infection": "vendor/bin/infection -j4 --ignore-msi-with-no-mutations --only-covered",
"coverage": "vendor/bin/phpunit --coverage-clover clover.xml"
},
"config": {
"sort-packages": true
}
}

0 comments on commit fcc1eea

Please sign in to comment.