0
|
1 {
|
|
2 "name": "roundcube/plugin-installer",
|
|
3 "description": "A composer-installer for Roundcube plugins.",
|
|
4 "type": "composer-installer",
|
|
5 "license": "GPL-3.0+",
|
|
6 "authors": [
|
|
7 {
|
|
8 "name": "Thomas Bruederli",
|
|
9 "email": "thomas@roundcube.net"
|
|
10 },
|
|
11 {
|
|
12 "name": "Till Klampaeckel",
|
|
13 "email": "till@php.net"
|
|
14 }
|
|
15 ],
|
|
16 "autoload": {
|
|
17 "psr-0": {
|
|
18 "Roundcube\\Composer": "src/"
|
|
19 }
|
|
20 },
|
|
21 "extra": {
|
|
22 "class": "Roundcube\\Composer\\PluginInstaller"
|
|
23 },
|
|
24 "bin": [
|
|
25 "src/bin/rcubeinitdb.sh"
|
|
26 ],
|
|
27 "require": {
|
|
28 "php": ">=5.3.0",
|
|
29 "composer/semver": "^1.4.2"
|
|
30 },
|
|
31 "require-dev": {
|
|
32 "composer/composer": "*"
|
|
33 }
|
|
34 }
|