Skip to content

Commit

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

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.19.0 to 6.20.0
  • Loading branch information
localheinz authored Jan 29, 2024
2 parents a66e588 + abcaf35 commit 6cd6df0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 27 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ergebnis/composer-normalize": "^2.28.3",
"ergebnis/data-provider": "^3.2.0",
"ergebnis/license": "^2.4.0",
"ergebnis/php-cs-fixer-config": "^6.19.0",
"ergebnis/php-cs-fixer-config": "^6.20.0",
"fakerphp/faker": "^1.23.1",
"psalm/plugin-phpunit": "~0.18.4",
"rector/rector": "~0.19.2",
Expand Down
48 changes: 26 additions & 22 deletions composer.lock

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

8 changes: 4 additions & 4 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function bootstrap(
return;
}

throw new \RuntimeException(\sprintf(
'Unable to select extension for PHPUnit version with version series "%s".',
Runner\Version::series(),
));
throw new \RuntimeException(\sprintf(
'Unable to select extension for PHPUnit version with version series "%s".',
Runner\Version::series(),
));

0 comments on commit 6cd6df0

Please sign in to comment.