Skip to content

Commit 3daf529

Browse files
committed
Update minimum PHP CS Fixer version to 3.76.1
1 parent 43759b1 commit 3daf529

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v3.28.0
44
- Deprecate MultilinePromotedPropertiesFixer - use "multiline_promoted_properties"
5+
- Update minimum PHP CS Fixer version to 3.76.1
56

67
## v3.27.0
78
- Add PhpdocTagNoNamedArgumentsFixer

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.61.1"
16+
"friendsofphp/php-cs-fixer": "^3.76"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"

0 commit comments

Comments
 (0)