Skip to content

Commit c794507

Browse files
committed
Update rules
1 parent 5373d05 commit c794507

File tree

4 files changed

+251
-162
lines changed

4 files changed

+251
-162
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- `single_space_around_construct` fixer.
10+
11+
### Changed
12+
- `friendsofphp/php-cs-fixer` version bumped to `^3.16`.
13+
814
### 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.
1017

1118
## [0.5.0] - 2023-04-08
1219
### Added

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"homepage": "https://github.com/elyby/php-code-style",
2121
"require": {
2222
"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",
2525
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13",
2626
"symfony/polyfill-php80": "^1.15"
2727
},

0 commit comments

Comments
 (0)