We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b6f10 commit b26599aCopy full SHA for b26599a
2 files changed
CHANGELOG.md
@@ -3,6 +3,10 @@
3
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
+## [10.0.2] - 2025-07-28
7
+### Changed
8
+- Raised minimum Symfony CS release, fixes #218
9
+
10
## [10.0.1] - 2024-12-16
11
### Changed
12
- Fix uninitialized string offset in UnnecessaryNamespaceUsage, fixes #212
composer.json
@@ -25,7 +25,7 @@
25
"require": {
26
"php": "~7.2 || ~8.0",
27
"dealerdirect/phpcodesniffer-composer-installer": "~0.7 || ~1.0",
28
- "escapestudios/symfony2-coding-standard": "^3.10.0",
+ "escapestudios/symfony2-coding-standard": "^3.16.0",
29
"slevomat/coding-standard": "^8.14",
30
"squizlabs/php_codesniffer": "^3.8.0"
31
},
0 commit comments