-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
33 lines (33 loc) · 895 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "dsoares/lastlogin",
"type": "roundcube-plugin",
"description": "Roundcube plugin to save and show user login information and login history.",
"keywords": ["mail", "login", "history"],
"homepage": "https://github.com/dsoares/roundcube-lastlogin",
"license": "GPL-3.0+",
"version": "1.3.0",
"authors": [
{
"name": "Diana Soares",
"email": "diana.soares@gmail.com",
"homepage": "https://github.com/dsoares"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.4",
"roundcube/plugin-installer": ">=0.1.2",
"dsoares/geolocation": ">=0.1"
},
"extra": {
"roundcube": {
"min-version": "1.0",
"sql-dir": "SQL"
}
}
}