Skip to content

Commit 0ce836e

Browse files
committed
Update PHP-CS-Fixer to support PHP 8.5
1 parent 5c10f1a commit 0ce836e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
return (new PhpCsFixer\Config())
3131
// @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777
3232
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
33-
->setUnsupportedPhpVersionAllowed(true)
3433
->setRules([
3534
'@Symfony' => true,
3635
'@Symfony:risky' => true,

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require-dev": {
99
"php": ">=8.2",
1010
"deptrac/deptrac": "^4.2",
11-
"php-cs-fixer/shim": "^3.75",
11+
"php-cs-fixer/shim": "^3.91.2",
1212
"phpstan/phpstan-strict-rules": "^2.0",
1313
"symfony/filesystem": "^7.3|^8.0",
1414
"symfony/finder": "^7.3|^8.0"

0 commit comments

Comments
 (0)