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:
@ -36,7 +36,8 @@ struct PhpFrameworks {
|
|||||||
"statamic/cms": "Statamic",
|
"statamic/cms": "Statamic",
|
||||||
"johnpbloch/wordpress-core": "WordPress",
|
"johnpbloch/wordpress-core": "WordPress",
|
||||||
"zendframework/zendframework": "Zend",
|
"zendframework/zendframework": "Zend",
|
||||||
"zendframework/zend-mvc": "Zend"
|
"zendframework/zend-mvc": "Zend",
|
||||||
|
"typo3/cms-core": "Typo3",
|
||||||
|
|
||||||
// TODO (5.1): Handle these in v5.1
|
// TODO (5.1): Handle these in v5.1
|
||||||
// "magento/*": "Magento",
|
// "magento/*": "Magento",
|
||||||
@ -58,6 +59,10 @@ struct PhpFrameworks {
|
|||||||
"/wp-config.php",
|
"/wp-config.php",
|
||||||
"/wp-config-sample.php"
|
"/wp-config-sample.php"
|
||||||
],
|
],
|
||||||
|
"Typo3": [
|
||||||
|
"/typo3",
|
||||||
|
"/public/typo3",
|
||||||
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user