Skip to content

Commit

Permalink
Merge pull request #473 from kukulich/phpunit10.1
Browse files Browse the repository at this point in the history
Bump phpunit/phpunit 10.1.0 and infection/infection to 0.26.20
  • Loading branch information
Ocramius committed Apr 16, 2023
2 parents 69635b5 + 009d3cf commit 23579f3
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 106 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -14,14 +14,14 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"infection/infection": "0.26.19",
"infection/infection": "0.26.20",
"ocramius/package-versions": "^2.7.0",
"sanmai/later": "^0.1.2",
"vimeo/psalm": "^4.30.0 || ^5.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"phpunit/phpunit": "^10.0.19"
"phpunit/phpunit": "^10.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 23579f3

Please sign in to comment.