roundcube-identity_db/composer.json

25 lines
655 B
JSON
Raw Permalink Normal View History

2019-06-01 14:08:00 +02:00
{
2021-02-04 11:18:35 +01:00
"name": "ashpie/identity_db",
2019-06-01 14:08:00 +02:00
"type": "roundcube-plugin",
"description": "Updates user's identities on login based on a database query. Some update rules are configurable.",
2019-06-01 15:36:38 +02:00
"license": "MIT",
2021-02-04 11:43:30 +01:00
"version": "0.1.1",
2019-06-01 14:08:00 +02:00
"authors": [
{
"name": "Alice Gaudon",
"email": "alice@gaudon.pro",
"role": "Lead"
}
],
2019-06-01 16:23:37 +02:00
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
2021-02-04 11:18:35 +01:00
"homepage": "https://eternae.ink/ashpie/roundcube-identity_db",
2019-06-01 14:08:00 +02:00
"require": {
2019-06-01 16:23:37 +02:00
"roundcube/plugin-installer": ">=0.1.6"
2019-06-01 14:08:00 +02:00
}
}