Advertisement
TheFan1968

rouncube composer konfig with plugins

Mar 20th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.08 KB | None | 0 0
  1. {
  2.     "name": "roundcube/roundcubemail",
  3.     "description": "The Roundcube Webmail suite",
  4.     "license": "GPL-3.0+",
  5.  
  6.     "repositories": [
  7.         {
  8.             "type": "pear",
  9.             "url": "http://pear.php.net/"
  10.         },
  11.         {
  12.             "type": "composer",
  13.             "url": "https://plugins.roundcube.net/"
  14.         },
  15.         {
  16.             "type": "vcs",
  17.             "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
  18.         }
  19.     ],
  20.     "require": {
  21.         "php": ">=5.3.7",
  22.         "roundcube/plugin-installer": "~0.1.6",
  23.         "patchwork/utf8": "~1.2.3",
  24.         "kolab/calendar": "dev-master",
  25.         "roundcube/filters": "dev-master",
  26.         "elm/identity_smtp": "dev-master",
  27.         "stwa/google-addressbook": "dev-master"
  28.     },
  29.     "require-dev": {
  30.         "phpunit/phpunit": "*"
  31.     },
  32.     "suggest": {
  33.         "pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
  34.         "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
  35.     },
  36.     "minimum-stability": "dev"
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement