Skip to content

Commit

Permalink
[BUGFIX] Avoid php-cs-fixer 3.5.0 (#371)
Browse files Browse the repository at this point in the history
Version 3.5.0 has a bug concerning intersection types that breaks our
build.

Fixes #368
  • Loading branch information
oliverklee committed Jan 26, 2022
1 parent fda9a53 commit a999668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -54,6 +54,7 @@
},
"conflict": {
"doctrine/dbal": "2.13.1",
"friendsofphp/php-cs-fixer": "3.5.0",
"typo3/class-alias-loader": "< 1.1.0"
},
"prefer-stable": true,
Expand Down

0 comments on commit a999668

Please sign in to comment.