diff --git a/CHANGELOG.md b/CHANGELOG.md index 0565916a..c3d0e4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), For a full diff see [`6.2.0...main`][6.2.0...main]. +### Changed + +- Updated `friendsofphp/php-cs-fixer` ([#896]), by [@dependabot] + ## [`6.2.0`][6.2.0] For a full diff see [`6.1.0...6.2.0`][6.1.0...6.2.0]. @@ -1235,6 +1239,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#892]: https://github.com/ergebnis/php-cs-fixer-config/pull/892 [#893]: https://github.com/ergebnis/php-cs-fixer-config/pull/893 [#894]: https://github.com/ergebnis/php-cs-fixer-config/pull/894 +[#896]: https://github.com/ergebnis/php-cs-fixer-config/pull/896 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler diff --git a/composer.json b/composer.json index dc3b671e..65f0491a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "~8.1.0 || ~8.2.0", "ext-filter": "*", "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.0", - "friendsofphp/php-cs-fixer": "~3.27.0", + "friendsofphp/php-cs-fixer": "~3.28.0", "kubawerlos/php-cs-fixer-custom-fixers": "~3.16.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 4f192bf8..a87da4f5 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": "97122b369e238216a914c3f50ed578f8", + "content-hash": "6de5729be739ba6e57bab5673d769c31", "packages": [ { "name": "composer/pcre", @@ -288,16 +288,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.27.0", + "version": "v3.28.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "e73ccaae1208f017bb7860986eebb3da48bd25d6" + "reference": "113e09fea3d2306319ffaa2423fe3de768b28cff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/e73ccaae1208f017bb7860986eebb3da48bd25d6", - "reference": "e73ccaae1208f017bb7860986eebb3da48bd25d6", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/113e09fea3d2306319ffaa2423fe3de768b28cff", + "reference": "113e09fea3d2306319ffaa2423fe3de768b28cff", "shasum": "" }, "require": { @@ -371,7 +371,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.27.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.28.0" }, "funding": [ { @@ -379,7 +379,7 @@ "type": "github" } ], - "time": "2023-09-17T14:37:54+00:00" + "time": "2023-09-22T20:43:40+00:00" }, { "name": "kubawerlos/php-cs-fixer-custom-fixers",