Skip to content

Commit 4e9cdad

Browse files
committed
Update minimum PHP CS Fixer version to 3.77.0
1 parent c691e2d commit 4e9cdad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG for PHP CS Fixer: custom fixers
22

3+
## v3.29.0
4+
- Update minimum PHP CS Fixer version to 3.77.0
5+
36
## v3.28.0
47
- Deprecate MultilinePromotedPropertiesFixer - use "multiline_promoted_properties"
58
- Update minimum PHP CS Fixer version to 3.76.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.4 || ^8.0",
1414
"ext-filter": "*",
1515
"ext-tokenizer": "*",
16-
"friendsofphp/php-cs-fixer": "^3.76"
16+
"friendsofphp/php-cs-fixer": "^3.77"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"

0 commit comments

Comments
 (0)