Skip to content

Commit 3be8c54

Browse files
committed
Update minimum PHP CS Fixer version to 3.87.0
1 parent 2682cca commit 3be8c54

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
@@ -3,6 +3,7 @@
33
## v3.34.0
44
- Add PhpDocPropertySorterFixer
55
- Deprecate PhpdocTagNoNamedArgumentsFixer - use "phpdoc_tag_no_named_arguments"
6+
- Update minimum PHP CS Fixer version to 3.87.0
67

78
## v3.33.0
89
- Update minimum PHP CS Fixer version to 3.86.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.86"
16+
"friendsofphp/php-cs-fixer": "^3.87"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.6.24 || ^10.5.51 || ^11.5.32"

0 commit comments

Comments
 (0)