diff --git a/share/apps.json b/share/apps.json index bc51b31b0..6184bf005 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3518,6 +3518,11 @@ "headers": { "X-Swiftlet-Cache": "", "X-Powered-By": "Swiftlet", "X-Generator": "Swiftlet" }, "implies": "PHP" }, + "Symfony": { + "website": "symfony.com", + "cats": [ 18 ], + "implies": "PHP" + }, "Synology DiskStation": { "website": "synology.com", "cats": [ 48 ], @@ -3540,7 +3545,7 @@ "cats": [ 1, 6 ], "meta": { "generator": "Thelia v([\\d.]+)\\;version:\\1" }, "headers": { "Set-Cookie": "thelia_cart=" }, - "implies": "PHP" + "implies": [ "PHP", "Symfony" ] }, "three.js": { "website": "threejs.org", diff --git a/share/images/icons/Symfony.png b/share/images/icons/Symfony.png new file mode 100644 index 000000000..0d3b4de8e Binary files /dev/null and b/share/images/icons/Symfony.png differ