Update composer.json

This commit is contained in:
Alice Gaudon 2019-06-01 16:23:37 +02:00
parent 53b951a3b6
commit 119eafefcc
1 changed files with 8 additions and 2 deletions

View File

@ -11,8 +11,14 @@
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"homepage": "https://gitlab.com/ArisuOngaku/roundcube-identity_db",
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
"roundcube/plugin-installer": ">=0.1.6"
}
}