diff --git a/CHANGELOG.md b/CHANGELOG.md index 1221bad..a5facff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [10.0.2] - 2025-07-28 +### Changed +- Raised minimum Symfony CS release, fixes #218 + ## [10.0.1] - 2024-12-16 ### Changed - Fix uninitialized string offset in UnnecessaryNamespaceUsage, fixes #212 diff --git a/composer.json b/composer.json index 7fa6848..615c1e6 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "php": "~7.2 || ~8.0", "dealerdirect/phpcodesniffer-composer-installer": "~0.7 || ~1.0", - "escapestudios/symfony2-coding-standard": "^3.10.0", + "escapestudios/symfony2-coding-standard": "^3.16.0", "slevomat/coding-standard": "^8.14", "squizlabs/php_codesniffer": "^3.8.0" },