From b536e68572a878ec3d01df98e76739dfac62d233 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:21:59 +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 f5ef60a0..500f78bc 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,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", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.4", diff --git a/composer.lock b/composer.lock index 3aca5edf..00ccaa6e 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": "c889e059934257200a00828935c6b9e5", + "content-hash": "5f355ed8e3d663769e82f3fcf2069551", "packages": [ { "name": "ergebnis/classy", @@ -845,21 +845,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": { @@ -872,12 +872,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": { @@ -897,7 +897,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", @@ -1056,16 +1056,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": { @@ -1143,7 +1143,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": "infection/infection",