Skip to content

Commit b233865

Browse files
authored
Merge pull request #1151 from lcobucci/phpunit_13
Add PHPUnit 13 support, drop unused `sebastian/recursion-context` dependency
2 parents b8308d8 + f2a3c4b commit b233865

File tree

2 files changed

+53
-50
lines changed

2 files changed

+53
-50
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"

composer.lock

Lines changed: 47 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)