Skip to content

Commit

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

composer(deps): bump friendsofphp/php-cs-fixer from 2.18.2 to 2.18.6
  • Loading branch information
ergebnis-bot authored Apr 20, 2021
2 parents b265740 + 5d207c0 commit 97d2c98
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 70 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`2.13.0...main`][2.13.0...main].
For a full diff see [`2.13.1...main`][2.13.1...main].

## [`2.13.1`][2.13.1]

For a full diff see [`2.13.0...2.13.1`][2.13.0...2.13.1].

### Fixed

* Stopped using deprecated configuration for `class_attributes_separation` fixer ([#354]), by [@localheinz]
* Updated `friendsofphp/php-cs-fixer` ([#392]), by [@dependabot]

## [`2.13.0`][2.13.0]

Expand Down Expand Up @@ -292,6 +297,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[2.12.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.12.0
[2.12.1]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.12.1
[2.13.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.13.0
[2.13.1]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.13.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 @@ -319,7 +325,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[2.11.0...2.12.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.11.0...2.12.0
[2.12.0...2.12.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.12.0...2.12.1
[2.12.1...2.13.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.12.1...2.13.0
[2.13.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.13.0...main
[2.13.0...2.13.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.13.0...2.13.1
[2.13.1...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.13.0...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 @@ -382,6 +389,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#350]: https://github.com/ergebnis/php-cs-fixer-config/pull/350
[#352]: https://github.com/ergebnis/php-cs-fixer-config/pull/352
[#354]: https://github.com/ergebnis/php-cs-fixer-config/pull/354
[#392]: https://github.com/ergebnis/php-cs-fixer-config/pull/392

[@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 @@ -13,7 +13,7 @@
"require": {
"php": "^7.2 || ^8.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~2.18.2"
"friendsofphp/php-cs-fixer": "~2.18.6"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.13.3",
Expand Down
Loading

0 comments on commit 97d2c98

Please sign in to comment.