1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

👌 Add support for Typo3 (#153)

This commit is contained in:
2022-03-17 17:49:10 +01:00
parent 582bf0e12c
commit 48c1d48573

View File

@ -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",
]
]
/**