From 1e558b1988aec3b51ca236d92174d9da1d0984d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 03:24:39 +0000 Subject: [PATCH] Bump friendsofphp/php-cs-fixer from 2.17.0 to 2.17.1 Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.17.0 to 2.17.1. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.17/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.0...v2.17.1) Signed-off-by: dependabot[bot] --- composer.lock | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 679e4fdbd..c8173abc1 100644 --- a/composer.lock +++ b/composer.lock @@ -11079,16 +11079,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.17.0", + "version": "v2.17.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "5274ce3d3200a2b374baa42143cb9dfcdcc2fa52" + "reference": "5198b7308ed63f26799387fd7f3901c3db6bd7fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/5274ce3d3200a2b374baa42143cb9dfcdcc2fa52", - "reference": "5274ce3d3200a2b374baa42143cb9dfcdcc2fa52", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/5198b7308ed63f26799387fd7f3901c3db6bd7fd", + "reference": "5198b7308ed63f26799387fd7f3901c3db6bd7fd", "shasum": "" }, "require": { @@ -11135,11 +11135,6 @@ "php-cs-fixer" ], "type": "application", - "extra": { - "branch-alias": { - "dev-master": "2.17-dev" - } - }, "autoload": { "psr-4": { "PhpCsFixer\\": "src/" @@ -11178,7 +11173,7 @@ "type": "github" } ], - "time": "2020-12-07T20:43:00+00:00" + "time": "2020-12-08T13:47:02+00:00" }, { "name": "m6web/redis-mock",