From 6c2d2fcd45f79e18cf369db10fb717bb49168938 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 17 Jul 2024 10:41:57 +0200 Subject: [PATCH] Add conflict to dantleech/phpcr-migrations-bundle which is not compatible to Symfony 5.4 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 5216c478..a30ba9c6 100644 --- a/composer.json +++ b/composer.json @@ -65,6 +65,7 @@ "thecodingmachine/phpstan-strict-rules": "^1.0" }, "conflict": { + "dantleech/phpcr-migrations-bundle": "<1.2", "coduo/php-matcher": "6.0.12", "doctrine/persistence": "1.3.2" },