{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "e2c066b5e1e6ab212ea3d3033225ed87", "packages": [ { "name": "aura/autoload", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Autoload.git", "reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Autoload/zipball/306a7f8d3cb58fb6f94bcff1dddf20c543f68668", "reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "aura": { "type": "library" } }, "autoload": { "psr-4": { "Aura\\Autoload\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Aura.Autoload Contributors", "homepage": "https://github.com/auraphp/Aura.Autoload/contributors" } ], "description": "Provides a PSR-4 compliant autoloader implementation.", "homepage": "https://github.com/auraphp/Aura.Autoload", "keywords": [ "PSR-4", "SPL autoloader", "autoload", "autoloader", "class loader" ], "time": "2016-10-03T19:36:19+00:00" }, { "name": "jeremeamia/SuperClosure", "version": "2.4.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "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" ], "time": "2018-03-21T22:21:57+00:00" }, { "name": "nikic/php-parser", "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a", "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "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" ], "time": "2019-01-12T16:31:37+00:00" }, { "name": "php-di/invoker", "version": "2.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" }, "type": "library", "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" ], "time": "2017-03-20T19:28:22+00:00" }, { "name": "php-di/php-di", "version": "6.0.5", "source": { "type": "git", "url": "https://github.com/PHP-DI/PHP-DI.git", "reference": "5e8b809960d5c3bfa096a90da9a78650e80b1f0e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/5e8b809960d5c3bfa096a90da9a78650e80b1f0e", "reference": "5e8b809960d5c3bfa096a90da9a78650e80b1f0e", "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)" }, "type": "library", "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" ], "time": "2018-09-17T15:34:44+00:00" }, { "name": "php-di/phpdoc-reader", "version": "2.1.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" }, "type": "library", "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" ], "time": "2018-02-18T17:39:01+00:00" }, { "name": "psr/container", "version": "1.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "symfony/polyfill-php56", "version": "v1.10.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "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" ], "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/polyfill-util", "version": "v1.10.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "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" ], "time": "2018-09-30T16:36:12+00:00" }, { "name": "yosymfony/parser-utils", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/yosymfony/parser-utils.git", "reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yosymfony/parser-utils/zipball/00bec9a12722b21f2baf7f9db35f127e90c162c9", "reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Yosymfony\\ParserUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Victor Puertas", "email": "vpgugr@gmail.com", "homepage": "http://yosymfony.com" } ], "description": "Parser utilities", "homepage": "http://github.com/yosymfony/toml", "keywords": [ "lexer", "parser" ], "time": "2018-06-29T15:31:11+00:00" }, { "name": "yosymfony/toml", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/yosymfony/toml.git", "reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yosymfony/toml/zipball/bdab92ad920d0e36810a3a3e4a998d23f3498f8e", "reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e", "shasum": "" }, "require": { "php": ">=7.1", "yosymfony/parser-utils": "^2.0" }, "require-dev": { "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Yosymfony\\Toml\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Victor Puertas", "email": "vpgugr@gmail.com", "homepage": "http://yosymfony.com" } ], "description": "A PHP parser for TOML compatible with specification 0.4.0", "homepage": "http://github.com/yosymfony/toml", "keywords": [ "mojombo", "parser", "toml" ], "time": "2018-08-08T15:08:14+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }