diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 8cffaf99f..a0c728d60 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -41,6 +41,7 @@ ] ) ->setRiskyAllowed(true) + ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__ . '/resources') diff --git a/composer.json b/composer.json index 66bcd45a3..c91f61fba 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "ext-json": "*", "ext-sqlite3": "*", - "friendsofphp/php-cs-fixer": "^3.52.1", + "friendsofphp/php-cs-fixer": "^3.59.3", "nikic/php-parser": "^5.0", "php-coord/datapack-africa": "dev-master", "php-coord/datapack-antarctic": "dev-master",