File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
- ## [ Unreleased] ( https://github.com/inspirum/coding-standard-php/compare/v1.1.1...master )
9
+ ## [ Unreleased] ( https://github.com/inspirum/coding-standard-php/compare/v1.2.0...master )
10
+
11
+
12
+ ## [ v1.2.0 (2022-07-04)] ( https://github.com/inspirum/coding-standard-php/compare/v1.1.1...v1.2.0 )
13
+ ### Changed
14
+ - Update ` doctrine/coding-standard ` to version ` ^10.0 `
10
15
11
16
12
17
## [ v1.1.1 (2022-07-04)] ( https://github.com/inspirum/coding-standard-php/compare/v1.1.0...v1.1.1 )
Original file line number Diff line number Diff line change 17
17
<exclude name =" SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment" />
18
18
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions.NonFullyQualified" />
19
19
<exclude name =" SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment" />
20
+ <exclude name =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.DisallowedShortNullable" />
20
21
</rule >
21
22
<rule ref =" Generic.Formatting.SpaceAfterNot" >
22
23
<properties >
Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " ^7.4 || ^8.0" ,
22
22
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.2" ,
23
- "doctrine/coding-standard" : " 9.0.x-dev "
23
+ "doctrine/coding-standard" : " ^10.0 "
24
24
},
25
25
"config" : {
26
26
"sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments