diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5427c6..922f1d24 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.28.0...main`][6.28.0...main]. +### Fixed + +- Updated `friendsofphp/php-cs-fixer` ([#1062]), by [@dependabot] + ## [`6.28.0`][6.28.0] For a full diff see [`6.27.0...6.28.0`][6.27.0...6.28.0]. @@ -1633,6 +1637,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#1058]: https://github.com/ergebnis/php-cs-fixer-config/pull/1058 [#1060]: https://github.com/ergebnis/php-cs-fixer-config/pull/1060 [#1061]: https://github.com/ergebnis/php-cs-fixer-config/pull/1061 +[#1062]: https://github.com/ergebnis/php-cs-fixer-config/pull/1062 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler diff --git a/composer.json b/composer.json index 49f00b5c..0ca0b826 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "ext-filter": "*", "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.4", - "friendsofphp/php-cs-fixer": "~3.56.0", + "friendsofphp/php-cs-fixer": "~3.56.1", "kubawerlos/php-cs-fixer-custom-fixers": "~3.21.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 9b549514..e87bc7ed 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": "f3aa2c8240600ec6a96b40b9d1e7f6cc", + "content-hash": "b7ddab07d3d55a3556472df752ae2b43", "packages": [ { "name": "composer/pcre", @@ -292,16 +292,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.56.0", + "version": "v3.56.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "4429303e62a4ce583ddfe64ff5c34c76bcf74931" + "reference": "69c6168ae8bc96dc656c7f6c7271120a68ae5903" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4429303e62a4ce583ddfe64ff5c34c76bcf74931", - "reference": "4429303e62a4ce583ddfe64ff5c34c76bcf74931", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/69c6168ae8bc96dc656c7f6c7271120a68ae5903", + "reference": "69c6168ae8bc96dc656c7f6c7271120a68ae5903", "shasum": "" }, "require": { @@ -373,7 +373,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.56.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.56.1" }, "funding": [ { @@ -381,7 +381,7 @@ "type": "github" } ], - "time": "2024-05-07T15:50:05+00:00" + "time": "2024-05-10T11:31:15+00:00" }, { "name": "kubawerlos/php-cs-fixer-custom-fixers",