Skip to content

Commit 788ef89

Browse files
committed
Allow for old php-cs-fixer version.
1 parent 19b006e commit 788ef89

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
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"phpunit/phpunit": "^10.1.3||^9.5.0||^8.5.13||^7.5.20",
2020
"phpstan/phpstan": "^1.10||^0.12.100",
21-
"friendsofphp/php-cs-fixer": "^3.16"
21+
"friendsofphp/php-cs-fixer": "^3.16||^2.18"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)