Skip to content

Commit

Permalink
Merge pull request #1002 from ergebnis/dependabot/composer/ergebnis/p…
Browse files Browse the repository at this point in the history
…hp-cs-fixer-config-5.0.0

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 4.9.0 to 5.0.0
  • Loading branch information
localheinz authored Dec 1, 2022
2 parents 738d9c0 + 87055a0 commit c8f4d5e
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 84 deletions.
4 changes: 3 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

$license->save();

$config = PhpCsFixer\Config\Factory::fromRuleSet(new PhpCsFixer\Config\RuleSet\Php80($license->header()));
$config = PhpCsFixer\Config\Factory::fromRuleSet(new PhpCsFixer\Config\RuleSet\Php80($license->header()), [
'no_useless_concat_operator' => false,
]);

$config->getFinder()
->exclude([
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require-dev": {
"composer/composer": "^2.3.9",
"ergebnis/license": "^2.1.0",
"ergebnis/php-cs-fixer-config": "^4.9.0",
"ergebnis/php-cs-fixer-config": "^5.0.0",
"fakerphp/faker": "^1.20.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "~0.18.3",
Expand Down
Loading

0 comments on commit c8f4d5e

Please sign in to comment.