From cfa39ba63558ba22f3941c2790a04427d589a5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:16:25 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ~2.18.2 || ~3.1.0 || ~3.4.0 to ~2.18.2 || ~3.1.0 || ~3.4.0 || ~2.19.0 Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commits/v2.19.3) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba6552a..fea4274 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpunit/phpunit": "^9.5", "phpstan/phpstan": "^1.7", "phpmd/phpmd": "^2.12", - "friendsofphp/php-cs-fixer": "~2.18.2 || ~3.1.0 || ~3.4.0", + "friendsofphp/php-cs-fixer": "~2.18.2 || ~3.1.0 || ~3.4.0 || ~2.19.0", "nelmio/alice": "~3.8.0 || ~3.9.0", "theofidry/alice-data-fixtures": "~1.4.0 || ~1.5.0", "symfony/phpunit-bridge": "~4.4.24 || ~6.1.0",