forked from thomascube/roundcube-elastic4mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 799 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
{
"name": "roundcube/elastic4mobile",
"type": "roundcube-plugin",
"description": "Select Elastic skin for mobile devices",
"homepage": "https://github.com/thomascube/roundcube-elastic4mobile",
"keywords": ["skin", "mobile"],
"license": "GPL-3.0+",
"authors": [
{
"name": "Thomas Bruederli",
"email": "[email protected]",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.4.0",
"roundcube/plugin-installer": ">=0.1.3",
"mobiledetect/mobiledetectlib": "^2.8"
},
"extra": {
"roundcube": {
"min-version": "1.4-dev"
}
}
}