File tree 4 files changed +251
-162
lines changed
4 files changed +251
-162
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+ ### Added
9
+ - ` single_space_around_construct ` fixer.
10
+
11
+ ### Changed
12
+ - ` friendsofphp/php-cs-fixer ` version bumped to ` ^3.16 ` .
13
+
8
14
### Removed
9
- - Iss #16 : All custom fixers have been moved to the [ separate repository] ( https://github.com/erickskrauch/php-cs-fixer-custom-fixers )
15
+ - Iss #16 : All custom fixers have been moved to the [ separate repository] ( https://github.com/erickskrauch/php-cs-fixer-custom-fixers ) .
16
+ - Usage of the ` braces_fixer ` since it's deprecated.
10
17
11
18
## [ 0.5.0] - 2023-04-08
12
19
### Added
Original file line number Diff line number Diff line change 20
20
"homepage" : " https://github.com/elyby/php-code-style" ,
21
21
"require" : {
22
22
"php" : " ^7.4 || ^8.0" ,
23
- "erickskrauch/php-cs-fixer-custom-fixers" : " ^1" ,
24
- "friendsofphp/php-cs-fixer" : " ^3.13 " ,
23
+ "erickskrauch/php-cs-fixer-custom-fixers" : " ^1.0.1 " ,
24
+ "friendsofphp/php-cs-fixer" : " ^3.16 " ,
25
25
"kubawerlos/php-cs-fixer-custom-fixers" : " ^3.13" ,
26
26
"symfony/polyfill-php80" : " ^1.15"
27
27
},
You can’t perform that action at this time.
0 commit comments