From c38cf5db6f84c6cba0079b4fccdea2ff024d85dc Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 19 Dec 2022 00:58:10 +0600 Subject: [PATCH] add implies, add ecom cat --- src/technologies/c.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/technologies/c.json b/src/technologies/c.json index 469767029..735555be5 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2051,10 +2051,16 @@ }, "Cloudify.store": { "cats": [ + 6, 93 ], "description": "Cloudify.store is a subscription-based platform that allows anyone to set up a hyperlocal quick commerce business.", "icon": "Cloudify.store.png", + "implies": [ + "PHP", + "MySQL", + "React" + ], "cookies": { "cloudify_session": "" },