Skip to content

Commit 4912f99

Browse files
committed
Update minimum PHP CS Fixer version to 3.82.0
1 parent 78afd6a commit 4912f99

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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.30.0
4+
- Update minimum PHP CS Fixer version to 3.82.0
5+
36
## v3.29.0
47
- Update minimum PHP CS Fixer version to 3.77.0
58

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@
1313
"php": "^7.4 || ^8.0",
1414
"ext-filter": "*",
1515
"ext-tokenizer": "*",
16-
"friendsofphp/php-cs-fixer": "dev-fix_PhpdocToParamTypeFixer as 3.82.0"
16+
"friendsofphp/php-cs-fixer": "^3.82"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"
2020
},
21-
"repositories": [
22-
{
23-
"type": "vcs",
24-
"url": "[email protected]:6b7562617765726c6f73/PHP-CS-Fixer.git"
25-
}
26-
],
2721
"autoload": {
2822
"psr-4": {
2923
"PhpCsFixerCustomFixers\\": "src"

0 commit comments

Comments
 (0)