Skip to content

Commit

Permalink
Merge pull request #534 from ergebnis/dependabot/composer/phpunit/php…
Browse files Browse the repository at this point in the history
…unit-9.5.18

composer(deps-dev): bump phpunit/phpunit from 9.5.13 to 9.5.18
  • Loading branch information
localheinz committed Mar 9, 2022
2 parents 3fec7c8 + 15049c3 commit 8f99045
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 56 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
"ergebnis/php-cs-fixer-config": "^4.3.0",
"fakerphp/faker": "^1.19.0",
"infection/infection": "~0.26.6",
"phpunit/phpunit": "^9.5.13",
"phpunit/phpunit": "^9.5.18",
"psalm/plugin-phpunit": "~0.16.1",
"vimeo/psalm": "^4.22.0",
"zendframework/zend-file": "^2.8.3"
Expand Down
111 changes: 58 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infection.json
Expand Up @@ -3,8 +3,8 @@
"logs": {
"text": ".build/infection/infection-log.txt"
},
"minCoveredMsi": 86,
"minMsi": 83,
"minCoveredMsi": 85,
"minMsi": 78,
"phpUnit": {
"configDir": "test\/Unit"
},
Expand Down

0 comments on commit 8f99045

Please sign in to comment.