Magento only runs on MySQL (#2444)

main
jvoisin 7 years ago committed by Elbert Alias
parent cd92e23007
commit aa1df7d799

@ -5656,7 +5656,10 @@
"<script type=\"text/x-magento-init\">" "<script type=\"text/x-magento-init\">"
], ],
"icon": "Magento.png", "icon": "Magento.png",
"implies": "PHP", "implies": [
"PHP",
"MySQL"
],
"js": { "js": {
"Mage": "", "Mage": "",
"VarienForm": "" "VarienForm": ""