Skip to content

Commit f2a3c4b

Browse files
committed
Add PHPUnit 13 support, drop unused sebastian/recursion-context dependency
1 parent f1222c6 commit f2a3c4b

File tree

2 files changed

+86
-74
lines changed

2 files changed

+86
-74
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@
2323
"psr/clock": "^1.0"
2424
},
2525
"require-dev": {
26-
"infection/infection": "^0.32.3",
26+
"infection/infection": "^0.32.6",
2727
"lcobucci/clock": "^3.5.0",
2828
"lcobucci/coding-standard": "^11.2",
2929
"phpbench/phpbench": "^1.4.3",
3030
"phpstan/extension-installer": "^1.4.3",
31-
"phpstan/phpstan": "^2.1.38",
32-
"phpstan/phpstan-deprecation-rules": "^2.0.3",
33-
"phpstan/phpstan-phpunit": "^2.0.12",
34-
"phpstan/phpstan-strict-rules": "^2.0.8",
35-
"phpunit/phpunit": "^12.5.8",
36-
"sebastian/recursion-context": "^7.0.1"
31+
"phpstan/phpstan": "^2.1.40",
32+
"phpstan/phpstan-deprecation-rules": "^2.0.4",
33+
"phpstan/phpstan-phpunit": "^2.0.16",
34+
"phpstan/phpstan-strict-rules": "^2.0.10",
35+
"phpunit/phpunit": "^12.5.14 || ^13.0.5"
3736
},
3837
"suggest": {
3938
"lcobucci/clock": ">= 3.2"

0 commit comments

Comments
 (0)