Skip to content

Commit

Permalink
Bump PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jun 21, 2024
1 parent bf32264 commit cb3077c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
]
)
->setRiskyAllowed(true)
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setFinder(
PhpCsFixer\Finder::create()
->in(__DIR__ . '/resources')
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb3077c

Please sign in to comment.