From b4bdc1ac0c5f2f02db081c79630e6f31dc3873f4 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sat, 5 May 2018 07:46:39 +0430 Subject: [PATCH] Fix conflict by PrestaShop (#2274) * Fix conflict by PrestaShop * Change implies --- src/apps.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 5cf2c8a71..1f2aa217a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11527,9 +11527,11 @@ "cats": [ 6 ], - "excludes": "PrestaShop", "icon": "iPresta.png", - "implies": "PHP", + "implies": [ + "PHP", + "PrestaShop" + ], "meta": { "designer": "iPresta" },