From a0a7547804132e9b0139d490372ce3e34ccafbd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 08:20:39 +0000 Subject: [PATCH] Build(deps-dev): Bump ergebnis/php-cs-fixer-config from 2.1.1 to 2.1.2 Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/ergebnis/php-cs-fixer-config/releases) - [Changelog](https://github.com/ergebnis/php-cs-fixer-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/ergebnis/php-cs-fixer-config/compare/2.1.1...2.1.2) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 42d975ea..3eedd20b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.3.2", "ergebnis/license": "~0.1.0", - "ergebnis/php-cs-fixer-config": "^2.1.1", + "ergebnis/php-cs-fixer-config": "^2.1.2", "ergebnis/phpstan-rules": "~0.14.4", "ergebnis/test-util": "~1.0.0", "infection/infection": "~0.13.6", diff --git a/composer.lock b/composer.lock index 070b2c5e..3eb61e94 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": "8d8e1d62c1fafbffa40986a4320ce494", + "content-hash": "e0f5876f747bcfb72e2b855cde9591f2", "packages": [], "packages-dev": [ { @@ -739,21 +739,21 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "f831e9038ec748be2e44d17eb6f3fac1cc0a1603" + "reference": "c811e48e106a6decc20b3e305629e11c515a772c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/f831e9038ec748be2e44d17eb6f3fac1cc0a1603", - "reference": "f831e9038ec748be2e44d17eb6f3fac1cc0a1603", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/c811e48e106a6decc20b3e305629e11c515a772c", + "reference": "c811e48e106a6decc20b3e305629e11c515a772c", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~2.16.2", + "friendsofphp/php-cs-fixer": "~2.16.3", "php": "^7.1" }, "require-dev": { @@ -766,12 +766,12 @@ "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.18", "phpstan/phpstan-deprecation-rules": "~0.12.2", - "phpstan/phpstan-phpunit": "~0.12.6", + "phpstan/phpstan-phpunit": "~0.12.7", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.10.0", "symfony/filesystem": "^4.4.0", - "vimeo/psalm": "^3.10.1" + "vimeo/psalm": "^3.11.2" }, "type": "library", "autoload": { @@ -791,7 +791,7 @@ ], "description": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.", "homepage": "https://github.com/ergebnis/php-cs-fixer-config", - "time": "2020-04-11T09:41:42+00:00" + "time": "2020-04-16T08:02:53+00:00" }, { "name": "ergebnis/phpstan-rules", @@ -1010,16 +1010,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": { @@ -1097,7 +1097,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": "fzaninotto/faker",