Skip to content

Commit

Permalink
Merge pull request #696 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.15.1 to 6.0.0
  • Loading branch information
localheinz committed Sep 18, 2023
2 parents 078b4a5 + 1702d1e commit dea1761
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
4 changes: 3 additions & 1 deletion .php-cs-fixer.php
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
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.37.0",
"ergebnis/data-provider": "^3.0.0",
"ergebnis/php-cs-fixer-config": "^5.15.1",
"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
36 changes: 18 additions & 18 deletions composer.lock

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

0 comments on commit dea1761

Please sign in to comment.