File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ 10.0.2] - 2025-07-28
7
+ ### Changed
8
+ - Raised minimum Symfony CS release, fixes #218
9
+
6
10
## [ 10.0.1] - 2024-12-16
7
11
### Changed
8
12
- Fix uninitialized string offset in UnnecessaryNamespaceUsage, fixes #212
Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " ~7.2 || ~8.0" ,
27
27
"dealerdirect/phpcodesniffer-composer-installer" : " ~0.7 || ~1.0" ,
28
- "escapestudios/symfony2-coding-standard" : " ^3.10 .0" ,
28
+ "escapestudios/symfony2-coding-standard" : " ^3.16 .0" ,
29
29
"slevomat/coding-standard" : " ^8.14" ,
30
30
"squizlabs/php_codesniffer" : " ^3.8.0"
31
31
},
You can’t perform that action at this time.
0 commit comments