From 5df33995d5213a6f0a9b85fcb21c2d4574ff8cbe Mon Sep 17 00:00:00 2001 From: Mateusz Zalewski Date: Fri, 18 Jun 2021 11:57:28 +0200 Subject: [PATCH] Conflict with SyliusInvoicingPlugin below 0.16.0 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37f9a5ef..050d5876 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,8 @@ }, "conflict": { "symfony/doctrine-bridge": "4.4.16", - "doctrine/doctrine-bundle": "2.3.0" + "doctrine/doctrine-bundle": "2.3.0", + "sylius/invoicing-plugin": "<0.16.0" }, "autoload": { "psr-4": {