{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "c2b0698669d89268ffb995a5e1d6667a",
    "packages": [
        {
            "name": "docopt/docopt",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/docopt/docopt.php.git",
                "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/docopt/docopt.php/zipball/d2ee65c2fe4be78f945a48edd02be45843b39423",
                "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.1.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/docopt.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Blake Williams",
                    "email": "code@shabbyrobe.org",
                    "homepage": "http://docopt.org/",
                    "role": "Developer"
                }
            ],
            "description": "Port of Python's docopt for PHP 5.3",
            "homepage": "http://github.com/docopt/docopt.php",
            "keywords": [
                "cli",
                "docs"
            ],
            "time": "2015-10-30T03:21:23+00:00"
        },
        {
            "name": "hosteurope/password-generator",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/hosteurope/password-generator.git",
                "reference": "21bb99eb9ae47191d816368d3d9e54562e3f9a5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hosteurope/password-generator/zipball/21bb99eb9ae47191d816368d3d9e54562e3f9a5f",
                "reference": "21bb99eb9ae47191d816368d3d9e54562e3f9a5f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PasswordGenerator\\": "src/",
                    "PasswordGeneratorTests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Karim Geiger",
                    "email": "karim.geiger@heg.com"
                }
            ],
            "description": "Password generator for generating policy-compliant passwords.",
            "time": "2016-12-08T09:32:12+00:00"
        },
        {
            "name": "jkingweb/druuid",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/JKingweb/DrUUID.git",
                "reference": "ca88019069f03ee9c0b1bb6b0200f421bbc9607e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JKingweb/DrUUID/zipball/ca88019069f03ee9c0b1bb6b0200f421bbc9607e",
                "reference": "ca88019069f03ee9c0b1bb6b0200f421bbc9607e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "suggest": {
                "ext-bcmath": "Supported alternative to GMP on 32-bit systems",
                "ext-gmp": "Recommended on 32-bit installations for time-base UUIDs",
                "phpseclib/phpseclib": "Supported alternative to GMP or BC Math on 32-bit systems (either v1.x or v2.x)"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "JKingWeb\\DrUUID\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "J. King",
                    "email": "jking@jkingweb.ca",
                    "homepage": "https://jkingweb.ca/"
                }
            ],
            "description": "DrUUID RFC 4122 library for PHP",
            "keywords": [
                "uuid"
            ],
            "time": "2017-02-09T14:17:01+00:00"
        },
        {
            "name": "p3k/picofeed",
            "version": "v0.1.38",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/picoFeed.git",
                "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab",
                "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "php": ">=5.3.0",
                "zendframework/zendxml": "^1.0"
            },
            "require-dev": {
                "phpdocumentor/reflection-docblock": "2.0.4",
                "phpunit/phpunit": "4.8.26",
                "symfony/yaml": "2.8.7"
            },
            "suggest": {
                "ext-curl": "PicoFeed will use cURL if present"
            },
            "bin": [
                "picofeed"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PicoFeed": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot"
                }
            ],
            "description": "Modern library to handle RSS/Atom feeds",
            "homepage": "https://github.com/miniflux/picoFeed",
            "time": "2017-11-30T00:16:58+00:00"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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 interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2019-04-30T12:38:16+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "psr/http-server-handler",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-handler.git",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side request handler",
            "keywords": [
                "handler",
                "http",
                "http-interop",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response",
                "server"
            ],
            "time": "2018-10-30T16:46:14+00:00"
        },
        {
            "name": "zendframework/zend-diactoros",
            "version": "2.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-diactoros.git",
                "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/279723778c40164bcf984a2df12ff2c6ec5e61c1",
                "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "http-interop/http-factory-tests": "^0.5.0",
                "php-http/psr7-integration-tests": "dev-master",
                "phpunit/phpunit": "^7.0.2",
                "zendframework/zend-coding-standard": "~1.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev",
                    "dev-develop": "2.2.x-dev",
                    "dev-release-1.8": "1.8.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions/create_uploaded_file.php",
                    "src/functions/marshal_headers_from_sapi.php",
                    "src/functions/marshal_method_from_sapi.php",
                    "src/functions/marshal_protocol_version_from_sapi.php",
                    "src/functions/marshal_uri_from_sapi.php",
                    "src/functions/normalize_server.php",
                    "src/functions/normalize_uploaded_files.php",
                    "src/functions/parse_cookie_header.php"
                ],
                "psr-4": {
                    "Zend\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "keywords": [
                "http",
                "psr",
                "psr-7"
            ],
            "time": "2019-07-10T16:13:25+00:00"
        },
        {
            "name": "zendframework/zend-httphandlerrunner",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-httphandlerrunner.git",
                "reference": "75fb12751fe9d6e392cce1ee0d687dacae2db787"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-httphandlerrunner/zipball/75fb12751fe9d6e392cce1ee0d687dacae2db787",
                "reference": "75fb12751fe9d6e392cce1ee0d687dacae2db787",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "psr/http-message": "^1.0",
                "psr/http-message-implementation": "^1.0",
                "psr/http-server-handler": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0.2",
                "zendframework/zend-coding-standard": "~1.0.0",
                "zendframework/zend-diactoros": "^1.7 || ^2.1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev",
                    "dev-develop": "1.2.x-dev"
                },
                "zf": {
                    "config-provider": "Zend\\HttpHandlerRunner\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\HttpHandlerRunner\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
            "keywords": [
                "ZendFramework",
                "components",
                "expressive",
                "psr-15",
                "psr-7",
                "zf"
            ],
            "time": "2019-02-19T18:20:34+00:00"
        },
        {
            "name": "zendframework/zendxml",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/ZendXml.git",
                "reference": "eceab37a591c9e140772a1470338258857339e00"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/eceab37a591c9e140772a1470338258857339e00",
                "reference": "eceab37a591c9e140772a1470338258857339e00",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
                "zendframework/zend-coding-standard": "~1.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev",
                    "dev-develop": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "ZendXml\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Utility library for XML usage, best practices, and security in PHP",
            "keywords": [
                "ZendFramework",
                "security",
                "xml",
                "zf"
            ],
            "time": "2019-01-22T19:42:14+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "bamarni/composer-bin-plugin",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bamarni/composer-bin-plugin.git",
                "reference": "67f9d314dc7ecf7245b8637906e151ccc62b8d24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/67f9d314dc7ecf7245b8637906e151ccc62b8d24",
                "reference": "67f9d314dc7ecf7245b8637906e151ccc62b8d24",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0"
            },
            "require-dev": {
                "composer/composer": "dev-master",
                "symfony/console": "^2.5 || ^3.0 || ^4.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Bamarni\\Composer\\Bin\\Plugin",
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Bamarni\\Composer\\Bin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2019-03-17T12:38:04+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": "7.*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-hash": "*",
        "ext-dom": "*"
    },
    "platform-dev": []
}