From 16f4da2aac3e292a5257a3838edf4f1dd000d13a Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 11 Oct 2024 16:02:51 +0200 Subject: [PATCH] Add compat with PHP-CS-Fixer and PHP <7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c4be9d..a29f723 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "rmccue/requests": "^1.8 || ^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.64", + "friendsofphp/php-cs-fixer": "^3.14", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8 || ^9 || ^10", "yoast/phpunit-polyfills": "^2"