diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fcdfd1..502dfa00 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 [`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] @@ -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 @@ -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 @@ -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 diff --git a/composer.json b/composer.json index 99c983ed..557aa467 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 24cbe833..749fa600 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": "2e2d2bb56c3ef47fd16e1f221861071e", + "content-hash": "f5b749231ad14ca9ba95f475f6cf76ac", "packages": [ { "name": "composer/pcre", @@ -375,16 +375,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.1", + "version": "v3.9.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "94441633b80495464eb34eb3f7d63445221b2585" + "reference": "9b23c42f4d063f9e3aad823500e0940348b5ed63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/94441633b80495464eb34eb3f7d63445221b2585", - "reference": "94441633b80495464eb34eb3f7d63445221b2585", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/9b23c42f4d063f9e3aad823500e0940348b5ed63", + "reference": "9b23c42f4d063f9e3aad823500e0940348b5ed63", "shasum": "" }, "require": { @@ -452,7 +452,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.1" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.2" }, "funding": [ { @@ -460,7 +460,7 @@ "type": "github" } ], - "time": "2022-07-11T08:51:43+00:00" + "time": "2022-07-11T17:53:00+00:00" }, { "name": "php-cs-fixer/diff",