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 c691e2d commit 4e9cdadCopy full SHA for 4e9cdad
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG for PHP CS Fixer: custom fixers
2
3
+## v3.29.0
4
+- Update minimum PHP CS Fixer version to 3.77.0
5
+
6
## v3.28.0
7
- Deprecate MultilinePromotedPropertiesFixer - use "multiline_promoted_properties"
8
- Update minimum PHP CS Fixer version to 3.76.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.76"
+ "friendsofphp/php-cs-fixer": "^3.77"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"
0 commit comments