From 7f5ddc4c0fb10705377c5b33e9b943f13cc50855 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 11 Feb 2024 12:55:45 +0545 Subject: [PATCH] chore: use php-cs-fixer 3.49 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 67b8b26b..bdc8591a 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "sabre/xml" : "^3.0 || ^4.0" }, "require-dev" : { - "friendsofphp/php-cs-fixer": "^3.38", + "friendsofphp/php-cs-fixer": "^3.49", "phpunit/phpunit" : "^9.6", "phpunit/php-invoker" : "^2.0 || ^3.1", "phpstan/phpstan": "^1.10"