You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Provides a private messaging system with an individual mailbox for each user, incorporating integration with the user account panel and with various other modules and blocks.",
"type": "zikula-module",
"license": "LGPL-3.0+",
"authors": [{
"name": "Zikula Development Team",
"homepage": "http://zikula.org"
}
],
"autoload": {
"psr-4": {
"Zikula\\IntercomModule\\": ""
}
},
"require": {
"php": ">5.3.3"
},
"suggest": {
"ContactList:>1.0.0": "Contact list allows to organize users in contacts",
"BBCode:>3.0.0": "BBCode allows bracket-tag markup in post text.",
"BBSmile:>1.0.0": "BBSmile allows addition of smilies to post text."