Skip to content

Commit

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

composer(deps): bump friendsofphp/php-cs-fixer from 3.9.1 to 3.9.2
  • Loading branch information
localheinz committed Jul 12, 2022
2 parents 5174b22 + 005d86a commit eb7e34d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`4.5.0...main`][4.5.0...main].
For a full diff see [`4.5.1...main`][4.5.1...main].

## [`4.5.1`][4.5.1]

For a full diff see [`4.5.0...4.5.1`][4.5.0...4.5.1].

### Fixed

- Updated `friendsofphp/php-cs-fixer` ([#630]), by [@dependabot]

## [`4.5.0`][4.5.0]

Expand Down Expand Up @@ -491,6 +499,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[4.3.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.3.0
[4.4.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.4.0
[4.5.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.5.0
[4.5.1]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.5.1

[d899e77...1.0.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/d899e77...1.0.0
[1.0.0...1.1.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/1.0.0...1.1.0
Expand Down Expand Up @@ -533,7 +542,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[4.2.0...4.3.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.2.0...4.3.0
[4.3.0...4.4.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.3.0...4.4.0
[4.4.0...4.5.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.4.0...4.5.0
[4.5.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.0...main
[4.5.0...4.5.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.0...4.5.1
[4.5.1...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.1...main

[#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3
[#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14
Expand Down Expand Up @@ -663,6 +673,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#627]: https://github.com/ergebnis/php-cs-fixer-config/pull/627
[#628]: https://github.com/ergebnis/php-cs-fixer-config/pull/628
[#629]: https://github.com/ergebnis/php-cs-fixer-config/pull/629
[#630]: https://github.com/ergebnis/php-cs-fixer-config/pull/630

[@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 @@ -17,7 +17,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~3.9.1"
"friendsofphp/php-cs-fixer": "~3.9.2"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.28.3",
Expand Down
14 changes: 7 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 eb7e34d

Please sign in to comment.