[
    {
        "name": "bshaffer/oauth2-server-php",
        "version": "v1.11.1",
        "version_normalized": "1.11.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bshaffer/oauth2-server-php.git",
            "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
            "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "aws/aws-sdk-php": "~2.8",
            "firebase/php-jwt": "~2.2",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^4.0",
            "predis/predis": "dev-master",
            "thobbs/phpcassa": "dev-master"
        },
        "suggest": {
            "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
            "firebase/php-jwt": "~2.2 is required to use JWT features",
            "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
            "predis/predis": "Required to use Redis storage",
            "thobbs/phpcassa": "Required to use Cassandra storage"
        },
        "time": "2018-12-04T00:29:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "OAuth2": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brent Shaffer",
                "email": "bshafs@gmail.com",
                "homepage": "http://brentertainment.com"
            }
        ],
        "description": "OAuth2 Server for PHP",
        "homepage": "http://github.com/bshaffer/oauth2-server-php",
        "keywords": [
            "auth",
            "oauth",
            "oauth2"
        ]
    },
    {
        "name": "chadicus/psr-middleware",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/chadicus/psr-middleware.git",
            "reference": "8a5a9b409bebba6a8feaddeea4766f7a0eca9214"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/chadicus/psr-middleware/zipball/8a5a9b409bebba6a8feaddeea4766f7a0eca9214",
            "reference": "8a5a9b409bebba6a8feaddeea4766f7a0eca9214",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "chadicus/coding-standard": "^1.1"
        },
        "time": "2016-09-29T15:29:40+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Chadicus\\Psr\\Middleware\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chad Gray",
                "email": "chadwickgray@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "Foundational interface for PSR-7 middleware",
        "keywords": [
            "middleware",
            "psr"
        ]
    },
    {
        "name": "chadicus/slim-oauth2",
        "version": "v3.1.2",
        "version_normalized": "3.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/chadicus/slim-oauth2.git",
            "reference": "ac649e409d5cf0528deebebe50f61d806e74a540"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/chadicus/slim-oauth2/zipball/ac649e409d5cf0528deebebe50f61d806e74a540",
            "reference": "ac649e409d5cf0528deebebe50f61d806e74a540",
            "shasum": ""
        },
        "require": {
            "chadicus/slim-oauth2-http": "^3.1",
            "chadicus/slim-oauth2-middleware": "^3.1",
            "chadicus/slim-oauth2-routes": "^3.1"
        },
        "time": "2017-01-03T13:50:21+00:00",
        "type": "metapackage",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chad Gray",
                "email": "chadwickgray@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "OAuth2 routes, middleware and utilities for use within a Slim Framework API",
        "keywords": [
            "api",
            "http",
            "middleware",
            "oauth2",
            "psr7",
            "routes",
            "slim"
        ]
    },
    {
        "name": "chadicus/slim-oauth2-http",
        "version": "v3.1.7",
        "version_normalized": "3.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/chadicus/slim-oauth2-http.git",
            "reference": "4c2bb3af076f2ac7b74f914dcaf446fa1025b97a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/chadicus/slim-oauth2-http/zipball/4c2bb3af076f2ac7b74f914dcaf446fa1025b97a",
            "reference": "4c2bb3af076f2ac7b74f914dcaf446fa1025b97a",
            "shasum": ""
        },
        "require": {
            "bshaffer/oauth2-server-php": "^1.8",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-diactoros": ">=1.3.2"
        },
        "require-dev": {
            "chadicus/coding-standard": "^1.3",
            "php-coveralls/php-coveralls": "^1.0",
            "phpunit/phpunit": "^5.7"
        },
        "suggest": {
            "chadicus/slim-oauth2-middleware": "Adds OAuth2 middleware for API requests.",
            "chadicus/slim-oauth2-routes": "Offers standard OAuth2 routes for slim applications"
        },
        "time": "2018-08-29T23:39:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Chadicus\\Slim\\OAuth2\\Http\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chad Gray",
                "email": "chadwickgray@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "Bridge components for PSR-7 and bshaffer's OAuth2 Server http messages.",
        "keywords": [
            "Bridge",
            "http",
            "message",
            "oauth2",
            "psr7",
            "request",
            "response",
            "slim"
        ]
    },
    {
        "name": "chadicus/slim-oauth2-middleware",
        "version": "v3.3.2",
        "version_normalized": "3.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/chadicus/slim-oauth2-middleware.git",
            "reference": "b30f61f9308efef17bab5266db4636e0d63e8eee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/chadicus/slim-oauth2-middleware/zipball/b30f61f9308efef17bab5266db4636e0d63e8eee",
            "reference": "b30f61f9308efef17bab5266db4636e0d63e8eee",
            "shasum": ""
        },
        "require": {
            "bshaffer/oauth2-server-php": "^1.9",
            "chadicus/psr-middleware": "^1.0",
            "chadicus/slim-oauth2-http": "^3.1",
            "container-interop/container-interop": "^1.1",
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "chadicus/coding-standard": "^1.3",
            "php-coveralls/php-coveralls": "^1.0",
            "php-di/php-di": "^5.4",
            "phpunit/phpunit": "^5.7",
            "zendframework/zend-diactoros": ">=1.3.2"
        },
        "suggest": {
            "chadicus/slim-oauth2-routes": "Offers standard OAuth2 routes for slim applications"
        },
        "time": "2018-09-15T18:47:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Chadicus\\Slim\\OAuth2\\Middleware\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chad Gray",
                "email": "chadwickgray@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "OAuth2 middleware for use within a Slim Framework API",
        "keywords": [
            "middleware",
            "oauth2",
            "slim"
        ]
    },
    {
        "name": "chadicus/slim-oauth2-routes",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/chadicus/slim-oauth2-routes.git",
            "reference": "d69d4e32102651de044860b38e686c9759150d7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/chadicus/slim-oauth2-routes/zipball/d69d4e32102651de044860b38e686c9759150d7f",
            "reference": "d69d4e32102651de044860b38e686c9759150d7f",
            "shasum": ""
        },
        "require": {
            "bshaffer/oauth2-server-php": "^1.9",
            "chadicus/slim-oauth2-http": "^3.1",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "chadicus/coding-standard": "^1.3",
            "php-coveralls/php-coveralls": "^1.0",
            "phpunit/phpunit": "^5.7",
            "slim/php-view": "^2.0.5",
            "zendframework/zend-diactoros": ">=1.3.2"
        },
        "suggest": {
            "chadicus/slim-oauth2-middleware": "Adds OAuth2 middleware for API requests.",
            "slim/php-view": "Simple template rendering"
        },
        "time": "2018-01-08T19:54:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Chadicus\\Slim\\OAuth2\\Routes\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chad Gray",
                "email": "chadwickgray@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "OAuth2 routes for use within a Slim Framework API",
        "keywords": [
            "oauth2",
            "routing",
            "slim"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "shasum": ""
        },
        "time": "2014-12-30T15:22:37+00:00",
        "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.)",
        "abandoned": "psr/container"
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.2.7",
        "version_normalized": "1.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-08-31T12:32:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.5.4",
        "version_normalized": "1.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
            "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2015-12-19T05:03:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "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.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-04-14T22:21:58+00:00",
        "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": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "311001fd9865a4d0d59efff4eac6d7dcb3f5270c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/311001fd9865a4d0d59efff4eac6d7dcb3f5270c",
            "reference": "311001fd9865a4d0d59efff4eac6d7dcb3f5270c",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2015-12-04T12:49:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
            "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.4,<2.6-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/console": "2.*"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2015-09-16T16:29:33+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06T14:35:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14T21:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "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/orm",
        "version": "v2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
            "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.4",
            "doctrine/collections": "~1.2",
            "doctrine/common": ">=2.5-dev,<2.6-dev",
            "doctrine/dbal": ">=2.5-dev,<2.6-dev",
            "doctrine/instantiator": "~1.0.1",
            "ext-pdo": "*",
            "php": ">=5.4",
            "symfony/console": "~2.5|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "symfony/yaml": "~2.3|~3.0"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2015-11-23T12:44:25+00:00",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.17.2",
        "version_normalized": "1.17.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
            "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
            "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-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "raven/raven": "^0.13",
            "ruflin/elastica": ">=0.90 <3.0",
            "swiftmailer/swiftmailer": "~5.3",
            "videlalvaro/php-amqplib": "~2.4"
        },
        "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",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
        },
        "time": "2015-10-14T12:51:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.16.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": "nikic/fast-route",
        "version": "v0.6.0",
        "version_normalized": "0.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/FastRoute.git",
            "reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
            "reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2015-06-18T19:15:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FastRoute\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov",
                "email": "nikic@php.net"
            }
        ],
        "description": "Fast request router for PHP",
        "keywords": [
            "router",
            "routing"
        ]
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v6.0.7",
        "version_normalized": "6.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59",
            "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-filter": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "doctrine/annotations": "1.2.*",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpdocumentor/phpdocumentor": "2.*",
            "phpunit/phpunit": "^4.8 || ^5.7",
            "zendframework/zend-eventmanager": "3.0.*",
            "zendframework/zend-i18n": "2.7.3",
            "zendframework/zend-serializer": "2.7.*"
        },
        "suggest": {
            "ext-mbstring": "Needed to send email in multibyte encoding charset",
            "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
            "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
            "psr/log": "For optional PSR-3 debug logging",
            "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
            "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
        },
        "time": "2019-02-01T15:04:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPMailer\\PHPMailer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
            }
        ],
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
    },
    {
        "name": "pimple/pimple",
        "version": "v3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
            "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-09-11T15:10:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "http://pimple.sensiolabs.org",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
            "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-05-04T20:22:00+00:00",
        "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",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "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-21T11:40:51+00:00",
        "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": "slim/flash",
        "version": "0.1.0",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim-Flash.git",
            "reference": "1995ed53b77b8eeb67adf032de93c319f76aa5cd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim-Flash/zipball/1995ed53b77b8eeb67adf032de93c319f76aa5cd",
            "reference": "1995ed53b77b8eeb67adf032de93c319f76aa5cd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "time": "2015-08-16T22:49:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\Flash\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "http://joshlockhart.com"
            }
        ],
        "description": "Slim Framework Flash message service provider",
        "homepage": "http://slimframework.com",
        "keywords": [
            "flash",
            "framework",
            "message",
            "provider",
            "slim"
        ]
    },
    {
        "name": "slim/php-view",
        "version": "2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/PHP-View.git",
            "reference": "a13ada9d7962ca1b48799c0d9ffbca4c33245aed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/a13ada9d7962ca1b48799c0d9ffbca4c33245aed",
            "reference": "a13ada9d7962ca1b48799c0d9ffbca4c33245aed",
            "shasum": ""
        },
        "require": {
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "slim/slim": "^3.0"
        },
        "time": "2019-04-15T20:43:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\Views\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Glenn Eggleton",
                "email": "geggleto@gmail.com"
            }
        ],
        "description": "Render PHP view scripts into a PSR-7 Response object.",
        "keywords": [
            "framework",
            "php",
            "phtml",
            "renderer",
            "slim",
            "template",
            "view"
        ]
    },
    {
        "name": "slim/slim",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "3b06f0f2d84dabbe81b6cea46ace46a3e883253e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/3b06f0f2d84dabbe81b6cea46ace46a3e883253e",
            "reference": "3b06f0f2d84dabbe81b6cea46ace46a3e883253e",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "nikic/fast-route": "^0.6",
            "php": ">=5.5.0",
            "pimple/pimple": "^3.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2015-12-07T14:11:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\": "Slim"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "http://akrabat.com"
            },
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "https://joshlockhart.com"
            },
            {
                "name": "Gabriel Manricks",
                "email": "gmanricks@me.com",
                "homepage": "http://gabrielmanricks.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "http://silentworks.co.uk"
            }
        ],
        "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
        "homepage": "http://slimframework.com",
        "keywords": [
            "api",
            "framework",
            "micro",
            "router"
        ]
    },
    {
        "name": "slim/twig-view",
        "version": "2.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Twig-View.git",
            "reference": "fe98eab8daee498cc2821f1ad2ff7123bc327844"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/fe98eab8daee498cc2821f1ad2ff7123bc327844",
            "reference": "fe98eab8daee498cc2821f1ad2ff7123bc327844",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "psr/http-message": "^1.0",
            "twig/twig": "^1.18"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.0"
        },
        "time": "2015-08-17T08:45:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\Views\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "http://joshlockhart.com"
            }
        ],
        "description": "Slim Framework view helper built on top of the Twig templating component",
        "homepage": "http://slimframework.com",
        "keywords": [
            "framework",
            "slim",
            "template",
            "twig",
            "view"
        ]
    },
    {
        "name": "symfony/console",
        "version": "v3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/175871ca8d1ef16ff8d8cac395a1c73afa8d0e63",
            "reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/process": ""
        },
        "time": "2015-11-30T12:36:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "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 Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
            "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-11-04T20:28:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-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": "v1.23.1",
        "version_normalized": "1.23.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
            "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.7"
        },
        "require-dev": {
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-11-05T12:49:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.23-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "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": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "zendframework/zend-diactoros",
        "version": "1.8.7",
        "version_normalized": "1.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
            "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php-http/psr7-integration-tests": "dev-master",
            "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
            "zendframework/zend-coding-standard": "~1.0"
        },
        "time": "2019-08-06T17:53:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-release-1.8": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "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-2-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://github.com/zendframework/zend-diactoros",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ]
    }
]
