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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
[
{
"name": "roundcube/plugin-installer",
"version": "dev-master",
"version_normalized": "9999999-dev",
"source": {
"type": "git",
"url": "https://github.com/roundcube/plugin-installer.git",
"reference": "8a050c5a59d3a70218b1c598f3bba08a8872fac8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roundcube/plugin-installer/zipball/8a050c5a59d3a70218b1c598f3bba08a8872fac8",
"reference": "8a050c5a59d3a70218b1c598f3bba08a8872fac8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"composer/composer": "*"
},
"time": "2013-07-27 09:11:42",
"bin": [
"src/bin/rcubeinitdb.sh"
],
"type": "composer-installer",
"extra": {
"class": "Roundcube\\Composer\\PluginInstaller"
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Roundcube\\Composer": "src/"
}
},
"notification-url": "http://plugins.roundcube.net/downloads/%package%",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "Till Klampaeckel",
"email": "till@php.net"
},
{
"name": "Thomas Bruederli",
"email": "thomas@roundcube.net"
}
],
"description": "A composer-installer for Roundcube plugins."
}
]
|