From a7b983b2bd25c0a5c754fd0c32d0650051f5365f Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Wed, 13 Mar 2024 21:01:13 +0100 Subject: [PATCH] Release 10.0.0 [ci skip] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4202be0..e49ea15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [10.0.0] - 2024-03-13 +### Changed +Allow dealerdirect/phpcodesniffer-composer-installer 1.x +### Added +- Add `SlevomatCodingStandard.Arrays.ArrayAccess` +- Add `SlevomatCodingStandard.Attributes.AttributesOrder` +- Add `SlevomatCodingStandard.Attributes.DisallowAttributesJoining` +- Add `SlevomatCodingStandard.Attributes.DisallowMultipleAttributesPerLine` +- Add `SlevomatCodingStandard.Classes.EnumCaseSpacing` +- Add `SlevomatCodingStandard.Functions.NamedArgumentSpacing` + ## [9.0.1] - 2023-12-12 ### Changed - Fix invalid property case (fixes a runtime error when using PHPCS 3.8.0+)