[
    {
        "name": "aura/di",
        "version": "3.4.0",
        "version_normalized": "3.4.0.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"
        },
        "time": "2017-07-30T04:14:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "aura/payload",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "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"
        },
        "time": "2016-10-03T21:41:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "aura/payload-interface",
        "version": "3.1.0",
        "version_normalized": "3.1.0.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"
        },
        "time": "2017-07-26T15:02:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.2.0",
        "version_normalized": "1.2.0.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"
        },
        "time": "2017-02-14T19:40:03+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.)",
        "homepage": "https://github.com/container-interop/container-interop",
        "abandoned": "psr/container"
    },
    {
        "name": "justinrainbow/json-schema",
        "version": "5.2.9",
        "version_normalized": "5.2.9.0",
        "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"
        },
        "time": "2019-09-25T14:49:45+00:00",
        "bin": [
            "bin/validate-json"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "leonelquinteros/php-toml",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "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"
        },
        "time": "2019-07-10T21:19:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "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": "scssphp/scssphp",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/scssphp/scssphp.git",
            "reference": "824e4cec10b2bfa88eec5dac23991cb9106622c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/scssphp/scssphp/zipball/824e4cec10b2bfa88eec5dac23991cb9106622c1",
            "reference": "824e4cec10b2bfa88eec5dac23991cb9106622c1",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-json": "*",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
            "squizlabs/php_codesniffer": "~3.5",
            "twbs/bootstrap": "~4.3",
            "zurb/foundation": "~6.5"
        },
        "time": "2020-06-04T17:30:40+00:00",
        "bin": [
            "bin/pscss"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ScssPhp\\ScssPhp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthon Pang",
                "email": "apang@softwaredevelopment.ca",
                "homepage": "https://github.com/robocoder"
            },
            {
                "name": "Cédric Morin",
                "email": "cedric@yterium.com",
                "homepage": "https://github.com/Cerdic"
            }
        ],
        "description": "scssphp is a compiler for SCSS written in PHP.",
        "homepage": "http://scssphp.github.io/scssphp/",
        "keywords": [
            "css",
            "less",
            "sass",
            "scss",
            "stylesheet"
        ]
    },
    {
        "name": "tyam/bamboo",
        "version": "0.2.0",
        "version_normalized": "0.2.0.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"
        },
        "time": "2019-08-21T00:45:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    }
]
