mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
20 lines
512 B
Text
20 lines
512 B
Text
{
|
|
"name": "roundcube/roundcubemail",
|
|
"description": "The Roundcube Webmail suite",
|
|
"license": "GPL-3.0+",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/roundcube/Net_Sieve.git"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://plugins.roundcube.net/"
|
|
}
|
|
],
|
|
"require": {
|
|
"roundcube/plugin-installer": "dev-master",
|
|
"roundcube/net_sieve": "~1.5.0"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|