From 3066e1d14dadf489b17fc371007dc9ea9227a934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Dec 2020 13:47:34 +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.8.0 to 2.9.0. - [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.8.0...2.9.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index e3c8b4a0..2e93797a 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.11.0", "ergebnis/license": "^1.1.0", - "ergebnis/php-cs-fixer-config": "^2.8.0", + "ergebnis/php-cs-fixer-config": "^2.9.0", "ergebnis/phpstan-rules": "~0.15.3", "ergebnis/test-util": "^1.4.0", "phpstan/extension-installer": "^1.1.0", diff --git a/composer.lock b/composer.lock index 03f2ede4..7f48b420 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": "8ef56df28169989f2de67a0122b2e472", + "content-hash": "4c56172db8f57a803a137ac59873288b", "packages": [], "packages-dev": [ { @@ -1019,21 +1019,21 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "2.8.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "40490fc58c0939c13ff3205cce5e7dfc793c68dc" + "reference": "64a920e1d7b3c01f5f05a2eb33782ade642762af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/40490fc58c0939c13ff3205cce5e7dfc793c68dc", - "reference": "40490fc58c0939c13ff3205cce5e7dfc793c68dc", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/64a920e1d7b3c01f5f05a2eb33782ade642762af", + "reference": "64a920e1d7b3c01f5f05a2eb33782ade642762af", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~2.17.1", + "friendsofphp/php-cs-fixer": "~2.17.3", "php": "^7.2 || ^8.0" }, "require-dev": { @@ -1044,9 +1044,9 @@ "infection/infection": "~0.15.3", "jangregor/phpstan-prophecy": "~0.8.1", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "~0.12.59", + "phpstan/phpstan": "~0.12.64", "phpstan/phpstan-deprecation-rules": "~0.12.6", - "phpstan/phpstan-phpunit": "~0.12.16", + "phpstan/phpstan-phpunit": "~0.12.17", "phpstan/phpstan-strict-rules": "~0.12.7", "phpunit/phpunit": "^8.5.13", "psalm/plugin-phpunit": "~0.12.2", @@ -1087,7 +1087,7 @@ "type": "github" } ], - "time": "2020-12-18T17:31:35+00:00" + "time": "2020-12-24T14:52:38+00:00" }, { "name": "ergebnis/phpstan-rules", @@ -1392,16 +1392,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.17.2", + "version": "v2.17.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "aaee4f3d16a996fc0b570be0c69d3b80c909c507" + "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/aaee4f3d16a996fc0b570be0c69d3b80c909c507", - "reference": "aaee4f3d16a996fc0b570be0c69d3b80c909c507", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd32f5dd72cdfc7b53f54077f980e144bfa2f595", + "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595", "shasum": "" }, "require": { @@ -1427,7 +1427,7 @@ "justinrainbow/json-schema": "^5.0", "keradus/cli-executor": "^1.4", "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.4.1", + "php-coveralls/php-coveralls": "^2.4.2", "php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", @@ -1484,7 +1484,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.17.2" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.17.3" }, "funding": [ { @@ -1492,7 +1492,7 @@ "type": "github" } ], - "time": "2020-12-17T16:41:55+00:00" + "time": "2020-12-24T11:14:44+00:00" }, { "name": "justinrainbow/json-schema",