Skip to content

Commit bc5185a

Browse files
committed
Update PHP-CS-Fixer rules
1 parent 20b4b9a commit bc5185a

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
@@ -21,9 +21,9 @@
2121
'@Symfony' => true,
2222
'@Symfony:risky' => true,
2323
'@DoctrineAnnotation' => true,
24-
'@PHP81Migration' => true,
25-
'@PHP80Migration:risky' => true,
26-
'@PHPUnit100Migration:risky' => true,
24+
'@PHP8x1Migration' => true,
25+
'@PHP8x0Migration:risky' => true,
26+
'@PHPUnit10x0Migration:risky' => true,
2727
'array_syntax' => ['syntax' => 'short'],
2828
'fopen_flags' => true,
2929
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dg/bypass-finals": "^1.3",
5353
"doctrine/data-fixtures": "^1.5.3|^2.0",
5454
"doctrine/doctrine-fixtures-bundle": "^3.4.2|^4.0",
55-
"friendsofphp/php-cs-fixer": "^3.0",
55+
"friendsofphp/php-cs-fixer": "^3.88",
5656
"phpunit/phpunit": "^10.0",
5757
"symfony/dom-crawler": "^6.4|^7.4|^8.0",
5858
"symfony/panther": "^2.3",

0 commit comments

Comments
 (0)