Skip to content

Commit 53e5b5c

Browse files
committed
Add 6.0.0 to CHANGELOG
[ci skip]
1 parent db04cbd commit 53e5b5c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [6.0.0] - 2020-10-29
7+
### Added
8+
- Add `SlevomatCodingStandard.Classes.DisallowMultiConstantDefinition`
9+
- Add `SlevomatCodingStandard.Commenting.UselessInheritDocComment`
10+
- Add `SlevomatCodingStandard.Functions.StaticClosure`
11+
- Add `SlevomatCodingStandard.Namespaces.UseSpacing`
12+
- Add `PSR12` (excluding conflicting rules)
13+
### Changed
14+
- Raised PHP requirement to 7.2
15+
616
## [5.0.0] - 2019-12-16
717
### Added
818
- Add `Squiz.WhiteSpace.FunctionSpacing`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If `phpcs` complains that MO4 is not installed, please check the installed codin
140140
* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) version 3.5 or later
141141
* [David Joos's Symfony Coding Standard](https://github.com/djoos/Symfony-coding-standard) version 3.10 or later
142142
* [Composer installer for PHP_CodeSniffer coding standards](https://github.com/DealerDirect/phpcodesniffer-composer-installer)
143-
* [Slevomat Coding Standard](https://github.com/slevomat/coding-standard) version 6.0 or later
143+
* [Slevomat Coding Standard](https://github.com/slevomat/coding-standard) version 6.2 or later
144144

145145
## Contributing
146146

0 commit comments

Comments
 (0)