From 58d4cfea6946be30a512dc2c25f83b62c93b2446 Mon Sep 17 00:00:00 2001 From: Jacob Tobiasz Date: Fri, 10 May 2024 15:52:53 +0200 Subject: [PATCH] Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index f643fb2604..00b457738a 100644 --- a/composer.json +++ b/composer.json @@ -177,6 +177,7 @@ "sylius/shipping": "self.version", "sylius/shipping-bundle": "self.version", "sylius/shop-bundle": "self.version", + "sylius/state-machine-abstraction": "self.version", "sylius/taxation": "self.version", "sylius/taxation-bundle": "self.version", "sylius/taxonomy": "self.version",