forked from roundcube/plugin-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 843 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 843 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
31
32
33
34
35
36
{
"name": "roundcube/plugin-installer",
"description": "A composer-installer for Roundcube plugins and skins.",
"type": "composer-plugin",
"license": "GPL-3.0+",
"authors": [
{
"name": "Thomas Bruederli",
"email": "thomas@roundcube.net"
},
{
"name": "Till Klampaeckel",
"email": "till@php.net"
},
{
"name": "Philip Weir",
"email": "roundcube@tehinterweb.co.uk"
}
],
"autoload": {
"psr-0": {
"Roundcube\\Composer": "src/"
}
},
"extra": {
"class": [
"Roundcube\\Composer\\RoundcubeInstaller"
]
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"composer/composer": "*"
}
}