Skip to content

Commit 11a07d1

Browse files
committed
Relax php-cs-fixer requirements
1 parent a891a9e commit 11a07d1

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
@@ -19,7 +19,7 @@
1919
"ext-json": "*"
2020
},
2121
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "2.*",
22+
"friendsofphp/php-cs-fixer": "*",
2323
"phpunit/phpunit": "^8.0 || ^9.0",
2424
"squizlabs/php_codesniffer": "3.*"
2525
},

0 commit comments

Comments
 (0)