From 46b978d956b57d3ddda8cc7f9763a811364fa9d7 Mon Sep 17 00:00:00 2001 From: Lorenzo Ruozzi Date: Mon, 15 May 2023 10:37:38 +0200 Subject: [PATCH] Fix require checker --- composer-require-checker.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer-require-checker.json b/composer-require-checker.json index 9ce3504..505ffa6 100644 --- a/composer-require-checker.json +++ b/composer-require-checker.json @@ -28,6 +28,7 @@ "Sylius\\Component\\Core\\Model\\ProductInterface", "Sylius\\Component\\Core\\Model\\ProductTranslationInterface", "Sylius\\Component\\Core\\Model\\ProductVariantInterface", + "Sylius\\Component\\Core\\Model\\ProductImagesAwareInterface", "Sylius\\Component\\Inventory\\Checker\\AvailabilityCheckerInterface", "Sylius\\Component\\Inventory\\Model\\StockableInterface", "Sylius\\Component\\Locale\\Context\\LocaleContextInterface",