forked from dweuthen/roundcube-application_passwords
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 684 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 684 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
{
"name": "dweuthen/application_passwords",
"type": "roundcube-plugin",
"description": "Roundcube plugin to manage application-specific passsords.",
"homepage" : "https://github.com/dweuthen/roundcube-application_passwords",
"license": "GNU GPLv3+",
"version": "0.1.0",
"authors": [
{
"name": "Daniel Weuthen",
"email": "daniel@weuthen-net.de",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}