Skip to content

Commit b26599a

Browse files
committed
Raise minimum Symfony CS release
closes GH-218
1 parent e0b6f10 commit b26599a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [10.0.2] - 2025-07-28
7+
### Changed
8+
- Raised minimum Symfony CS release, fixes #218
9+
610
## [10.0.1] - 2024-12-16
711
### Changed
812
- Fix uninitialized string offset in UnnecessaryNamespaceUsage, fixes #212

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "~7.2 || ~8.0",
2727
"dealerdirect/phpcodesniffer-composer-installer": "~0.7 || ~1.0",
28-
"escapestudios/symfony2-coding-standard": "^3.10.0",
28+
"escapestudios/symfony2-coding-standard": "^3.16.0",
2929
"slevomat/coding-standard": "^8.14",
3030
"squizlabs/php_codesniffer": "^3.8.0"
3131
},

0 commit comments

Comments
 (0)