From 93d4b34a7a098ce7853e481de72ddee0b5ed2d3d Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 16 Oct 2022 22:01:12 +0600 Subject: [PATCH] add implies symfony --- src/technologies/i.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/i.json b/src/technologies/i.json index 04fc8057b..777abdea6 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -159,7 +159,10 @@ ], "description": "Ibexa DXP is an open-source enterprise PHP content management system (CMS) and Digital Experience Platform (DXP) developed by the company Ibexa (known previously as eZ Systems).", "icon": "Ibexa.svg", - "implies": "PHP", + "implies": [ + "PHP", + "Symfony" + ], "headers": { "x-powered-by": "^Ibexa\\sExperience\\sv([\\d\\.]+)$\\;version:\\1" },