Skip to content

Commit

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

composer(deps): bump friendsofphp/php-cs-fixer from 2.17.1 to 2.17.2
  • Loading branch information
ergebnis-bot authored Dec 22, 2020
2 parents d1eabeb + 0f1c6dc commit 74dd75c
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 118 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ For a full diff see [`2.8.0...main`][2.8.0...main].
* Enabled and configured `php_unit_test_case_static_method_calls` fixer for `Ergebnis\PhpCsFixer\Config\RuleSet\PhpUnit` ([#301]), by [@localheinz]
* Enabled `php_unit_set_up_tear_down_visibility` fixer for `Ergebnis\PhpCsFixer\Config\RuleSet\PhpUnit` ([#303]), by [@localheinz]

### Fixed

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

## [`2.8.0`][2.8.0]

For a full diff see [`2.7.0...2.8.0`][2.7.0...2.8.0].
Expand Down Expand Up @@ -275,6 +279,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#300]: https://github.com/ergebnis/php-cs-fixer-config/pull/300
[#301]: https://github.com/ergebnis/php-cs-fixer-config/pull/301
[#303]: https://github.com/ergebnis/php-cs-fixer-config/pull/303
[#304]: https://github.com/ergebnis/php-cs-fixer-config/pull/304

[@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.17.1"
"friendsofphp/php-cs-fixer": "~2.17.2"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.11.0",
Expand Down
Loading

0 comments on commit 74dd75c

Please sign in to comment.