From d0a3f5e38f89d8567dc8cc3ee41502a2052b6005 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 19:09:44 +0000 Subject: [PATCH] Build(deps): Bump friendsofphp/php-cs-fixer from 2.16.2 to 2.16.3 Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.16.2 to 2.16.3. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.2...v2.16.3) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9add61be..54c4d7b4 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^7.1", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~2.16.2" + "friendsofphp/php-cs-fixer": "~2.16.3" }, "require-dev": { "ergebnis/composer-normalize": "^2.3.2", diff --git a/composer.lock b/composer.lock index 53c2a73f..0a284113 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": "9d0ae8f9cf73503ce8222c3359fbced6", + "content-hash": "cb8d3a2b3487d8e1fad245e487bc0b39", "packages": [ { "name": "composer/semver", @@ -242,16 +242,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.16.2", + "version": "v2.16.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239" + "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c460a3cbaa58f983fe026cd52c45950bf61e9239", - "reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0", + "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0", "shasum": "" }, "require": { @@ -329,7 +329,7 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2020-04-10T21:08:06+00:00" + "time": "2020-04-15T18:51:10+00:00" }, { "name": "paragonie/random_compat",