Skip to content

Commit 5aedd89

Browse files
committed
Update PHP-CS-Fixer rules
1 parent 668d3df commit 5aedd89

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
'@Symfony' => true,
2020
'@Symfony:risky' => true,
2121
'@DoctrineAnnotation' => true,
22-
'@PHP81Migration' => true,
23-
'@PHP80Migration:risky' => true,
24-
'@PHPUnit100Migration:risky' => true,
22+
'@PHP8x1Migration' => true,
23+
'@PHP8x0Migration:risky' => true,
24+
'@PHPUnit10x0Migration: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
@@ -25,7 +25,7 @@
2525
"php": "^8.1"
2626
},
2727
"require-dev": {
28-
"friendsofphp/php-cs-fixer": "^3.0",
28+
"friendsofphp/php-cs-fixer": "^3.88",
2929
"phpstan/phpstan": "^1.9",
3030
"phpunit/phpunit": "^10"
3131
},

0 commit comments

Comments
 (0)