From 21bce32e444345475a7c8a80c0ae6cfdde0ad6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2020 21:24:51 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/php-cs-fixer-config Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/ergebnis/php-cs-fixer-config/releases) - [Changelog](https://github.com/ergebnis/php-cs-fixer-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/php-cs-fixer-config/compare/2.2.0...2.2.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 2b98e6f2..781f9c58 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.5.1", - "ergebnis/php-cs-fixer-config": "~2.1.2 || ~2.2.0", + "ergebnis/php-cs-fixer-config": "^2.2.1", "ergebnis/phpstan-rules": "~0.15.0", "ergebnis/test-util": "~1.0.0", "infection/infection": "~0.13.6", diff --git a/composer.lock b/composer.lock index d3bddfce..14d18e5a 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": "c023b5cff6a6c61687c866318fbdc0b9", + "content-hash": "76cd02ad6ae1c9de412d1cd7365283ad", "packages": [], "packages-dev": [ { @@ -783,21 +783,21 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "208b4f0c700c152fdcaf5520fde38947ab1f176c" + "reference": "4d98cb5cc9752335bec722d8c42083ca23cb4910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/208b4f0c700c152fdcaf5520fde38947ab1f176c", - "reference": "208b4f0c700c152fdcaf5520fde38947ab1f176c", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/4d98cb5cc9752335bec722d8c42083ca23cb4910", + "reference": "4d98cb5cc9752335bec722d8c42083ca23cb4910", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~2.16.3", + "friendsofphp/php-cs-fixer": "~2.16.4", "php": "^7.1" }, "require-dev": { @@ -808,7 +808,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.30", + "phpstan/phpstan": "~0.12.31", "phpstan/phpstan-deprecation-rules": "~0.12.4", "phpstan/phpstan-phpunit": "~0.12.11", "phpstan/phpstan-strict-rules": "~0.12.2", @@ -857,7 +857,7 @@ "type": "github" } ], - "time": "2020-06-23T09:27:56+00:00" + "time": "2020-06-28T21:17:45+00:00" }, { "name": "ergebnis/phpstan-rules", @@ -1108,16 +1108,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.16.3", + "version": "v2.16.4", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0" + "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0", - "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13", + "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13", "shasum": "" }, "require": { @@ -1149,12 +1149,12 @@ "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", "phpunitgoodpractices/traits": "^1.8", - "symfony/phpunit-bridge": "^4.3 || ^5.0", + "symfony/phpunit-bridge": "^5.1", "symfony/yaml": "^3.0 || ^4.0 || ^5.0" }, "suggest": { "ext-dom": "For handling output formats in XML", - "ext-mbstring": "For handling non-UTF8 characters in cache signature.", + "ext-mbstring": "For handling non-UTF8 characters.", "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." @@ -1201,7 +1201,7 @@ "type": "github" } ], - "time": "2020-04-15T18:51:10+00:00" + "time": "2020-06-27T23:57:46+00:00" }, { "name": "fzaninotto/faker",