From 4e9a59ff16199a9c7f827d7ada692205b388bdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 07:45:27 +0000 Subject: [PATCH 1/2] composer(deps): bump friendsofphp/php-cs-fixer from 3.9.3 to 3.9.4 Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 19ba262d..2bc7d098 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.3" + "friendsofphp/php-cs-fixer": "~3.9.4" }, "require-dev": { "ergebnis/composer-normalize": "^2.28.3", diff --git a/composer.lock b/composer.lock index 827fa572..fb405fe6 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": "c716cbd0b2cc20c7a6bebc76ef89f6b8", + "content-hash": "0c63169ad137e07037f5c041b96a6b9b", "packages": [ { "name": "composer/pcre", @@ -375,16 +375,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.3", + "version": "v3.9.4", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1" + "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bad87e63d7d87efa5e82aa4feafa52df6a37e6c1", - "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", + "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", "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.3" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.4" }, "funding": [ { @@ -460,7 +460,7 @@ "type": "github" } ], - "time": "2022-07-13T09:53:20+00:00" + "time": "2022-07-15T21:04:49+00:00" }, { "name": "php-cs-fixer/diff", From 3b4ab278ffafea707d8fc1e75e8300266fe670c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 16 Jul 2022 10:34:29 +0200 Subject: [PATCH 2/2] Fix: Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74192323..e773c004 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.2...main`][4.5.2...main]. +For a full diff see [`4.5.3...main`][4.5.3...main]. + +## [`4.5.3`][4.5.3] + +For a full diff see [`4.5.2...4.5.3`][4.5.2...4.5.3]. + +### Fixed + +- Updated `friendsofphp/php-cs-fixer` ([#633]), by [@dependabot] ## [`4.5.2`][4.5.2] @@ -509,6 +517,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.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 [4.5.2]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.5.2 +[4.5.3]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.5.3 [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 @@ -553,7 +562,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.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...4.5.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.0...4.5.1 [4.5.1...4.5.2]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.1...4.5.2 -[4.5.2...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.2...main +[4.5.2...4.5.3]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.2...4.5.3 +[4.5.3...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.5.3...main [#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3 [#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14 @@ -685,6 +695,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#629]: https://github.com/ergebnis/php-cs-fixer-config/pull/629 [#630]: https://github.com/ergebnis/php-cs-fixer-config/pull/630 [#632]: https://github.com/ergebnis/php-cs-fixer-config/pull/632 +[#633]: https://github.com/ergebnis/php-cs-fixer-config/pull/633 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler