[
    {
        "name": "composer/semver",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/semver.git",
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5 || ^5.0.5",
            "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
        },
        "time": "2016-08-30T16:08:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\Semver\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nils Adermann",
                "email": "naderman@naderman.de",
                "homepage": "http://www.naderman.de"
            },
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            },
            {
                "name": "Rob Bast",
                "email": "rob.bast@gmail.com",
                "homepage": "http://robbast.nl"
            }
        ],
        "description": "Semver library that offers utilities, version constraint parsing and validation.",
        "keywords": [
            "semantic",
            "semver",
            "validation",
            "versioning"
        ]
    },
    {
        "name": "endroid/qr-code",
        "version": "1.6.6",
        "version_normalized": "1.6.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/endroid/qr-code.git",
            "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/endroid/qr-code/zipball/cef5d5b7b904d7bb0708eb744c35316364b65fa0",
            "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "php": ">=5.3.0"
        },
        "time": "2016-05-29T07:37:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Endroid\\QrCode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeroen van den Enden",
                "email": "info@endroid.nl",
                "homepage": "http://endroid.nl/"
            }
        ],
        "description": "Endroid QR Code",
        "homepage": "https://github.com/endroid/QrCode",
        "keywords": [
            "code",
            "endroid",
            "qr",
            "qrcode"
        ]
    },
    {
        "name": "kolab/net_ldap3",
        "version": "1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://gitlab.com/roundcube/net_ldap3.git",
            "reference": "4c21bdebaa62d05a36f3ef3eee4e9742875d7e57"
        },
        "dist": {
            "type": "zip",
            "url": "https://gitlab.com/api/v4/projects/roundcube%2Fnet_ldap3/repository/archive.zip?sha=4c21bdebaa62d05a36f3ef3eee4e9742875d7e57",
            "reference": "4c21bdebaa62d05a36f3ef3eee4e9742875d7e57",
            "shasum": ""
        },
        "require": {
            "pear/net_ldap2": ">=2.0.12",
            "php": ">=5.3.3"
        },
        "time": "2017-08-07T14:48:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "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": [
            "PEAR",
            "ldap",
            "vlv"
        ]
    },
    {
        "name": "pear/auth_sasl",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Auth_SASL.git",
            "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
            "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
            "shasum": ""
        },
        "require": {
            "pear/pear_exception": "@stable"
        },
        "require-dev": {
            "phpunit/phpunit": "@stable"
        },
        "time": "2017-03-07T14:37:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Auth": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD"
        ],
        "authors": [
            {
                "name": "Anish Mistry",
                "email": "amistry@am-productions.biz",
                "role": "Lead"
            },
            {
                "name": "Richard Heyes",
                "email": "richard@php.net",
                "role": "Lead"
            },
            {
                "name": "Michael Bretterklieber",
                "email": "michael@bretterklieber.com",
                "role": "Lead"
            }
        ],
        "description": "Abstraction of various SASL mechanism responses"
    },
    {
        "name": "pear/console_commandline",
        "version": "v1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Console_CommandLine.git",
            "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
            "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xml": "*",
            "pear/pear_exception": "^1.0.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2016-07-14T06:00:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Console": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Richard Quadling",
                "email": "RQuadling@GMail.com"
            },
            {
                "name": "David Jean Louis",
                "email": "izimobil@gmail.com"
            }
        ],
        "description": "A full featured command line options and arguments parser.",
        "homepage": "https://github.com/pear/Console_CommandLine",
        "keywords": [
            "console"
        ]
    },
    {
        "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-20T20:28:12+00:00",
        "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/crypt_gpg",
        "version": "v1.6.3",
        "version_normalized": "1.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Crypt_GPG.git",
            "reference": "bf07ab51207446ed33ea0075083df9bbc2358617"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Crypt_GPG/zipball/bf07ab51207446ed33ea0075083df9bbc2358617",
            "reference": "bf07ab51207446ed33ea0075083df9bbc2358617",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "pear/console_commandline": "*",
            "pear/pear_exception": "*",
            "php": ">=5.4.8"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "suggest": {
            "ext-posix": "May require the posix PHP extension"
        },
        "time": "2018-05-29T07:07:50+00:00",
        "bin": [
            "scripts/crypt-gpg-pinentry"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Crypt": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Michael Gauthier",
                "email": "mike@silverorange.com"
            },
            {
                "name": "Nathan Fredrickson",
                "email": "nathan@silverorange.com"
            },
            {
                "name": "Aleksander Machniak",
                "email": "alec@alec.pl"
            }
        ],
        "description": "Provides an object oriented interface to the GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.",
        "homepage": "https://github.com/pear/Crypt_GPG",
        "keywords": [
            "PGP",
            "encryption",
            "gnupg",
            "gpg"
        ]
    },
    {
        "name": "pear/mail_mime",
        "version": "1.10.2",
        "version_normalized": "1.10.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Mail_Mime.git",
            "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/7b2f93fa5219da99e9997f497b916b5bb27eb57a",
            "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a",
            "shasum": ""
        },
        "require": {
            "pear/pear-core-minimal": "*"
        },
        "time": "2017-11-17T09:21:45+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mail": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-3-clause"
        ],
        "authors": [
            {
                "name": "Cipriano Groenendal",
                "email": "cipri@php.net",
                "role": "Lead"
            },
            {
                "name": "Aleksander Machniak",
                "email": "alec@php.net",
                "role": "Lead"
            }
        ],
        "description": "Mail_Mime provides classes to create MIME messages",
        "homepage": "http://pear.php.net/package/Mail_Mime"
    },
    {
        "name": "pear/net_idna2",
        "version": "v0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_IDNA2.git",
            "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_IDNA2/zipball/51734eaf8be2df58e8aad5835b9966459b2fb37c",
            "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c",
            "shasum": ""
        },
        "require": {
            "pear/pear_exception": "@stable"
        },
        "require-dev": {
            "phpunit/phpunit": "^4"
        },
        "time": "2017-03-06T20:46:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Net": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Stefan Neufeind",
                "email": "pear.neufeind@speedpartner.de",
                "role": "Lead"
            },
            {
                "name": "Daniel O'Connor",
                "email": "daniel.oconnor@gmail.com",
                "role": "Lead"
            }
        ],
        "description": "More info available on: https://pear.php.net/package/Net_IDNA2"
    },
    {
        "name": "pear/net_ldap2",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_LDAP2.git",
            "reference": "38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_LDAP2/zipball/38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8",
            "reference": "38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8",
            "shasum": ""
        },
        "require": {
            "ext-ldap": "*",
            "pear/pear-core-minimal": "^1.10.1"
        },
        "time": "2015-10-30T20:34:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Net/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "."
        ],
        "license": [
            "LGPL-3.0"
        ],
        "description": "Object oriented interface for searching and manipulating LDAP-entries",
        "homepage": "http://pear.php.net/package/Net_LDAP2",
        "keywords": [
            "PEAR",
            "ldap"
        ]
    },
    {
        "name": "pear/net_sieve",
        "version": "1.4.4",
        "version_normalized": "1.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_Sieve.git",
            "reference": "5bd8f14db4684f75aee468c0ff8c5ff5175f4716"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_Sieve/zipball/5bd8f14db4684f75aee468c0ff8c5ff5175f4716",
            "reference": "5bd8f14db4684f75aee468c0ff8c5ff5175f4716",
            "shasum": ""
        },
        "require": {
            "pear/net_socket": "~1.2",
            "pear/pear-core-minimal": "~1.10"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7.15"
        },
        "suggest": {
            "pear/auth_sasl": "Install optionally via your project's composer.json"
        },
        "time": "2018-09-09T07:09:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "./"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Anish Mistry",
                "email": "amistry@am-productions.biz",
                "role": "Lead"
            },
            {
                "name": "Richard Heyes",
                "email": "richard@php.net",
                "role": "Lead"
            },
            {
                "name": "Jan Schneider",
                "email": "jan@horde.org",
                "role": "Lead"
            },
            {
                "name": "Damian Fernandez Sosa",
                "email": "damlists@cnba.uba.ar",
                "role": "Lead"
            },
            {
                "name": "Aleksander Machniak",
                "email": "alec@alec.pl",
                "role": "Lead"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/Net_Sieve"
    },
    {
        "name": "pear/net_smtp",
        "version": "1.7.3",
        "version_normalized": "1.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_SMTP.git",
            "reference": "e066e5ee011ae056c03db1a95d210fc09649b477"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/e066e5ee011ae056c03db1a95d210fc09649b477",
            "reference": "e066e5ee011ae056c03db1a95d210fc09649b477",
            "shasum": ""
        },
        "require": {
            "pear/net_socket": "*",
            "pear/pear-core-minimal": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "suggest": {
            "pear/auth_sasl": "Install optionally via your project's composer.json"
        },
        "time": "2017-01-14T18:19:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Net": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "PHP-3.01"
        ],
        "authors": [
            {
                "name": "Jon Parise",
                "email": "jon@php.net",
                "homepage": "http://www.indelible.org",
                "role": "Lead"
            },
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "Lead"
            }
        ],
        "description": "An implementation of the SMTP protocol",
        "homepage": "http://pear.github.io/Net_SMTP/",
        "keywords": [
            "email",
            "mail",
            "smtp"
        ]
    },
    {
        "name": "pear/net_socket",
        "version": "v1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_Socket.git",
            "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_Socket/zipball/bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
            "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
            "shasum": ""
        },
        "require": {
            "pear/pear_exception": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2015-03-22T15:48:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Net": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "PHP License"
        ],
        "authors": [
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "Lead"
            },
            {
                "name": "Aleksander Machniak",
                "email": "alec@php.net",
                "role": "Lead"
            },
            {
                "name": "Stig Bakken",
                "email": "stig@php.net",
                "role": "Lead"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/Net_Socket"
    },
    {
        "name": "pear/pear-core-minimal",
        "version": "v1.10.6",
        "version_normalized": "1.10.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/pear-core-minimal.git",
            "reference": "052868b244d31f822796e7e9981f62557eb256d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/052868b244d31f822796e7e9981f62557eb256d4",
            "reference": "052868b244d31f822796e7e9981f62557eb256d4",
            "shasum": ""
        },
        "require": {
            "pear/console_getopt": "~1.3",
            "pear/pear_exception": "~1.0"
        },
        "replace": {
            "rsky/pear-core-min": "self.version"
        },
        "time": "2018-08-22T19:28:09+00:00",
        "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": "pear/pear_exception",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "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-10T20:07:52+00:00",
        "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": "roundcube/plugin-installer",
        "version": "0.1.9",
        "version_normalized": "0.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/roundcube/plugin-installer.git",
            "reference": "782420af7fb3f24295a61101d7e9296110c894e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/roundcube/plugin-installer/zipball/782420af7fb3f24295a61101d7e9296110c894e4",
            "reference": "782420af7fb3f24295a61101d7e9296110c894e4",
            "shasum": ""
        },
        "require": {
            "composer/semver": "^1.4.2",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "composer/composer": "*"
        },
        "time": "2017-10-29T16:13:28+00:00",
        "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."
    }
]
