forked from messagerie-melanie2/Roundcube-Plugin-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 870 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
{
"name": "melanie2/mobile",
"type": "roundcube-plugin",
"description": "Mobile Plugin and Skin for Roundcube (needs melanie2_mobile skin)",
"keywords": ["mobile","skin","responsive","design"],
"homepage": "https://github.com/messagerie-melanie2/Roundcube-Plugin-Mobile",
"license": "GPL-3.0+",
"version": "0.4.9",
"authors": [
{
"name": "Thomas Payen",
"homepage": "https://github.com/tpayen",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.6",
"melanie2/jquery_mobile": ">=1.2"
},
"extra": {
"roundcube": {
"min-version": "1.1"
}
}
}