Skip to content

Commit 57ef243

Browse files
committed
minor #1037 Update PHP-CS-Fixer to support PHP 8.5 (lyrixx)
This PR was merged into the main branch. Discussion ---------- Update PHP-CS-Fixer to support PHP 8.5 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- 0ce836e Update PHP-CS-Fixer to support PHP 8.5
2 parents 5c10f1a + 0ce836e commit 57ef243

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)