{ "_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": "01c2146e4c3e643515fbc0c836f1222f", "packages": [ { "name": "aura/di", "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Di.git", "reference": "f676b38a0d1c3b0d7897b0a082f4811eb8b08faa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Di/zipball/f676b38a0d1c3b0d7897b0a082f4811eb8b08faa", "reference": "f676b38a0d1c3b0d7897b0a082f4811eb8b08faa", "shasum": "" }, "require": { "container-interop/container-interop": "~1.0", "php": ">=5.5.0" }, "provide": { "container-interop/container-interop-implementation": "^1.0" }, "require-dev": { "acclimate/container": "~1.0", "mouf/picotainer": "~1.0", "phpunit/phpunit": "~5.7 || ~4.8" }, "type": "library", "autoload": { "psr-4": { "Aura\\Di\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aura.Di Contributors", "homepage": "https://github.com/auraphp/Aura.Di/contributors" } ], "description": "A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.", "homepage": "https://github.com/auraphp/Aura.Di", "keywords": [ "container", "dependency injection", "dependency injection container", "di", "di container" ], "time": "2017-07-30T04:14:30+00:00" }, { "name": "aura/payload", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Payload.git", "reference": "0fe2dcef54a8df163e9408e7316ec4fe33c3c07e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Payload/zipball/0fe2dcef54a8df163e9408e7316ec4fe33c3c07e", "reference": "0fe2dcef54a8df163e9408e7316ec4fe33c3c07e", "shasum": "" }, "require": { "aura/payload-interface": "~3.0", "php": ">=5.5.0" }, "type": "library", "autoload": { "psr-4": { "Aura\\Payload\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aura.Payload Contributors", "homepage": "https://github.com/auraphp/Aura.Payload/contributors" } ], "description": "A Domain Payload implementation.", "homepage": "https://github.com/auraphp/Aura.Payload", "keywords": [ "ddd", "domain", "payload" ], "time": "2016-10-03T21:41:00+00:00" }, { "name": "aura/payload-interface", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Payload_Interface.git", "reference": "c5379aa6675a0326bf16e0d43c54ef15bd4fdb1a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Payload_Interface/zipball/c5379aa6675a0326bf16e0d43c54ef15bd4fdb1a", "reference": "c5379aa6675a0326bf16e0d43c54ef15bd4fdb1a", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "pds/skeleton": "^1.0", "phpunit/phpunit": "~5.7 || ~4.8" }, "type": "library", "autoload": { "psr-4": { "Aura\\Payload_Interface\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aura.Payload_Interface Contributors", "homepage": "https://github.com/auraphp/Aura.Payload_Interface/contributors" } ], "description": "An interface package for Domain Payload implementations.", "homepage": "https://github.com/auraphp/Aura.Payload_Interface", "keywords": [ "ddd", "domain", "payload" ], "time": "2017-07-26T15:02:59+00:00" }, { "name": "container-interop/container-interop", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { "psr/container": "^1.0" }, "type": "library", "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.)", "homepage": "https://github.com/container-interop/container-interop", "abandoned": "psr/container", "time": "2017-02-14T19:40:03+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.9", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "44c6787311242a979fa15c704327c20e7221a0e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4", "reference": "44c6787311242a979fa15c704327c20e7221a0e4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2019-09-25T14:49:45+00:00" }, { "name": "leonelquinteros/php-toml", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/leonelquinteros/php-toml.git", "reference": "45ac0f9820f40ed153c100eae1669f91bb5fd27b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/leonelquinteros/php-toml/zipball/45ac0f9820f40ed153c100eae1669f91bb5fd27b", "reference": "45ac0f9820f40ed153c100eae1669f91bb5fd27b", "shasum": "" }, "require": { "php": ">=5.2.0" }, "type": "library", "autoload": { "classmap": [ "./src/Toml.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause-Clear" ], "authors": [ { "name": "Leonel Quinteros", "email": "leonel.quinteros@gmail.com", "role": "Author" } ], "description": "PHP parser for TOML language ( https://github.com/toml-lang/toml )", "homepage": "http://github.com/leonelquinteros/php-toml", "keywords": [ "class", "leonelquinteros", "lib", "library", "mojombo", "package", "parser", "php", "toml" ], "time": "2019-07-10T21:19:06+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": "tyam/bamboo", "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/tyam/bamboo.git", "reference": "6f1972b10b8fdaaeb8ad2f763ddc26c13c4cd677" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tyam/bamboo/zipball/6f1972b10b8fdaaeb8ad2f763ddc26c13c4cd677", "reference": "6f1972b10b8fdaaeb8ad2f763ddc26c13c4cd677", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "doctrine/instantiator": "1.0.*", "phpunit/phpunit": "4.4" }, "type": "library", "autoload": { "psr-4": { "tyam\\bamboo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "YAMADA, Tetsuo", "email": "tyam001@gmail.com" } ], "description": "PHP template engine, which has variables-pulling facility.", "homepage": "https://github.com/tyam/bamboo", "keywords": [ "php", "template engine" ], "time": "2019-08-21T00:45:18+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }