[
    {
        "name": "buyplaytix/html_template_nest",
        "version": "1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tthomas48/HTML_Template_Nest.git",
            "reference": "7bfb35cc228f3e9a3f4c1d34f44ebe848c9bd7b7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tthomas48/HTML_Template_Nest/zipball/7bfb35cc228f3e9a3f4c1d34f44ebe848c9bd7b7",
            "reference": "7bfb35cc228f3e9a3f4c1d34f44ebe848c9bd7b7",
            "shasum": ""
        },
        "require": {
            "memio/memio": "^2.0",
            "natxet/cssmin": "^3.0.6",
            "oyatel/minify": "dev-master"
        },
        "require-dev": {
            "phing/phing": "^2.16",
            "phpunit/phpunit": "~5.4"
        },
        "time": "2019-01-23T03:19:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTML": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "02411203ceb2de638f80346223e67ddc65be50ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/02411203ceb2de638f80346223e67ddc65be50ee",
            "reference": "02411203ceb2de638f80346223e67ddc65be50ee",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2019-01-11T14:42:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "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"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "926eaa3ff73cde2becf652b785831bcb7618568a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/926eaa3ff73cde2becf652b785831bcb7618568a",
            "reference": "926eaa3ff73cde2becf652b785831bcb7618568a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36"
        },
        "time": "2018-10-30T00:20:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "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"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "ae7949ee7b865f0eb8b191c438cda63cad59d437"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/ae7949ee7b865f0eb8b191c438cda63cad59d437",
            "reference": "ae7949ee7b865f0eb8b191c438cda63cad59d437",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2018-12-28T01:59:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "source",
        "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": "memio/linter",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/memio/linter.git",
            "reference": "6f282955869cdf72332a096f80ebc2897835a8b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/memio/linter/zipball/6f282955869cdf72332a096f80ebc2897835a8b9",
            "reference": "6f282955869cdf72332a096f80ebc2897835a8b9",
            "shasum": ""
        },
        "require": {
            "memio/model": "^2.0",
            "memio/validator": "^2.0",
            "php": "^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.10",
            "phpspec/phpspec": "^4.3"
        },
        "time": "2018-03-02T14:52:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Memio\\Linter\\": "src/Memio/Linter"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Loïc Faugeron",
                "email": "faugeron.loic@gmail.com",
                "homepage": "http://gnugat.github.io",
                "role": "Developer"
            }
        ],
        "description": "Memio's linter, a set of constraint that check models for syntax errors",
        "homepage": "http://memio.github.io/memio",
        "keywords": [
            "code",
            "generator",
            "php"
        ]
    },
    {
        "name": "memio/memio",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/memio/memio.git",
            "reference": "47708e9f39e1cd70d832ab60fe1006290246d09b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/memio/memio/zipball/47708e9f39e1cd70d832ab60fe1006290246d09b",
            "reference": "47708e9f39e1cd70d832ab60fe1006290246d09b",
            "shasum": ""
        },
        "require": {
            "memio/linter": "^2.0@alpha",
            "memio/model": "^2.0@alpha",
            "memio/pretty-printer": "^2.0@alpha",
            "memio/twig-template-engine": "^2.0@alpha",
            "memio/validator": "^2.0@alpha",
            "php": "^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.6",
            "phpunit/phpunit": "^5.4"
        },
        "time": "2016-10-03T18:20:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Memio\\Memio\\": "src/Memio/Memio",
                "Memio\\Memio\\Config\\": "config"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Loïc Faugeron",
                "email": "faugeron.loic@gmail.com",
                "homepage": "http://gnugat.github.io",
                "role": "Developer"
            }
        ],
        "description": "A highly opinionated PHP code generator library",
        "homepage": "http://memio.github.io/memio",
        "keywords": [
            "code",
            "generator",
            "php"
        ]
    },
    {
        "name": "memio/model",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/memio/model.git",
            "reference": "1e4609e0df347e1b9ed0f12eb4db82f378a6c049"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/memio/model/zipball/1e4609e0df347e1b9ed0f12eb4db82f378a6c049",
            "reference": "1e4609e0df347e1b9ed0f12eb4db82f378a6c049",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.10",
            "phpspec/phpspec": "^4.3"
        },
        "time": "2018-06-13T10:27:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Memio\\Model\\": "src/Memio/Model"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Loïc Faugeron",
                "email": "faugeron.loic@gmail.com",
                "homepage": "http://gnugat.github.io",
                "role": "Developer"
            }
        ],
        "description": "Memio's models, used to describe the code to generate",
        "homepage": "http://memio.github.io/memio",
        "keywords": [
            "code",
            "generator",
            "php"
        ]
    },
    {
        "name": "memio/pretty-printer",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/memio/pretty-printer.git",
            "reference": "8181fbc211135f12ec78a7c4adb3445342454e7d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/memio/pretty-printer/zipball/8181fbc211135f12ec78a7c4adb3445342454e7d",
            "reference": "8181fbc211135f12ec78a7c4adb3445342454e7d",
            "shasum": ""
        },
        "require": {
            "memio/model": "^2.0",
            "php": "^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.10",
            "phpspec/phpspec": "^4.3"
        },
        "time": "2018-03-02T15:10:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Memio\\PrettyPrinter\\": "src/Memio/PrettyPrinter"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Loïc Faugeron",
                "email": "faugeron.loic@gmail.com",
                "homepage": "http://gnugat.github.io",
                "role": "Developer"
            }
        ],
        "description": "Memio's PrettyPrinter, used to generate PHP code from given Model",
        "homepage": "http://memio.github.io/memio",
        "keywords": [
            "code",
            "generator",
            "php"
        ]
    },
    {
        "name": "memio/twig-template-engine",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/memio/twig-template-engine.git",
            "reference": "746f944440cb7c3bcfffefc80753ecc2e9604778"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/memio/twig-template-engine/zipball/746f944440cb7c3bcfffefc80753ecc2e9604778",
            "reference": "746f944440cb7c3bcfffefc80753ecc2e9604778",
            "shasum": ""
        },
        "require": {
            "memio/model": "^2.0",
            "memio/pretty-printer": "^2.0",
            "php": "^7.0",
            "twig/twig": "^1.18 || ^2.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.10",
            "phpspec/phpspec": "^4.3"
        },
        "time": "2018-03-02T15:17:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Memio\\TwigTemplateEngine\\": "src/Memio/TwigTemplateEngine",
                "Memio\\TwigTemplateEngine\\Config\\": "config"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Loïc Faugeron",
                "email": "faugeron.loic@gmail.com",
                "homepage": "http://gnugat.github.io",
                "role": "Developer"
            }
        ],
        "description": "Memio's Twig templates, used to generate PHP code from given Model",
        "homepage": "http://memio.github.io/memio",
        "keywords": [
            "code",
            "generator",
            "php",
            "templates",
            "twig"
        ]
    },
    {
        "name": "memio/validator",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/memio/validator.git",
            "reference": "ff524bd973e186c72fec654cce3c057997e4cfc9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/memio/validator/zipball/ff524bd973e186c72fec654cce3c057997e4cfc9",
            "reference": "ff524bd973e186c72fec654cce3c057997e4cfc9",
            "shasum": ""
        },
        "require": {
            "memio/model": "^2.0",
            "php": "^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.10",
            "phpspec/phpspec": "^4.3"
        },
        "time": "2018-03-02T15:26:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Memio\\Validator\\": "src/Memio/Validator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Loïc Faugeron",
                "email": "faugeron.loic@gmail.com",
                "homepage": "http://gnugat.github.io",
                "role": "Developer"
            }
        ],
        "description": "Memio's validator, used to check built models again a pre-defined set of rules",
        "homepage": "http://memio.github.io/memio",
        "keywords": [
            "code",
            "generator",
            "php"
        ]
    },
    {
        "name": "natxet/CssMin",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/natxet/CssMin.git",
            "reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/natxet/CssMin/zipball/d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd",
            "reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0"
        },
        "time": "2018-01-09T11:15:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joe Scylla",
                "email": "joe.scylla@gmail.com",
                "homepage": "https://profiles.google.com/joe.scylla"
            }
        ],
        "description": "Minifying CSS",
        "homepage": "http://code.google.com/p/cssmin/",
        "keywords": [
            "css",
            "minify"
        ]
    },
    {
        "name": "oyatel/minify",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Oyatel/minify.git",
            "reference": "5ec687ab165df9eac09e4db34ad640857be090fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Oyatel/minify/zipball/5ec687ab165df9eac09e4db34ad640857be090fd",
            "reference": "5ec687ab165df9eac09e4db34ad640857be090fd",
            "shasum": ""
        },
        "time": "2012-03-23T17:55:14+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "min/lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Even Andre Fiskvik",
                "email": "eaf@oyatel.com"
            }
        ],
        "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers"
    },
    {
        "name": "pear/console_getopt",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Console_Getopt.git",
            "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
            "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
            "shasum": ""
        },
        "time": "2015-07-20T20:28:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Console": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Greg Beaver",
                "email": "cellog@php.net",
                "role": "Helper"
            },
            {
                "name": "Andrei Zmievski",
                "email": "andrei@php.net",
                "role": "Lead"
            },
            {
                "name": "Stig Bakken",
                "email": "stig@php.net",
                "role": "Developer"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/Console_Getopt"
    },
    {
        "name": "pear/http_oauth",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/HTTP_OAuth.git",
            "reference": "b5a7c5f73da8527794a9d24ebff52f4585de2600"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/HTTP_OAuth/zipball/b5a7c5f73da8527794a9d24ebff52f4585de2600",
            "reference": "b5a7c5f73da8527794a9d24ebff52f4585de2600",
            "shasum": ""
        },
        "require": {
            "ext-date": "*",
            "ext-hash": "*",
            "ext-spl": "*",
            "pear/http_request2": "^2.0.0",
            "pear/pear-core-minimal": "^1.9.0",
            "php": ">=5.1.2"
        },
        "suggest": {
            "pear/cache_lite": "Caching of requests.",
            "pear/log": "Allows logging requests for debugging"
        },
        "time": "2016-01-06T05:04:31+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "HTTP_OAuth": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Michael Gauthier",
                "email": "mike@silverorange.com"
            },
            {
                "name": "Jeff Hodsdon",
                "email": "jeffhodsdon@gmail.com"
            },
            {
                "name": "Bill Shupp",
                "email": "shupp@php.net"
            }
        ],
        "description": "Implementation of the OAuth 1.0a specification.",
        "homepage": "https://github.com/pear/HTTP_OAuth",
        "keywords": [
            "http",
            "oauth"
        ]
    },
    {
        "name": "pear/http_request2",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/HTTP_Request2.git",
            "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
            "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
            "shasum": ""
        },
        "require": {
            "pear/net_url2": "^2.2.0",
            "pear/pear_exception": "^1.0.0",
            "php": ">=5.2.0"
        },
        "suggest": {
            "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
            "ext-zlib": "Allows handling gzip compressed responses.",
            "lib-curl": "Allows using cURL as a request backend.",
            "lib-openssl": "Allows handling SSL requests when not using cURL."
        },
        "time": "2016-02-13T20:20:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-trunk": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTTP_Request2": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Alexey Borzov",
                "email": "avb@php.net"
            }
        ],
        "description": "Provides an easy way to perform HTTP requests.",
        "homepage": "http://pear.php.net/package/HTTP_Request2",
        "keywords": [
            "PEAR",
            "curl",
            "http",
            "request"
        ]
    },
    {
        "name": "pear/net_url2",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_URL2.git",
            "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
            "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.1.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.3.0"
        },
        "time": "2017-08-25T06:16:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "Net/URL2.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "David Coallier",
                "email": "davidc@php.net"
            },
            {
                "name": "Tom Klingenberg",
                "email": "tkli@php.net"
            },
            {
                "name": "Christian Schmidt",
                "email": "chmidt@php.net"
            }
        ],
        "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
        "homepage": "https://github.com/pear/Net_URL2",
        "keywords": [
            "PEAR",
            "net",
            "networking",
            "rfc3986",
            "uri",
            "url"
        ]
    },
    {
        "name": "pear/pear-core-minimal",
        "version": "v1.10.7",
        "version_normalized": "1.10.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/pear-core-minimal.git",
            "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
            "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
            "shasum": ""
        },
        "require": {
            "pear/console_getopt": "~1.4",
            "pear/pear_exception": "~1.0"
        },
        "replace": {
            "rsky/pear-core-min": "self.version"
        },
        "time": "2018-12-05T20:03:52+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "src/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Christian Weiske",
                "email": "cweiske@php.net",
                "role": "Lead"
            }
        ],
        "description": "Minimal set of PEAR core files to be used as composer dependency"
    },
    {
        "name": "pear/pear_exception",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/PEAR_Exception.git",
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
            "shasum": ""
        },
        "require": {
            "php": ">=4.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2015-02-10T20:07:52+00:00",
        "type": "class",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "PEAR": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "."
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Helgi Thormar",
                "email": "dufuz@php.net"
            },
            {
                "name": "Greg Beaver",
                "email": "cellog@php.net"
            }
        ],
        "description": "The PEAR Exception base class.",
        "homepage": "https://github.com/pear/PEAR_Exception",
        "keywords": [
            "exception"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "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-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "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": "ralouphie/getallheaders",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "beb49b96960f0cbf17e7fbcaaddc8eb434e126eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/beb49b96960f0cbf17e7fbcaaddc8eb434e126eb",
            "reference": "beb49b96960f0cbf17e7fbcaaddc8eb434e126eb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^5",
            "satooshi/php-coveralls": ">=1.0"
        },
        "time": "2018-12-11T21:53:24+00:00",
        "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": "symfony/polyfill-ctype",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "backendtea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "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-21T13:07:52+00:00",
        "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": "twig/twig",
        "version": "2.x-dev",
        "version_normalized": "2.9999999.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "237c326c78c3bc0dda0639ebc9deab34539b7bf3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/237c326c78c3bc0dda0639ebc9deab34539b7bf3",
            "reference": "237c326c78c3bc0dda0639ebc9deab34539b7bf3",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "time": "2019-01-14T15:01:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    }
]
