diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3733d..1c85183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `php-cs-fixer-config` will be documented in this file +## 2.4.1 - 2024-08-05 + +- Updated `friendsofphp/php-cs-fixer` to version 3.61.1 + ## 2.4.0 - 2024-07-31 - Updated `friendsofphp/php-cs-fixer` to version 3.61.0 diff --git a/composer.json b/composer.json index b3a1493..356ad01 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/airlst/php-cs-fixer-config", "require": { "php": "^8.2", - "friendsofphp/php-cs-fixer": "3.61.0" + "friendsofphp/php-cs-fixer": "3.61.1" }, "require-dev": { "airlst/phpstan-config": "^7.0.0",