File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,20 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
1414
1515_ Nothing yet._
1616
17+ ## [ 1.2.1] - 2023-12-08
18+
19+ ### Changed
20+
21+ #### Other
22+
23+ * Composer: The minimum ` PHP_CodeSniffer ` requirement has been updated to ` ^3.8.0 ` (was ` ^3.7.2 ` ). [ #298 ]
24+ * Composer: The minimum ` PHPCSUtils ` requirement has been updated to ` ^1.0.9 ` (was ` ^1.0.8 ` ). [ #298 ]
25+
26+ Please ensure you run ` composer update phpcsstandards/phpcsextra --with-dependencies ` to benefit from this.
27+
28+ [ #298 ] : https://github.com/PHPCSStandards/PHPCSExtra/pull/298
29+
30+
1731## [ 1.2.0] - 2023-12-02
1832
1933### Added
@@ -553,6 +567,7 @@ This initial alpha release contains the following sniffs:
553567[ php_version-config ] : https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
554568
555569[ Unreleased ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
570+ [ 1.2.1 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.2.0...1.2.1
556571[ 1.2.0 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.2...1.2.0
557572[ 1.1.2 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.1...1.1.2
558573[ 1.1.1 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.0...1.1.1
You can’t perform that action at this time.
0 commit comments