[
    {
        "name": "doctrine/lexer",
        "version": "v1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
            "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-01-12 18:59:04",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
            "reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*"
        },
        "time": "2013-06-16 21:33:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449",
            "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2013-10-25 19:04:14",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Cache\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan H. Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.2",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
            "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-02-03 23:07:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
            "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-01-10 21:49:15",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluarlize",
            "singuarlize",
            "string"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/ceb18cf9b0230f3ea208b6238130fd415abda0a7",
            "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "time": "2013-09-07 10:20:34",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "fec965d330c958e175c39e61c3f6751955af32d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0",
            "reference": "fec965d330c958e175c39e61c3f6751955af32d0",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "symfony/console": "~2.0"
        },
        "suggest": {
            "symfony/console": "Allows use of the command line interface"
        },
        "time": "2014-01-01 16:43:57",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Psr\\Log\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "mtdowling/cron-expression",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mtdowling/cron-expression.git",
            "reference": "a47ac8d5ec15049013792401af5a4d13e3dbe7f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/a47ac8d5ec15049013792401af5a4d13e3dbe7f6",
            "reference": "a47ac8d5ec15049013792401af5a4d13e3dbe7f6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-11-23 19:48:39",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Cron": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ]
    },
    {
        "name": "yzalis/identicon",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yzalis/Identicon.git",
            "reference": "a99fc2a3d018512f7914bc6f972952536c0f309b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yzalis/Identicon/zipball/a99fc2a3d018512f7914bc6f972952536c0f309b",
            "reference": "a99fc2a3d018512f7914bc6f972952536c0f309b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "fzaninotto/faker": "1.2.*@dev"
        },
        "time": "2014-07-13 09:19:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Identicon": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Benjamin Laugueux",
                "email": "benjamin@yzalis.com"
            }
        ],
        "description": "Create awesome unique avatar.",
        "homepage": "http://identicon-php.org",
        "keywords": [
            "avatar",
            "identicon",
            "image"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Yaml.git",
            "reference": "4a29a5248aed4fb45f626a7bbbd330291492f5c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Yaml/zipball/4a29a5248aed4fb45f626a7bbbd330291492f5c3",
            "reference": "4a29a5248aed4fb45f626a7bbbd330291492f5c3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-05-02 15:21:08",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "zendframework/zend-loader",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-loader.git",
            "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
            "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-06-03 14:05:47",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Loader\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-loader",
        "keywords": [
            "loader",
            "zf2"
        ]
    },
    {
        "name": "zordius/lightncandy",
        "version": "v0.21",
        "version_normalized": "0.21.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zordius/lightncandy.git",
            "reference": "015fed62d0ae6fe7601d3910b8e4b6a6964f86a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zordius/lightncandy/zipball/015fed62d0ae6fe7601d3910b8e4b6a6964f86a0",
            "reference": "015fed62d0ae6fe7601d3910b8e4b6a6964f86a0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.0.17"
        },
        "time": "2015-05-08 01:56:46",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/lightncandy.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Zordius Chen",
                "email": "zordius@yahoo-inc.com"
            }
        ],
        "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
        "homepage": "https://github.com/zordius/lightncandy",
        "keywords": [
            "handlebars",
            "logicless",
            "mustache",
            "php",
            "template"
        ]
    },
    {
        "name": "composer/semver",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/semver.git",
            "reference": "84c47f3d8901440403217afc120683c7385aecb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/84c47f3d8901440403217afc120683c7385aecb8",
            "reference": "84c47f3d8901440403217afc120683c7385aecb8",
            "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-03-30 13:16:03",
        "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": "zendframework/zend-ldap",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-ldap.git",
            "reference": "14c5b862899ad8bb6cd02c567f394ec5dadc039d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-ldap/zipball/14c5b862899ad8bb6cd02c567f394ec5dadc039d",
            "reference": "14c5b862899ad8bb6cd02c567f394ec5dadc039d",
            "shasum": ""
        },
        "require": {
            "ext-ldap": "*",
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "php-mock/php-mock-phpunit": "~0.3",
            "phpunit/phpunit": "^4.5",
            "zendframework/zend-config": "^2.5",
            "zendframework/zend-eventmanager": "^2.6.3 || ^3.0.1",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "Zend\\EventManager component"
        },
        "time": "2016-05-23 19:03:38",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Ldap\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory",
        "homepage": "https://github.com/zendframework/zend-ldap",
        "keywords": [
            "ldap",
            "zf2"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.20.0",
        "version_normalized": "1.20.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037",
            "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "~5.3"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2016-07-02 14:02:10",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "zendframework/zend-hydrator",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-hydrator.git",
            "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
            "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "^2.0@dev",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-inputfilter": "^2.6",
            "zendframework/zend-serializer": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
            "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
            "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
        },
        "time": "2016-02-18 22:38:26",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-release-1.0": "1.0-dev",
                "dev-release-1.1": "1.1-dev",
                "dev-master": "2.0-dev",
                "dev-develop": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Hydrator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-hydrator",
        "keywords": [
            "hydrator",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-math",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-math.git",
            "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
            "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "ircmaxell/random-lib": "~1.1",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "ext-bcmath": "If using the bcmath functionality",
            "ext-gmp": "If using the gmp functionality",
            "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
        },
        "time": "2016-04-07 16:29:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev",
                "dev-develop": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Math\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-math",
        "keywords": [
            "math",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-crypt",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-crypt.git",
            "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
            "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "~1.0",
            "php": "^5.5 || ^7.0",
            "zendframework/zend-math": "^2.6",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "ext-mcrypt": "Required for most features of Zend\\Crypt"
        },
        "time": "2016-02-03 23:46:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev",
                "dev-develop": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Crypt\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-crypt",
        "keywords": [
            "crypt",
            "zf2"
        ]
    },
    {
        "name": "slim/slim",
        "version": "2.6.2",
        "version_normalized": "2.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/20a02782f76830b67ae56a5c08eb1f563c351a37",
            "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "suggest": {
            "ext-mcrypt": "Required for HTTP cookie encryption"
        },
        "time": "2015-03-08 18:41:17",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Slim": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "info@joshlockhart.com",
                "homepage": "http://www.joshlockhart.com/"
            }
        ],
        "description": "Slim Framework, a PHP micro framework",
        "homepage": "http://github.com/codeguy/Slim",
        "keywords": [
            "microframework",
            "rest",
            "router"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
            "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-01-02 13:31:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "phpoffice/phpspreadsheet",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
            "reference": "a2771e562e3a17c0d512d2009e38fd628beece90"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a2771e562e3a17c0d512d2009e38fd628beece90",
            "reference": "a2771e562e3a17c0d512d2009e38fd628beece90",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-gd": "*",
            "ext-iconv": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-simplexml": "*",
            "ext-xml": "*",
            "ext-xmlreader": "*",
            "ext-xmlwriter": "*",
            "ext-zip": "*",
            "ext-zlib": "*",
            "php": "^5.6|^7.0",
            "psr/simple-cache": "^1.0"
        },
        "require-dev": {
            "dompdf/dompdf": "^0.8.0",
            "friendsofphp/php-cs-fixer": "@stable",
            "jpgraph/jpgraph": "^4.0",
            "mpdf/mpdf": "^7.0.0",
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^2.7",
            "tecnickcom/tcpdf": "^6.2"
        },
        "suggest": {
            "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
            "ext-dom": "Option to read and write HTML files",
            "ext-gd": "Required for exact column width autocalculation",
            "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
            "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
            "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
        },
        "time": "2018-01-28 12:37:15",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Erik Tilt"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://rootslabs.net"
            },
            {
                "name": "Mark Baker",
                "homepage": "http://markbakeruk.net"
            }
        ],
        "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
        "keywords": [
            "OpenXML",
            "excel",
            "gnumeric",
            "ods",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ]
    },
    {
        "name": "tecnickcom/tcpdf",
        "version": "6.2.17",
        "version_normalized": "6.2.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tecnickcom/TCPDF.git",
            "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
            "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-02-24 11:48:20",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "config",
                "include",
                "tcpdf.php",
                "tcpdf_parser.php",
                "tcpdf_import.php",
                "tcpdf_barcodes_1d.php",
                "tcpdf_barcodes_2d.php",
                "include/tcpdf_colors.php",
                "include/tcpdf_filters.php",
                "include/tcpdf_font_data.php",
                "include/tcpdf_fonts.php",
                "include/tcpdf_images.php",
                "include/tcpdf_static.php",
                "include/barcodes/datamatrix.php",
                "include/barcodes/pdf417.php",
                "include/barcodes/qrcode.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Nicola Asuni",
                "email": "info@tecnick.com",
                "role": "lead"
            }
        ],
        "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
        "homepage": "http://www.tcpdf.org/",
        "keywords": [
            "PDFD32000-2008",
            "TCPDF",
            "barcodes",
            "datamatrix",
            "pdf",
            "pdf417",
            "qrcode"
        ]
    },
    {
        "name": "php-mime-mail-parser/php-mime-mail-parser",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
            "reference": "5f5bdf0f2496f7cd6afc8ec739d328f847da6b25"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/5f5bdf0f2496f7cd6afc8ec739d328f847da6b25",
            "reference": "5f5bdf0f2496f7cd6afc8ec739d328f847da6b25",
            "shasum": ""
        },
        "require": {
            "ext-mailparse": "*",
            "php": "^5.6.0 || ^7.0"
        },
        "replace": {
            "exorus/php-mime-mail-parser": "*",
            "messaged/php-mime-mail-parser": "*"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "0.*",
            "phpunit/php-token-stream": "^1.3.0",
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2018-09-28 21:56:35",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpMimeMailParser\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "bucabay",
                "email": "gabe@fijiwebdesign.com",
                "homepage": "http://www.fijiwebdesign.com",
                "role": "Developer"
            },
            {
                "name": "eXorus",
                "email": "exorus.spam@gmail.com",
                "homepage": "https://github.com/eXorus/",
                "role": "Developer"
            },
            {
                "name": "M.Valinskis",
                "email": "M.Valins@gmail.com",
                "homepage": "https://code.google.com/p/php-mime-mail-parser",
                "role": "Developer"
            },
            {
                "name": "eugene.emmett.wood",
                "email": "gene_w@cementhorizon.com",
                "homepage": "https://code.google.com/p/php-mime-mail-parser",
                "role": "Developer"
            },
            {
                "name": "alknetso",
                "email": "alkne@gmail.com",
                "homepage": "https://code.google.com/p/php-mime-mail-parser",
                "role": "Developer"
            }
        ],
        "description": "Fully Tested Mailparse Extension Wrapper for PHP 5.6+",
        "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
        "keywords": [
            "MimeMailParser",
            "mail",
            "mailparse",
            "mime"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "3e83acef94d979b1de946599ef86b3a352abcdc9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/3e83acef94d979b1de946599ef86b3a352abcdc9",
            "reference": "3e83acef94d979b1de946599ef86b3a352abcdc9",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2018-10-14 20:48:13",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "opis/closure",
        "version": "3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/opis/closure.git",
            "reference": "d3209e46ad6c69a969b705df0738fd0dbe26ef9e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opis/closure/zipball/d3209e46ad6c69a969b705df0738fd0dbe26ef9e",
            "reference": "d3209e46ad6c69a969b705df0738fd0dbe26ef9e",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0"
        },
        "require-dev": {
            "jeremeamia/superclosure": "^2.0",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2018-10-02 13:36:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Opis\\Closure\\": "src/"
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marius Sarca",
                "email": "marius.sarca@gmail.com"
            },
            {
                "name": "Sorin Sarca",
                "email": "sarca_sorin@hotmail.com"
            }
        ],
        "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
        "homepage": "https://opis.io/closure",
        "keywords": [
            "anonymous functions",
            "closure",
            "function",
            "serializable",
            "serialization",
            "serialize"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
            "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-09-21 13:07:52",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "true/punycode",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/true/php-punycode.git",
            "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
            "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.7",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2016-11-16 10:37:54",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TrueBV\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Renan Gonçalves",
                "email": "renan.saddam@gmail.com"
            }
        ],
        "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
        "homepage": "https://github.com/true/php-punycode",
        "keywords": [
            "idna",
            "punycode"
        ]
    },
    {
        "name": "zendframework/zend-mail",
        "version": "2.10.0",
        "version_normalized": "2.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mail.git",
            "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/d7beb63d5f7144a21ac100072c453e63860cdab8",
            "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "php": "^5.6 || ^7.0",
            "true/punycode": "^2.1",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-mime": "^2.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.0",
            "zendframework/zend-validator": "^2.10.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-crypt": "^2.6 || ^3.0",
            "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1"
        },
        "suggest": {
            "zendframework/zend-crypt": "Crammd5 support in SMTP Auth",
            "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
        },
        "time": "2018-06-07 13:37:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.x-dev",
                "dev-develop": "2.11.x-dev"
            },
            "zf": {
                "component": "Zend\\Mail",
                "config-provider": "Zend\\Mail\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mail\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
        "keywords": [
            "ZendFramework",
            "mail",
            "zf"
        ]
    },
    {
        "name": "spatie/async",
        "version": "dev-for-espocrm",
        "version_normalized": "dev-for-espocrm",
        "source": {
            "type": "git",
            "url": "https://github.com/yurikuzn/async.git",
            "reference": "9e0f665e4cf0cb4f4d3d78c78ab567b2b539415f"
        },
        "require": {
            "opis/closure": "^3.0",
            "php": "^7.1",
            "symfony/process": "^3.3 || ^4.0"
        },
        "require-dev": {
            "larapack/dd": "^1.1",
            "phpunit/phpunit": "^6.0",
            "symfony/stopwatch": "^4.0"
        },
        "time": "2018-12-11 08:49:14",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "files": [],
            "psr-4": {
                "Spatie\\Async\\": "src"
            }
        },
        "autoload-dev": {
            "psr-4": {
                "Spatie\\Async\\Tests\\": "tests"
            }
        },
        "scripts": {
            "test": [
                "vendor/bin/phpunit"
            ]
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brent Roose",
                "email": "brent@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "Asynchronous and parallel PHP with the PCNTL extension",
        "homepage": "https://github.com/spatie/async",
        "keywords": [
            "async",
            "spatie"
        ]
    },
    {
        "name": "symfony/routing",
        "version": "v3.2.14",
        "version_normalized": "3.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/b382d7c4f443372c118efcd0cd2bf1028434f2f5",
            "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "conflict": {
            "symfony/config": "<2.8"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/common": "~2.2",
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/http-foundation": "~2.8|~3.0",
            "symfony/yaml": "~2.8|~3.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/dependency-injection": "For loading routes from a service",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2017-06-23 06:35:45",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.2.2",
        "version_normalized": "4.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "a633d422a09242064ba24e44a6e1494c5126de86"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
            "reference": "a633d422a09242064ba24e44a6e1494c5126de86",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "~3.4|~4.0"
        },
        "time": "2019-01-05 16:37:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.0",
            "satooshi/php-coveralls": ">=1.0"
        },
        "time": "2016-02-11 07:05:27",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06 14:39:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "9f83dded91781a01c63574e387eaa769be769115"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
            "reference": "9f83dded91781a01c63574e387eaa769be769115",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "time": "2018-12-04 20:46:45",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "evenement/evenement",
        "version": "v3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/evenement.git",
            "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
            "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2017-07-23 21:35:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Evenement": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "Événement is a very simple event dispatching library for PHP",
        "keywords": [
            "event-dispatcher",
            "event-emitter"
        ]
    },
    {
        "name": "react/event-loop",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/event-loop.git",
            "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/event-loop/zipball/0266aff7aa7b0613b1f38a723e14a0ebc55cfca3",
            "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35 || ^5.7 || ^6.4"
        },
        "suggest": {
            "ext-event": "~1.0 for ExtEventLoop",
            "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
        },
        "time": "2018-07-11 14:37:46",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\EventLoop\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
        "keywords": [
            "asynchronous",
            "event-loop"
        ]
    },
    {
        "name": "react/stream",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/stream.git",
            "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6",
            "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.8",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
        },
        "require-dev": {
            "clue/stream-filter": "~1.2",
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2019-01-01 16:15:09",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Stream\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
        "keywords": [
            "event-driven",
            "io",
            "non-blocking",
            "pipe",
            "reactphp",
            "readable",
            "stream",
            "writable"
        ]
    },
    {
        "name": "react/promise",
        "version": "v2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
            "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2019-01-07 21:25:54",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Sorgalla",
                "email": "jsorgalla@gmail.com"
            }
        ],
        "description": "A lightweight implementation of CommonJS Promises/A for PHP",
        "keywords": [
            "promise",
            "promises"
        ]
    },
    {
        "name": "react/promise-timer",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise-timer.git",
            "reference": "a11206938ca2394dc7bb368f5da25cd4533fa603"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/a11206938ca2394dc7bb368f5da25cd4533fa603",
            "reference": "a11206938ca2394dc7bb368f5da25cd4533fa603",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
            "react/promise": "^2.7.0 || ^1.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2018-06-13 16:45:37",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\Timer\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Lück",
                "email": "christian@lueck.tv"
            }
        ],
        "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
        "homepage": "https://github.com/reactphp/promise-timer",
        "keywords": [
            "async",
            "event-loop",
            "promise",
            "reactphp",
            "timeout",
            "timer"
        ]
    },
    {
        "name": "react/cache",
        "version": "v0.5.0",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/cache.git",
            "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/cache/zipball/7d7da7fb7574d471904ba357b39bbf110ccdbf66",
            "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/promise": "~2.0|~1.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2018-06-25 12:52:40",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async, Promise-based cache interface for ReactPHP",
        "keywords": [
            "cache",
            "caching",
            "promise",
            "reactphp"
        ]
    },
    {
        "name": "react/dns",
        "version": "v0.4.16",
        "version_normalized": "0.4.16.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/dns.git",
            "reference": "0a0bedfec72b38406413c6ea01e1c015bd0bf72b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/dns/zipball/0a0bedfec72b38406413c6ea01e1c015bd0bf72b",
            "reference": "0a0bedfec72b38406413c6ea01e1c015bd0bf72b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/cache": "^0.5 || ^0.4 || ^0.3",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
            "react/promise": "^2.1 || ^1.2.1",
            "react/promise-timer": "^1.2",
            "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
        },
        "require-dev": {
            "clue/block-react": "^1.2",
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2018-11-11 11:21:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Dns\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async DNS resolver for ReactPHP",
        "keywords": [
            "async",
            "dns",
            "dns-resolver",
            "reactphp"
        ]
    },
    {
        "name": "react/socket",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/socket.git",
            "reference": "23b7372bb25cea934f6124f5bdac34e30161959e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/socket/zipball/23b7372bb25cea934f6124f5bdac34e30161959e",
            "reference": "23b7372bb25cea934f6124f5bdac34e30161959e",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.0",
            "react/dns": "^0.4.13",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
            "react/promise": "^2.6.0 || ^1.2.1",
            "react/promise-timer": "^1.4.0",
            "react/stream": "^1.1"
        },
        "require-dev": {
            "clue/block-react": "^1.2",
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2019-01-07 14:10:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Socket\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
        "keywords": [
            "Connection",
            "Socket",
            "async",
            "reactphp",
            "stream"
        ]
    },
    {
        "name": "ratchet/rfc6455",
        "version": "0.2.4",
        "version_normalized": "0.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ratchetphp/RFC6455.git",
            "reference": "1612f528c3496ad06e910d0f8b6f16ab97696706"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/1612f528c3496ad06e910d0f8b6f16ab97696706",
            "reference": "1612f528c3496ad06e910d0f8b6f16ab97696706",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "^1.0",
            "php": ">=5.4.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.8.*",
            "react/http": "^0.4.1",
            "react/socket-client": "^0.4.3"
        },
        "time": "2018-05-02 14:52:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ratchet\\RFC6455\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Boden",
                "email": "cboden@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "RFC6455 WebSocket protocol handler",
        "homepage": "http://socketo.me",
        "keywords": [
            "WebSockets",
            "rfc6455",
            "websocket"
        ]
    },
    {
        "name": "cboden/ratchet",
        "version": "v0.4.1",
        "version_normalized": "0.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ratchetphp/Ratchet.git",
            "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/0d31f3a8ad4795fd48397712709e55cd07f51360",
            "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "^1.0",
            "php": ">=5.4.2",
            "ratchet/rfc6455": "^0.2",
            "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
            "symfony/http-foundation": "^2.6|^3.0|^4.0",
            "symfony/routing": "^2.6|^3.0|^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2017-12-12 00:49:31",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ratchet\\": "src/Ratchet"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Boden",
                "email": "cboden@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "PHP WebSocket library",
        "homepage": "http://socketo.me",
        "keywords": [
            "Ratchet",
            "WebSockets",
            "server",
            "sockets",
            "websocket"
        ]
    },
    {
        "name": "react/zmq",
        "version": "v0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/friends-of-reactphp/zmq.git",
            "reference": "13dec0bd2397adcc5d6aa54c8d7f0982fba66f39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/friends-of-reactphp/zmq/zipball/13dec0bd2397adcc5d6aa54c8d7f0982fba66f39",
            "reference": "13dec0bd2397adcc5d6aa54c8d7f0982fba66f39",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0",
            "ext-zmq": "*",
            "php": ">=5.4.0",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4"
        },
        "require-dev": {
            "ext-pcntl": "*",
            "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4"
        },
        "time": "2018-05-18 15:27:55",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\ZMQ\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "ZeroMQ bindings for React.",
        "keywords": [
            "zeromq",
            "zmq"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "01ab082b355bf188d907b9929cd99b2923053495"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
            "reference": "01ab082b355bf188d907b9929cd99b2923053495",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-01-15 00:49:33",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Michelf\\": "Michelf/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "https://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "https://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "https://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "name": "zendframework/zend-validator",
        "version": "2.11.1",
        "version_normalized": "2.11.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-validator.git",
            "reference": "3c28dfe4e5951ba38059cea895244d9d206190b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/3c28dfe4e5951ba38059cea895244d9d206190b3",
            "reference": "3c28dfe4e5951ba38059cea895244d9d206190b3",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0.8 || ^5.7.15",
            "psr/http-message": "^1.0",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-db": "^2.7",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-math": "^2.6",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-session": "^2.8",
            "zendframework/zend-uri": "^2.5"
        },
        "suggest": {
            "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators",
            "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
            "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
            "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
            "zendframework/zend-i18n-resources": "Translations of validator messages",
            "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
            "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
            "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
        },
        "time": "2019-01-29 22:26:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev",
                "dev-develop": "2.12.x-dev"
            },
            "zf": {
                "component": "Zend\\Validator",
                "config-provider": "Zend\\Validator\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Validator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a set of commonly needed validators",
        "homepage": "https://github.com/zendframework/zend-validator",
        "keywords": [
            "validator",
            "zf2"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14 16:28:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "shasum": ""
        },
        "require": {
            "psr/container": "^1.0"
        },
        "time": "2017-02-14 19:40:03",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Container\\": "src/Interop/Container/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
        "homepage": "https://github.com/container-interop/container-interop"
    },
    {
        "name": "zendframework/zend-mime",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mime.git",
            "reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/52ae5fa9f12845cae749271034a2d594f0e4c6f2",
            "reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.21 || ^6.3",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-mail": "^2.6"
        },
        "suggest": {
            "zendframework/zend-mail": "Zend\\Mail component"
        },
        "time": "2018-05-14 19:02:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev",
                "dev-develop": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mime\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Create and parse MIME messages and parts",
        "homepage": "https://github.com/zendframework/zend-mime",
        "keywords": [
            "ZendFramework",
            "mime",
            "zf"
        ]
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "66536006722aff9e62d1b331025089b7ec71c065"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
            "reference": "66536006722aff9e62d1b331025089b7ec71c065",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpbench/phpbench": "^0.13",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-08-28 21:34:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SPL extensions, array utilities, error handlers, and more",
        "keywords": [
            "ZendFramework",
            "stdlib",
            "zf"
        ]
    },
    {
        "name": "zendframework/zend-servicemanager",
        "version": "3.3.2",
        "version_normalized": "3.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-servicemanager.git",
            "reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
            "reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.2",
            "php": "^5.6 || ^7.0",
            "psr/container": "^1.0",
            "zendframework/zend-stdlib": "^3.1"
        },
        "provide": {
            "container-interop/container-interop-implementation": "^1.2",
            "psr/container-implementation": "^1.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "^1.6.5",
            "ocramius/proxy-manager": "^1.0 || ^2.0",
            "phpbench/phpbench": "^0.13.0",
            "phpunit/phpunit": "^5.7.25 || ^6.4.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
            "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
        },
        "time": "2018-01-29 16:48:37",
        "bin": [
            "bin/generate-deps-for-config-factory",
            "bin/generate-factory-for-class"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev",
                "dev-develop": "4.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ServiceManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Factory-Driven Dependency Injection Container",
        "keywords": [
            "PSR-11",
            "ZendFramework",
            "dependency-injection",
            "di",
            "dic",
            "service-manager",
            "servicemanager",
            "zf"
        ]
    },
    {
        "name": "robthree/twofactorauth",
        "version": "1.6.7",
        "version_normalized": "1.6.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/RobThree/TwoFactorAuth.git",
            "reference": "3407c33775391fa8c36f7d766f26c5e59a736374"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/3407c33775391fa8c36f7d766f26c5e59a736374",
            "reference": "3407c33775391fa8c36f7d766f26c5e59a736374",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "@stable"
        },
        "time": "2019-06-21 08:51:04",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "RobThree\\Auth\\": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Rob Janssen",
                "homepage": "http://robiii.me",
                "role": "Developer"
            }
        ],
        "description": "Two Factor Authentication",
        "homepage": "https://github.com/RobThree/TwoFactorAuth",
        "keywords": [
            "Authentication",
            "MFA",
            "Multi Factor Authentication",
            "Two Factor Authentication",
            "authenticator",
            "authy",
            "php",
            "tfa"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "685968b11e61a347c18bf25db32effa478be610f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
            "reference": "685968b11e61a347c18bf25db32effa478be610f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2019-08-06 08:03:45",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "zbateson/mb-wrapper",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zbateson/mb-wrapper.git",
            "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/723f25a1ab0e4e662efa8d89f38da751c799134a",
            "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "symfony/polyfill-iconv": "^1.9",
            "symfony/polyfill-mbstring": "^1.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
        },
        "suggest": {
            "ext-iconv": "For best support/performance",
            "ext-mbstring": "For best support/performance"
        },
        "time": "2018-09-28 17:43:01",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZBateson\\MbWrapper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Zaahid Bateson"
            }
        ],
        "description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation",
        "homepage": "https://github.com/zbateson/StreamDecorators",
        "keywords": [
            "charset",
            "encoding",
            "http",
            "iconv",
            "mail",
            "mb",
            "mb_convert_encoding",
            "mbstring",
            "mime",
            "multibyte",
            "string"
        ]
    },
    {
        "name": "zbateson/stream-decorators",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zbateson/stream-decorators.git",
            "reference": "ec3c3ea91d26a7685db7a29a270464c5e1470786"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/ec3c3ea91d26a7685db7a29a270464c5e1470786",
            "reference": "ec3c3ea91d26a7685db7a29a270464c5e1470786",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "^1.0.0",
            "php": ">=5.4",
            "zbateson/mb-wrapper": "^1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
        },
        "time": "2019-03-21 06:13:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZBateson\\StreamDecorators\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Zaahid Bateson"
            }
        ],
        "description": "PHP psr7 stream decorators for mime message part streams",
        "keywords": [
            "base64",
            "charset",
            "decorators",
            "mail",
            "mime",
            "psr7",
            "quoted-printable",
            "stream",
            "uuencode"
        ]
    },
    {
        "name": "zbateson/mail-mime-parser",
        "version": "1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zbateson/mail-mime-parser.git",
            "reference": "63bedd7d71fb3abff2381174a14637c5a4ddaa36"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/63bedd7d71fb3abff2381174a14637c5a4ddaa36",
            "reference": "63bedd7d71fb3abff2381174a14637c5a4ddaa36",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "^1.0",
            "php": ">=5.4",
            "zbateson/mb-wrapper": "^1.0",
            "zbateson/stream-decorators": "^1.0.2"
        },
        "require-dev": {
            "jms/serializer": "^1.1",
            "mikey179/vfsstream": "^1.6.0",
            "phing/phing": "^2.15.0",
            "phpdocumentor/phpdocumentor": "^2.9.0",
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5"
        },
        "suggest": {
            "ext-iconv": "For best support/performance",
            "ext-mbstring": "For best support/performance"
        },
        "time": "2019-03-26 16:52:07",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZBateson\\MailMimeParser\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Zaahid Bateson"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/zbateson/mail-mime-parser/graphs/contributors"
            }
        ],
        "description": "MIME email message parser",
        "homepage": "https://mail-mime-parser.org",
        "keywords": [
            "MimeMailParser",
            "email",
            "mail",
            "mailparse",
            "mime",
            "mimeparse",
            "parser",
            "php-imap"
        ]
    }
]
