File: /home/wbwebdes/domains/webmail.wb-webdesign.com/public_html/wb-webdesign/plugins/acl/composer.json
{
"name": "roundcube/acl",
"type": "roundcube-plugin",
"description": "IMAP Folders Access Control Lists Management (RFC4314, RFC2086).",
"license": "GPL-3.0-or-later",
"version": "1.8",
"authors": [
{
"name": "Aleksander Machniak",
"email": "[email protected]",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}