123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572 |
- [
- {
- "name": "roundcube/plugin-installer",
- "version": "0.1.8",
- "version_normalized": "0.1.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/roundcube/plugin-installer.git",
- "reference": "43f0938f2c4ce6885c5cb7c5c43d13e8fdc8b8a8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/roundcube/plugin-installer/zipball/43f0938f2c4ce6885c5cb7c5c43d13e8fdc8b8a8",
- "reference": "43f0938f2c4ce6885c5cb7c5c43d13e8fdc8b8a8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "composer/composer": "*"
- },
- "time": "2015-12-22 11:29:24",
- "bin": [
- "src/bin/rcubeinitdb.sh"
- ],
- "type": "composer-installer",
- "extra": {
- "class": "Roundcube\\Composer\\PluginInstaller"
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Roundcube\\Composer": "src/"
- }
- },
- "notification-url": "https://plugins.roundcube.net/downloads/",
- "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."
- },
- {
- "name": "pear-pear.php.net/Auth_SASL",
- "version": "1.0.6",
- "version_normalized": "1.0.6.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Auth_SASL-1.0.6.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "php": ">=4.2.0.0"
- },
- "replace": {
- "pear-pear/auth_sasl": "== 1.0.6.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "BSD"
- ],
- "description": "Provides code to generate responses to common SASL mechanisms, including:\n- Digest-MD5\n- Cram-MD5\n- Plain\n- Anonymous\n- Login (Pseudo mechanism)\n- SCRAM"
- },
- {
- "name": "pear-pear.php.net/Net_IDNA2",
- "version": "0.1.1",
- "version_normalized": "0.1.1.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Net_IDNA2-0.1.1.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "php": ">=5.2.1.0"
- },
- "replace": {
- "pear-pear/net_idna2": "== 0.1.1.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL"
- ],
- "description": "This package helps you to encode and decode punycode strings easily."
- },
- {
- "name": "pear-pear.php.net/Mail_Mime",
- "version": "1.10.0",
- "version_normalized": "1.10.0.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Mail_Mime-1.10.0.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "php": ">=5.0.0.0"
- },
- "replace": {
- "pear-pear/mail_mime": "== 1.10.0.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "BSD Style"
- ],
- "description": "Mail_Mime provides classes to deal with the creation and manipulation of MIME messages.\nIt allows people to create e-mail messages consisting of:\n* Text Parts\n* HTML Parts\n* Inline HTML Images\n* Attachments\n* Attached messages\n\nIt supports big messages, base64 and quoted-printable encodings and\nnon-ASCII characters in filenames, subjects, recipients, etc. encoded\nusing RFC2047 and/or RFC2231."
- },
- {
- "name": "pear-pear.php.net/Console_CommandLine",
- "version": "1.2.2",
- "version_normalized": "1.2.2.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Console_CommandLine-1.2.2.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "ext-dom": "*",
- "ext-xml": "*",
- "php": ">=5.3.0.0"
- },
- "replace": {
- "pear-pear/console_commandline": "== 1.2.2.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "MIT"
- ],
- "description": "Console_CommandLine is a full featured package for managing command-line \noptions and arguments highly inspired from python optparse module, it allows \nthe developer to easily build complex command line interfaces.\n\nMain features:\n * handles sub commands (ie. $ myscript.php -q subcommand -f file),\n * can be completely built from an xml definition file,\n * generate --help and --version options automatically,\n * can be completely customized,\n * builtin support for i18n,\n * and much more..."
- },
- {
- "name": "pear-pear.php.net/Crypt_GPG",
- "version": "1.4.2",
- "version_normalized": "1.4.2.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Crypt_GPG-1.4.2.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "ext-mbstring": "*",
- "pear-pear.php.net/console_commandline": ">=1.1.10.0",
- "php": ">=5.2.1.0"
- },
- "replace": {
- "pear-pear/crypt_gpg": "== 1.4.2.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL"
- ],
- "description": "This package provides an object oriented interface to GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.\n\nThough GnuPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography.\n\nThis package requires PHP version 5.2.1 or greater."
- },
- {
- "name": "pear-pear.php.net/Net_Socket",
- "version": "1.0.14",
- "version_normalized": "1.0.14.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Net_Socket-1.0.14.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "php": ">=4.3.0.0"
- },
- "replace": {
- "pear-pear/net_socket": "== 1.0.14.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "PHP License"
- ],
- "description": "Net_Socket is a class interface to TCP sockets. It provides blocking\n and non-blocking operation, with different reading and writing modes\n (byte-wise, block-wise, line-wise and special formats like network\n byte-order ip addresses)."
- },
- {
- "name": "pear-pear.php.net/Net_SMTP",
- "version": "1.7.2",
- "version_normalized": "1.7.2.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Net_SMTP-1.7.2.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "pear-pear.php.net/net_socket": ">=1.0.7.0",
- "php": ">=5.4.0.0"
- },
- "replace": {
- "pear-pear/net_smtp": "== 1.7.2.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "PHP License"
- ],
- "description": "Provides an implementation of the SMTP protocol using PEAR's Net_Socket class."
- },
- {
- "name": "pear-pear.php.net/Net_LDAP2",
- "version": "2.2.0",
- "version_normalized": "2.2.0.0",
- "dist": {
- "type": "file",
- "url": "https://pear.php.net/get/Net_LDAP2-2.2.0.tgz",
- "reference": null,
- "shasum": null
- },
- "require": {
- "ext-ldap": "*",
- "php": ">=5.4.0.0"
- },
- "replace": {
- "pear-pear/net_ldap2": "== 2.2.0.0"
- },
- "type": "pear-library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPLv3 License"
- ],
- "description": "Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAP\n object interface to directory servers. It does contain most of Net::LDAPs\n features but has some own too.\n With Net_LDAP2 you have:\n * A simple object-oriented interface to connections, searches entries and filters.\n * Support for TLS and LDAP v3.\n * Simple modification, deletion and creation of LDAP entries.\n * Support for schema handling.\n\n Net_LDAP2 layers itself on top of PHP's existing ldap extensions."
- },
- {
- "name": "kolab/net_ldap3",
- "version": "dev-master",
- "version_normalized": "9999999-dev",
- "source": {
- "type": "git",
- "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git",
- "reference": "50896031cf5a56057d4fc632c61ad1c663b7debc"
- },
- "require": {
- "pear-pear/net_ldap2": ">=2.0.12",
- "php": ">=5.3.3"
- },
- "time": "2016-04-05 10:45:39",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "classmap": [
- "lib/"
- ]
- },
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "Jeroen van Meeuwen",
- "email": "vanmeeuwen@kolabsys.com",
- "role": "Lead"
- },
- {
- "name": "Aleksander Machniak",
- "email": "machniak@kolabsys.com",
- "role": "Developer"
- },
- {
- "name": "Thomas Bruederli",
- "email": "roundcube@gmail.com",
- "role": "Developer"
- }
- ],
- "description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories",
- "homepage": "http://git.kolab.org/pear/Net_LDAP3/",
- "keywords": [
- "ldap",
- "pear",
- "vlv"
- ]
- },
- {
- "name": "pear/pear_exception",
- "version": "dev-master",
- "version_normalized": "9999999-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/PEAR_Exception.git",
- "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
- "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
- "shasum": ""
- },
- "require": {
- "php": ">=4.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "*"
- },
- "time": "2015-02-10 20:07:52",
- "type": "class",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "PEAR": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "."
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Helgi Thormar",
- "email": "dufuz@php.net"
- },
- {
- "name": "Greg Beaver",
- "email": "cellog@php.net"
- }
- ],
- "description": "The PEAR Exception base class.",
- "homepage": "https://github.com/pear/PEAR_Exception",
- "keywords": [
- "exception"
- ]
- },
- {
- "name": "pear/console_getopt",
- "version": "v1.4.1",
- "version_normalized": "1.4.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/Console_Getopt.git",
- "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
- "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
- "shasum": ""
- },
- "time": "2015-07-20 20:28:12",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Console": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "./"
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Greg Beaver",
- "email": "cellog@php.net",
- "role": "Helper"
- },
- {
- "name": "Andrei Zmievski",
- "email": "andrei@php.net",
- "role": "Lead"
- },
- {
- "name": "Stig Bakken",
- "email": "stig@php.net",
- "role": "Developer"
- }
- ],
- "description": "More info available on: http://pear.php.net/package/Console_Getopt"
- },
- {
- "name": "pear/pear-core-minimal",
- "version": "v1.10.1",
- "version_normalized": "1.10.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/pear-core-minimal.git",
- "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896",
- "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896",
- "shasum": ""
- },
- "require": {
- "pear/console_getopt": "~1.3",
- "pear/pear_exception": "~1.0"
- },
- "replace": {
- "rsky/pear-core-min": "self.version"
- },
- "time": "2015-10-17 11:41:19",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "src/"
- ],
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Christian Weiske",
- "email": "cweiske@php.net",
- "role": "Lead"
- }
- ],
- "description": "Minimal set of PEAR core files to be used as composer dependency"
- },
- {
- "name": "roundcube/net_sieve",
- "version": "1.5.3",
- "version_normalized": "1.5.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/roundcube/Net_Sieve.git",
- "reference": "114dcd753b00f7a81329ee771981222e7980e09c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/roundcube/Net_Sieve/zipball/114dcd753b00f7a81329ee771981222e7980e09c",
- "reference": "114dcd753b00f7a81329ee771981222e7980e09c",
- "shasum": ""
- },
- "require": {
- "pear-pear.php.net/net_socket": "*",
- "pear/pear-core-minimal": "*"
- },
- "require-dev": {
- "phpunit/phpunit": "*"
- },
- "suggest": {
- "pear/auth_sasl": "Install optionally via your project's composer.json"
- },
- "time": "2016-08-16 11:35:22",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- "./"
- ]
- },
- "license": [
- "BSD"
- ],
- "authors": [
- {
- "email": "jan@horde.org",
- "name": "Jan Schneider",
- "role": "Lead"
- },
- {
- "email": "richard@php.net",
- "name": "Richard Heyes",
- "role": "Lead"
- },
- {
- "email": "damlists@cnba.uba.ar",
- "name": "Damian Fernandez Sosa",
- "role": "Lead"
- },
- {
- "email": "amistry@am-productions.biz",
- "name": "Anish Mistry",
- "role": "Lead"
- }
- ],
- "description": "This is a fork of http://pear.php.net/package/Net_Sieve",
- "support": {
- "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Sieve",
- "source": "https://github.com/roundcube/Net_Sieve"
- }
- }
- ]
|