From 96b3c2d46438bed5d9d4b93d1ce64a98d5feca6c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 8 Jun 2018 04:58:02 +0200 Subject: [PATCH] Prestashop only runs on MySQL (#2330) [source](http://doc.prestashop.com/display/PS17/What+you+need+to+get+started) --- src/apps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index fcc8db0a2..217403d1b 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7585,7 +7585,10 @@ "" ], "icon": "PrestaShop.svg", - "implies": "PHP", + "implies": [ + "PHP", + "MySQL" + ], "meta": { "generator": "PrestaShop" },