Skip to content

Commit 7068837

Browse files
authored
Merge pull request #1156 from lcobucci/drop_phpunit_12
Drop PHPUnit 12 support
2 parents 5a13ffc + 1808a1c commit 7068837

File tree

2 files changed

+484
-331
lines changed

2 files changed

+484
-331
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"require-dev": {
2626
"infection/infection": "^0.32.6",
27-
"lcobucci/clock": "^3.5.0",
27+
"lcobucci/clock": "^3.6.0",
2828
"lcobucci/coding-standard": "^12.0",
29-
"phpbench/phpbench": "^1.4.3",
29+
"phpbench/phpbench": "^1.6.1",
3030
"phpstan/extension-installer": "^1.4.3",
31-
"phpstan/phpstan": "^2.1.40",
31+
"phpstan/phpstan": "^2.1.47",
3232
"phpstan/phpstan-deprecation-rules": "^2.0.4",
3333
"phpstan/phpstan-phpunit": "^2.0.16",
3434
"phpstan/phpstan-strict-rules": "^2.0.10",
35-
"phpunit/phpunit": "^12.5.14 || ^13.0.5"
35+
"phpunit/phpunit": "^13.1.3"
3636
},
3737
"suggest": {
3838
"lcobucci/clock": ">= 3.2"

0 commit comments

Comments
 (0)