Skip to content

Commit 23579f3

Browse files
authored
Merge pull request #473 from kukulich/phpunit10.1
Bump phpunit/phpunit 10.1.0 and infection/infection to 0.26.20
2 parents 69635b5 + 009d3cf commit 23579f3

File tree

4 files changed

+113
-106
lines changed

4 files changed

+113
-106
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
],
1515
"require": {
1616
"php": "~8.1.0 || ~8.2.0",
17-
"infection/infection": "0.26.19",
17+
"infection/infection": "0.26.20",
1818
"ocramius/package-versions": "^2.7.0",
1919
"sanmai/later": "^0.1.2",
2020
"vimeo/psalm": "^4.30.0 || ^5.0.0"
2121
},
2222
"require-dev": {
2323
"doctrine/coding-standard": "^11.1.0",
24-
"phpunit/phpunit": "^10.0.19"
24+
"phpunit/phpunit": "^10.1.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)