Mercurial > hg > rc1
comparison vendor/roundcube/plugin-installer/composer.json @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
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 } |