From f14092f6e2d4371de9ed5ea5d7a0c6194427bcb3 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 19 Apr 2024 15:19:29 +0545 Subject: [PATCH] chore: bump php-cs-fixer requirement to 3.54 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c8c96d3..fc691107 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "sabre/xml" : "^3.0 || ^4.0" }, "require-dev" : { - "friendsofphp/php-cs-fixer": "^3.51", + "friendsofphp/php-cs-fixer": "^3.54", "phpunit/phpunit" : "^9.6", "phpunit/php-invoker" : "^2.0 || ^3.1", "phpstan/phpstan": "^1.10"