Skip to content

Commit

Permalink
Allow for old php-cs-fixer version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbgl committed May 12, 2023
1 parent 19b006e commit 788ef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require-dev": {
"phpunit/phpunit": "^10.1.3||^9.5.0||^8.5.13||^7.5.20",
"phpstan/phpstan": "^1.10||^0.12.100",
"friendsofphp/php-cs-fixer": "^3.16"
"friendsofphp/php-cs-fixer": "^3.16||^2.18"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 788ef89

Please sign in to comment.