We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2682cca commit 3be8c54Copy full SHA for 3be8c54
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## v3.34.0
4
- Add PhpDocPropertySorterFixer
5
- Deprecate PhpdocTagNoNamedArgumentsFixer - use "phpdoc_tag_no_named_arguments"
6
+- Update minimum PHP CS Fixer version to 3.87.0
7
8
## v3.33.0
9
- Update minimum PHP CS Fixer version to 3.86.0
composer.json
@@ -13,7 +13,7 @@
13
"php": "^7.4 || ^8.0",
14
"ext-filter": "*",
15
"ext-tokenizer": "*",
16
- "friendsofphp/php-cs-fixer": "^3.86"
+ "friendsofphp/php-cs-fixer": "^3.87"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^9.6.24 || ^10.5.51 || ^11.5.32"
0 commit comments