Skip to content

Commit 4276bd8

Browse files
committed
Fixed php-cs-fixer on latest minor version (3.9.*)
Unresolved compatibility issues with indentation fixes
1 parent be239a2 commit 4276bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": "^7.4 || ^8.0",
25-
"friendsofphp/php-cs-fixer": "^3.9.5",
25+
"friendsofphp/php-cs-fixer": "3.9.*",
2626
"squizlabs/php_codesniffer": "^3.7.1",
2727
"phpunit/phpunit": "^9.5.21",
2828
"php-coveralls/php-coveralls": "^2.5.2"

0 commit comments

Comments
 (0)