diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6626fa..2d7271e3 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.27.0...main`][6.27.0...main]. +### Changed + +- Updated `friendsofphp/php-cs-fixer` ([#1061]), by [@dependabot] + ## [`6.27.0`][6.27.0] For a full diff see [`6.26.0...6.27.0`][6.26.0...6.27.0]. @@ -1623,6 +1627,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#1051]: https://github.com/ergebnis/php-cs-fixer-config/pull/1051 [#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 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler diff --git a/composer.json b/composer.json index 9fb2688c..bb8b23d9 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.55.0", + "friendsofphp/php-cs-fixer": "~3.56.0", "kubawerlos/php-cs-fixer-custom-fixers": "~3.21.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 4b466ad1..78d8d2dc 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": "0ac4075905de95c793b4f1a3f911873f", + "content-hash": "081d7ba5d81e719398958132ead86e04", "packages": [ { "name": "composer/pcre", @@ -160,16 +160,16 @@ }, { "name": "composer/xdebug-handler", - "version": "3.0.4", + "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255" + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255", - "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", "shasum": "" }, "require": { @@ -206,7 +206,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.4" + "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" }, "funding": [ { @@ -222,7 +222,7 @@ "type": "tidelift" } ], - "time": "2024-03-26T18:29:49+00:00" + "time": "2024-05-06T16:37:16+00:00" }, { "name": "erickskrauch/php-cs-fixer-custom-fixers", @@ -292,16 +292,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.55.0", + "version": "v3.56.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "c9eeacb559bfa0bcc7f778cfb7b42715c83d2c7e" + "reference": "4429303e62a4ce583ddfe64ff5c34c76bcf74931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/c9eeacb559bfa0bcc7f778cfb7b42715c83d2c7e", - "reference": "c9eeacb559bfa0bcc7f778cfb7b42715c83d2c7e", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4429303e62a4ce583ddfe64ff5c34c76bcf74931", + "reference": "4429303e62a4ce583ddfe64ff5c34c76bcf74931", "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.55.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.56.0" }, "funding": [ { @@ -381,7 +381,7 @@ "type": "github" } ], - "time": "2024-05-06T00:10:15+00:00" + "time": "2024-05-07T15:50:05+00:00" }, { "name": "kubawerlos/php-cs-fixer-custom-fixers",