-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 855 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 855 Bytes
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
{
"name": "mfreiholz/persistent_login",
"type": "roundcube-plugin",
"license": "GPL-3.0+",
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.6"
},
"description": "This server-side plugin is useful for all Roundcube users who don’t like to log into their e-mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.",
"keywords": [
"login",
"authorization",
"remember",
"password"
],
"homepage": "https://github.com/mfreiholz/persistent_login",
"version": "5.3.0",
"authors": [
{
"name": "Manuel Freiholz",
"homepage": "https://mfreiholz.de",
"role": "Developer"
}
]
}