Skip to content

Commit

Permalink
Merge pull request #972 from ergebnis/dependabot/composer/friendsofph…
Browse files Browse the repository at this point in the history
…p/php-cs-fixer-3.46.0

composer(deps): Bump friendsofphp/php-cs-fixer from 3.45.0 to 3.46.0
  • Loading branch information
localheinz authored Jan 3, 2024
2 parents 3879fb7 + cf23215 commit ebb5e51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__DIR__ . '/LICENSE.md',
License\Range::since(
License\Year::fromString('2019'),
new \DateTimeZone('UTC'),
new DateTimeZone('UTC'),
),
License\Holder::fromString('Andreas Möller'),
License\Url::fromString('https://github.com/ergebnis/php-cs-fixer-config'),
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For a full diff see [`6.17.0...main`][6.17.0...main].
### Changed

- Updated `kubawerlos/php-cs-fixer-custom-fixers` ([#970]), by [@dependabot]
- Updated `friendsofphp/php-cs-fixer` ([#971]), by [@dependabot]

## [`6.17.0`][6.17.0]

Expand Down Expand Up @@ -1468,6 +1469,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#968]: https://github.com/ergebnis/php-cs-fixer-config/pull/968
[#969]: https://github.com/ergebnis/php-cs-fixer-config/pull/969
[#970]: https://github.com/ergebnis/php-cs-fixer-config/pull/970
[#971]: https://github.com/ergebnis/php-cs-fixer-config/pull/971

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-filter": "*",
"erickskrauch/php-cs-fixer-custom-fixers": "~1.2.1",
"friendsofphp/php-cs-fixer": "~3.45.0",
"friendsofphp/php-cs-fixer": "~3.46.0",
"kubawerlos/php-cs-fixer-custom-fixers": "~3.18.0"
},
"require-dev": {
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

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

0 comments on commit ebb5e51

Please sign in to comment.