From bc52738119e8bf56858695f1fad6805902de7c06 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 13 Dec 2021 15:13:04 +0600 Subject: [PATCH] replace implies to requires --- src/technologies/m.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 89ae29ab9..4a31bb2e6 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -2100,10 +2100,8 @@ "description": "MGPanel has it all, a content management system that gives programmers the freedom to create professional web pages from scratch, also providing their clients with a self-managing platform.", "icon": "MGPanel.png", "scriptSrc": "\\.mgpanel\\.org/", - "implies": [ - "PHP", - "MySQL" - ], + "implies": "MySQL", + "requires": "PHP", "pricing": [ "poa" ],