mail_server/roundcubemail/plugins/userinfo/composer.json
2021-05-05 20:09:14 +05:30

24 lines
633 B
JSON

{
"name": "roundcube/userinfo",
"type": "roundcube-plugin",
"description": "Sample plugin that adds a new tab to the settings section to display some information about the current user.",
"license": "GPLv3+",
"version": "1.2",
"authors": [
{
"name": "Thomas Bruederli",
"email": "roundcube@gmail.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}