Skip to content

Commit

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

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 3.4.0 to 4.3.0
  • Loading branch information
localheinz authored Mar 9, 2022
2 parents 9fd09bc + 30f3406 commit 4077aed
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 100 deletions.
6 changes: 3 additions & 3 deletions .php-cs-fixer.fixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2020 Andreas Möller
* Copyright (c) 2020-2022 Andreas Möller
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand All @@ -18,10 +18,10 @@
__DIR__ . '/LICENSE.md',
License\Range::since(
License\Year::fromString('2020'),
new \DateTimeZone('UTC')
new \DateTimeZone('UTC'),
),
License\Holder::fromString('Andreas Möller'),
License\Url::fromString('https://github.com/ergebnis/factory-bot')
License\Url::fromString('https://github.com/ergebnis/factory-bot'),
);

$license->save();
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.24.0",
"ergebnis/license": "^1.2.0",
"ergebnis/php-cs-fixer-config": "^3.4.0",
"ergebnis/php-cs-fixer-config": "^4.3.0",
"ergebnis/phpstan-rules": "^1.0.0",
"infection/infection": "~0.26.6",
"phpstan/extension-installer": "^1.1.0",
Expand Down
Loading

0 comments on commit 4077aed

Please sign in to comment.