Skip to content

Commit 660f1b9

Browse files
committed
Update PHP-CS-Fixer rules
1 parent 12dd921 commit 660f1b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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
@@ -26,7 +26,7 @@
2626
"doctrine/cache": "^1.11|^2.0",
2727
"doctrine/data-fixtures": "^1.4.1",
2828
"fakerphp/faker": "^1.9",
29-
"friendsofphp/php-cs-fixer": "^3.0",
29+
"friendsofphp/php-cs-fixer": "^3.88",
3030
"phpunit/phpunit": "^10.0",
3131
"symfony/cache": "*",
3232
"vimeo/psalm": "^5"

0 commit comments

Comments
 (0)