Skip to content

Commit 4d1e864

Browse files
committed
Upgrade PHPUnit 10
1 parent 7deae12 commit 4d1e864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'@DoctrineAnnotation' => true,
2222
'@PHP74Migration' => true,
2323
'@PHP74Migration:risky' => true,
24-
'@PHPUnit84Migration:risky' => true,
24+
'@PHPUnit100Migration:risky' => true,
2525
'array_syntax' => ['syntax' => 'short'],
2626
'fopen_flags' => true,
2727
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.0",
2525
"phpstan/phpstan": "^2.1",
26-
"phpunit/phpunit": "^9.0"
26+
"phpunit/phpunit": "^10.0"
2727
},
2828
"config": {
2929
"sort-packages": true

0 commit comments

Comments
 (0)