From 4c3a8cc7a9ff3ad634bed4564631b7d295956ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Thu, 22 Dec 2022 14:02:01 +0100 Subject: [PATCH] IBX-3815: Commerce clean up (#38) --- .../SystemInfo/Collector/IbexaSystemInfoCollector.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php b/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php index 491349e..fb7f956 100644 --- a/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php +++ b/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php @@ -92,12 +92,11 @@ class IbexaSystemInfoCollector implements SystemInfoCollector * Packages that identify installation as "Content". */ public const CONTENT_PACKAGES = [ - 'ibexa/workflow', + 'ibexa/content', ]; public const EXPERIENCE_PACKAGES = [ - 'ibexa/page-builder', - 'ezsystems/landing-page-fieldtype-bundle', + 'ibexa/experience', ]; /** @@ -116,7 +115,7 @@ class IbexaSystemInfoCollector implements SystemInfoCollector * Packages that identify installation as "Commerce". */ public const COMMERCE_PACKAGES = [ - 'ibexa/commerce-transaction', + 'ibexa/commerce', ]; /**