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 9afba84 commit a261990Copy full SHA for a261990
composer.json
@@ -13,11 +13,17 @@
13
"php": "^7.4 || ^8.0",
14
"ext-filter": "*",
15
"ext-tokenizer": "*",
16
- "friendsofphp/php-cs-fixer": "^3.77"
+ "friendsofphp/php-cs-fixer": "dev-fix_PhpdocToParamTypeFixer as 3.82.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"
20
21
+ "repositories": [
22
+ {
23
+ "type": "git",
24
+ "url": "[email protected]:6b7562617765726c6f73/PHP-CS-Fixer.git"
25
+ }
26
+ ],
27
"autoload": {
28
"psr-4": {
29
"PhpCsFixerCustomFixers\\": "src"
0 commit comments