From 48c1d48573c47da0bb0e81cdf0f0b220ff631d61 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 17 Mar 2022 17:49:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Add=20support=20for=20Typo3=20(#?= =?UTF-8?q?153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/Integrations/Composer/PhpFrameworks.swift | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/phpmon/Domain/Integrations/Composer/PhpFrameworks.swift b/phpmon/Domain/Integrations/Composer/PhpFrameworks.swift index 028c706..04e726d 100644 --- a/phpmon/Domain/Integrations/Composer/PhpFrameworks.swift +++ b/phpmon/Domain/Integrations/Composer/PhpFrameworks.swift @@ -36,7 +36,8 @@ struct PhpFrameworks { "statamic/cms": "Statamic", "johnpbloch/wordpress-core": "WordPress", "zendframework/zendframework": "Zend", - "zendframework/zend-mvc": "Zend" + "zendframework/zend-mvc": "Zend", + "typo3/cms-core": "Typo3", // TODO (5.1): Handle these in v5.1 // "magento/*": "Magento", @@ -58,6 +59,10 @@ struct PhpFrameworks { "/wp-config.php", "/wp-config-sample.php" ], + "Typo3": [ + "/typo3", + "/public/typo3", + ] ] /**