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
14
14
15
15
_ Nothing yet._
16
16
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
+
17
31
## [ 1.2.0] - 2023-12-02
18
32
19
33
### Added
@@ -553,6 +567,7 @@ This initial alpha release contains the following sniffs:
553
567
[ php_version-config ] : https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
554
568
555
569
[ 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
556
571
[ 1.2.0 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.2...1.2.0
557
572
[ 1.1.2 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.1...1.1.2
558
573
[ 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