[
    {
        "name": "jeremeamia/SuperClosure",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jeremeamia/super_closure.git",
            "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
            "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
            "shasum": ""
        },
        "require": {
            "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
            "php": ">=5.4",
            "symfony/polyfill-php56": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0|^5.0"
        },
        "time": "2018-03-21T22:21:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SuperClosure\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Lindblom",
                "email": "jeremeamia@gmail.com",
                "homepage": "https://github.com/jeremeamia",
                "role": "Developer"
            }
        ],
        "description": "Serialize Closure objects, including their context and binding",
        "homepage": "https://github.com/jeremeamia/super_closure",
        "keywords": [
            "closure",
            "function",
            "lambda",
            "parser",
            "serializable",
            "serialize",
            "tokenizer"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.2.1",
        "version_normalized": "4.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0",
            "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5 || ^7.0"
        },
        "time": "2019-02-16T20:54:15+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpParser\\": "lib/PhpParser"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ]
    },
    {
        "name": "php-di/invoker",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/Invoker.git",
            "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
            "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
            "shasum": ""
        },
        "require": {
            "psr/container": "~1.0"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "phpunit/phpunit": "~4.5"
        },
        "time": "2017-03-20T19:28:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Invoker\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Generic and extensible callable invoker",
        "homepage": "https://github.com/PHP-DI/Invoker",
        "keywords": [
            "callable",
            "dependency",
            "dependency-injection",
            "injection",
            "invoke",
            "invoker"
        ]
    },
    {
        "name": "php-di/php-di",
        "version": "6.0.6",
        "version_normalized": "6.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/PHP-DI.git",
            "reference": "f16f27b7bc0876c7e76f568e0733d59997c8ec9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/f16f27b7bc0876c7e76f568e0733d59997c8ec9c",
            "reference": "f16f27b7bc0876c7e76f568e0733d59997c8ec9c",
            "shasum": ""
        },
        "require": {
            "jeremeamia/superclosure": "^2.0",
            "nikic/php-parser": "^2.0|^3.0|^4.0",
            "php": ">=7.0.0",
            "php-di/invoker": "^2.0",
            "php-di/phpdoc-reader": "^2.0.1",
            "psr/container": "^1.0"
        },
        "provide": {
            "psr/container-implementation": "^1.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.2",
            "friendsofphp/php-cs-fixer": "^2.4",
            "mnapoli/phpunit-easymock": "~1.0",
            "ocramius/proxy-manager": "~2.0.2",
            "phpstan/phpstan": "^0.9.2",
            "phpunit/phpunit": "~6.4"
        },
        "suggest": {
            "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
            "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
        },
        "time": "2019-02-28T14:45:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DI\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "The dependency injection container for humans",
        "homepage": "http://php-di.org/",
        "keywords": [
            "PSR-11",
            "container",
            "container-interop",
            "dependency injection",
            "di",
            "ioc",
            "psr11"
        ]
    },
    {
        "name": "php-di/phpdoc-reader",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/PhpDocReader.git",
            "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/7d0de60b9341933c8afd172a6255cd7557601e0e",
            "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6"
        },
        "time": "2018-02-18T17:39:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpDocReader\\": "src/PhpDocReader"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
        "keywords": [
            "phpdoc",
            "reflection"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "symfony/polyfill-php56",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php56.git",
            "reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
            "reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-util": "~1.0"
        },
        "time": "2018-09-21T06:26:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php56\\": ""
            },
            "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 backporting some PHP 5.6+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-util",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-util.git",
            "reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
            "reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2018-09-30T16:36:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Util\\": ""
            }
        },
        "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 utilities for portability of PHP codes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compat",
            "compatibility",
            "polyfill",
            "shim"
        ]
    }
]
