Skip to content

Commit e5caf10

Browse files
committed
Use "@PHPUnit84Migration:risky" rule set
1 parent 592d98a commit e5caf10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.php_cs.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ return PhpCsFixer\Config::create()
1919
'@Symfony' => true,
2020
'@Symfony:risky' => true,
2121
'@DoctrineAnnotation' => true,
22-
'@PHP56Migration' => true,
23-
'@PHP56Migration:risky' => true,
2422
'@PHP71Migration' => true,
2523
'@PHP71Migration:risky' => true,
24+
'@PHPUnit84Migration:risky' => true,
2625
'array_syntax' => ['syntax' => 'short'],
2726
'fopen_flags' => true,
2827
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^2.17.1",
29-
"phpunit/phpunit": "^8.0"
29+
"phpunit/phpunit": "^8.4"
3030
},
3131
"config": {
3232
"sort-packages": true

0 commit comments

Comments
 (0)