Skip to content

Commit 78afd6a

Browse files
committed
Use fork
1 parent 9afba84 commit 78afd6a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@
1313
"php": "^7.4 || ^8.0",
1414
"ext-filter": "*",
1515
"ext-tokenizer": "*",
16-
"friendsofphp/php-cs-fixer": "^3.77"
16+
"friendsofphp/php-cs-fixer": "dev-fix_PhpdocToParamTypeFixer as 3.82.0"
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+
],
2127
"autoload": {
2228
"psr-4": {
2329
"PhpCsFixerCustomFixers\\": "src"

0 commit comments

Comments
 (0)