Skip to content

Commit 623d669

Browse files
committed
Deps: Temporarily restrict php-cs-fixer 3.65.0 until fix for nullable decalaration is released
Php-cs-fixer 3.65.0 (included in ecs 12.4+) contains broken NullableTypeDeclarationFixer, which could lead to syntax error in code. See PHP-CS-Fixer/PHP-CS-Fixer#8330 This should be fixed in next php-cs-fixer release, then we can remove the version restriction.
1 parent 6cb1d4d commit 623d669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^8.0",
14-
"friendsofphp/php-cs-fixer": "^3.47.1",
14+
"friendsofphp/php-cs-fixer": "^3.47.1 !=3.65.0",
1515
"slevomat/coding-standard": "^8.6",
1616
"squizlabs/php_codesniffer": "^3.9",
17-
"symplify/easy-coding-standard": "^12.2.0"
17+
"symplify/easy-coding-standard": "^12.2.0 <12.4"
1818
},
1919
"require-dev": {
2020
"ergebnis/composer-normalize": "^2.42.0",

0 commit comments

Comments
 (0)