Skip to content

Commit

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

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 5.16.0 to 6.0.0
  • Loading branch information
localheinz authored Sep 19, 2023
2 parents 7a2295f + 7fdedd8 commit 3b4b80e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 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\Php81($license->header()));
$ruleSet = PhpCsFixer\Config\RuleSet\Php81::create()->withHeader($license->header());

$config = PhpCsFixer\Config\Factory::fromRuleSet($ruleSet);

$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 @@ -24,7 +24,7 @@
"ergebnis/composer-normalize": "^2.29.0",
"ergebnis/data-provider": "^3.0.0",
"ergebnis/license": "^2.2.0",
"ergebnis/php-cs-fixer-config": "^5.16.0",
"ergebnis/php-cs-fixer-config": "^6.0.0",
"ergebnis/phpunit-slow-test-detector": "^2.3.0",
"fakerphp/faker": "^1.23.0",
"infection/infection": "~0.27.2",
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b4b80e

Please sign in to comment.