From a999668f8508c11d7c7d1221c7e99b42bd6eb4fe Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 26 Jan 2022 18:25:46 +0100 Subject: [PATCH] [BUGFIX] Avoid php-cs-fixer 3.5.0 (#371) Version 3.5.0 has a bug concerning intersection types that breaks our build. Fixes #368 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 54a04434..8404eaea 100644 --- a/composer.json +++ b/composer.json @@ -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,