diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f07603..a4aeebc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 [`2.12.0...main`][2.12.0...main]. +For a full diff see [`2.12.0...main`][2.12.1...main]. + +## [`2.12.1`][2.12.1] + +For a full diff see [`2.12.0...2.12.1`][2.12.0...2.12.1]. + +### Fixed + +* Updated `friendsofphp/php-cs-fixer` ([#348]), by [@dependabot] ## [`2.12.0`][2.12.0] @@ -269,6 +277,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [2.10.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.10.0 [2.11.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.11.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 [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 @@ -294,7 +303,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [2.9.0...2.10.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.9.0...2.10.0 [2.10.0...2.11.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.10.0...2.11.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...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.12.0...main +[2.12.0...2.12.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.12.0...2.12.1 +[2.12.1...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.12.1...main [#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3 [#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14 @@ -353,6 +363,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#337]: https://github.com/ergebnis/php-cs-fixer-config/pull/337 [#343]: https://github.com/ergebnis/php-cs-fixer-config/pull/343 [#344]: https://github.com/ergebnis/php-cs-fixer-config/pull/344 +[#348]: https://github.com/ergebnis/php-cs-fixer-config/pull/348 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler diff --git a/composer.json b/composer.json index 4911a4d2..42a27341 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^7.2 || ^8.0", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~2.18.1" + "friendsofphp/php-cs-fixer": "~2.18.2" }, "replace": { "symfony/polyfill-php70": "*", diff --git a/composer.lock b/composer.lock index f3c1334a..20d61118 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "35c144a53b7e436b574d1e45c0d52c3a", + "content-hash": "5079f6bf95107b89201b385199ade111", "packages": [ { "name": "composer/semver", @@ -289,16 +289,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.18.1", + "version": "v2.18.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "c68ff6231adb276857761e43b7ed082f164dce0b" + "reference": "18f8c9d184ba777380794a389fabc179896ba913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c68ff6231adb276857761e43b7ed082f164dce0b", - "reference": "c68ff6231adb276857761e43b7ed082f164dce0b", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913", + "reference": "18f8c9d184ba777380794a389fabc179896ba913", "shasum": "" }, "require": { @@ -384,7 +384,7 @@ "type": "github" } ], - "time": "2021-01-21T18:50:42+00:00" + "time": "2021-01-26T00:22:21+00:00" }, { "name": "php-cs-fixer/diff",