diff options
Diffstat (limited to 'webmail/vendor/composer/installed.json')
| -rw-r--r-- | webmail/vendor/composer/installed.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/webmail/vendor/composer/installed.json b/webmail/vendor/composer/installed.json new file mode 100644 index 0000000..c87bfee --- /dev/null +++ b/webmail/vendor/composer/installed.json @@ -0,0 +1,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." + } +] |
