RebelCode/rcmod-eddbk-services

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_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#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "e3abb4782399c4efeeefd4fdd73dbfbc",
    "packages": [
        {
            "name": "dhii/args-list-validation",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/args-list-validation.git",
                "reference": "e9a07ee079bf38efd385e6dd3330642b64424792"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/args-list-validation/zipball/e9a07ee079bf38efd385e6dd3330642b64424792",
                "reference": "e9a07ee079bf38efd385e6dd3330642b64424792",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Validation\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Validation of an arguments list",
            "time": "2018-03-12T04:34:54+00:00"
        },
        {
            "name": "dhii/cache-abstract",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/cache-abstract.git",
                "reference": "fdc149b52c92365e68432d01c1b342208e030c91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/cache-abstract/zipball/fdc149b52c92365e68432d01c1b342208e030c91",
                "reference": "fdc149b52c92365e68432d01c1b342208e030c91",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/invocable-interface": "^0.1",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/callback-abstract": "For structured invocation of callables",
                "dhii/exception": "For standard exceptions and exception factory methods",
                "dhii/normalization-helper-base": "To normalize primitives, like arrays, integers, and strings",
                "dhii/stringable-interface": "To use objects as strings"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Cache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Abstract functionality for caching.",
            "time": "2018-03-22T21:23:37+00:00"
        },
        {
            "name": "dhii/callback-abstract",
            "version": "v0.1-alpha5",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/callback-abstract.git",
                "reference": "43ed4e99fc6ccdaf46a25d06da482a2fba8d9b19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/callback-abstract/zipball/43ed4e99fc6ccdaf46a25d06da482a2fba8d9b19",
                "reference": "43ed4e99fc6ccdaf46a25d06da482a2fba8d9b19",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/invocable-interface": "^0.1",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "dhii/validation-interface": "0.2-alpha1|0.2-alpha2",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/args-list-validation": "For args list validation logic",
                "dhii/normalization-helper-base": "To normalize lists and other types",
                "dhii/validation-base": "For validation exceptions and their factories"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Invocation\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Abstract functionality for working with callbacks.",
            "time": "2018-04-04T14:57:27+00:00"
        },
        {
            "name": "dhii/collections-interface",
            "version": "v0.2-alpha5",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/collections-interface.git",
                "reference": "b5e58ba2fd43a11356387eebae0379209b769f2e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/collections-interface/zipball/b5e58ba2fd43a11356387eebae0379209b769f2e",
                "reference": "b5e58ba2fd43a11356387eebae0379209b769f2e",
                "shasum": ""
            },
            "require": {
                "dhii/data-container-interface": "^0.2-alpha3",
                "php": "^5.3 | ^7.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Collection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "A highly ISP-compliant collection of interfaces that represent maps and lists.",
            "time": "2018-04-26T13:04:16+00:00"
        },
        {
            "name": "dhii/config-interface",
            "version": "v0.2-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/config-interface.git",
                "reference": "a44be2f4a95046375ddb42aa132dbdff6992c3bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/config-interface/zipball/a44be2f4a95046375ddb42aa132dbdff6992c3bb",
                "reference": "a44be2f4a95046375ddb42aa132dbdff6992c3bb",
                "shasum": ""
            },
            "require": {
                "dhii/data-container-interface": "^0.2-alpha3",
                "php": "^5.3 | ^7.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Config\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for working with structured configuration",
            "time": "2018-04-27T15:05:35+00:00"
        },
        {
            "name": "dhii/container-helper-base",
            "version": "v0.1-alpha8",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/container-helper-base.git",
                "reference": "1b8206842e06b71abcff769aaddfc51bf8f317cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/container-helper-base/zipball/1b8206842e06b71abcff769aaddfc51bf8f317cd",
                "reference": "1b8206842e06b71abcff769aaddfc51bf8f317cd",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\Container\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Helper functionality for working with container.",
            "time": "2018-07-30T09:59:15+00:00"
        },
        {
            "name": "dhii/cqrs-resource-model-interface",
            "version": "v0.2-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/cqrs-resource-model-interface.git",
                "reference": "b58b1c41c24e7ea067d1c3c35c556d761f88aba2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/cqrs-resource-model-interface/zipball/b58b1c41c24e7ea067d1c3c35c556d761f88aba2",
                "reference": "b58b1c41c24e7ea067d1c3c35c556d761f88aba2",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/collections-interface": "^0.2-alpha1",
                "dhii/expression-interface": "^0.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/sql-interface": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/expression-interface": "To create query conditions and value expressions.",
                "dhii/stringable-interface": "To pass stringable objects in place of strings."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Storage\\Resource\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for a CQRS approach to resource models.",
            "time": "2018-06-25T16:35:24+00:00"
        },
        {
            "name": "dhii/data-container-abstract",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/data-container-abstract.git",
                "reference": "8b8220dc199d7b52dcea9b9496194716a4ffa737"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/data-container-abstract/zipball/8b8220dc199d7b52dcea9b9496194716a4ffa737",
                "reference": "8b8220dc199d7b52dcea9b9496194716a4ffa737",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/data-container-interface": "^0.1 | ^0.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/data-container-interface": "To be able to set and get containers",
                "dhii/stringable-interface": "To be able to pass Stringable objects instead of strings"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\Container\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Abstract functionality for working with data containers.",
            "time": "2018-04-01T15:13:22+00:00"
        },
        {
            "name": "dhii/data-container-base",
            "version": "v0.1-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/data-container-base.git",
                "reference": "ed3289171827cdc910d74c5ef76aab5f5985dace"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/data-container-base/zipball/ed3289171827cdc910d74c5ef76aab5f5985dace",
                "reference": "ed3289171827cdc910d74c5ef76aab5f5985dace",
                "shasum": ""
            },
            "require": {
                "dhii/data-container-abstract": "^0.1",
                "dhii/data-container-interface": "^0.1 | ^0.2",
                "dhii/exception": "^0.1",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/normalization-helper-base": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\Container\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Base functionality for container implementations",
            "time": "2018-03-16T18:58:30+00:00"
        },
        {
            "name": "dhii/data-container-interface",
            "version": "v0.2-alpha3",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/data-container-interface.git",
                "reference": "b9767d34214fa4d73f10989fca4ad54196a7b7f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/data-container-interface/zipball/b9767d34214fa4d73f10989fca4ad54196a7b7f3",
                "reference": "b9767d34214fa4d73f10989fca4ad54196a7b7f3",
                "shasum": ""
            },
            "require": {
                "dhii/exception-interface": "^0.1 | ^0.2",
                "dhii/factory-interface": "^0.1-alpha1",
                "php": "^5.3 | ^7.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/stringable-interface": "To be able to pass Stringables as keys"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\Container\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for working with data containers",
            "time": "2018-04-26T09:50:30+00:00"
        },
        {
            "name": "dhii/data-hierarchy-interface",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/hierarchy-interface.git",
                "reference": "b026362a9b7dc7e8e9473c96239b881c86536040"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/hierarchy-interface/zipball/b026362a9b7dc7e8e9473c96239b881c86536040",
                "reference": "b026362a9b7dc7e8e9473c96239b881c86536040",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\Hierarchy\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for working with hierarchies",
            "time": "2017-07-25T10:01:23+00:00"
        },
        {
            "name": "dhii/data-key-value-aware-abstract",
            "version": "v0.1-alpha4",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/data-key-value-aware-abstract.git",
                "reference": "a32b4938c92f06739e22fa23396b130c363f7d3a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/data-key-value-aware-abstract/zipball/a32b4938c92f06739e22fa23396b130c363f7d3a",
                "reference": "a32b4938c92f06739e22fa23396b130c363f7d3a",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Traits for objects that are aware of a key, a value, or both.",
            "time": "2018-02-11T15:58:23+00:00"
        },
        {
            "name": "dhii/data-key-value-aware-interface",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/data-key-value-aware-interface.git",
                "reference": "220232bc9040fab78a6c039f5a4a5f9542317bdc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/data-key-value-aware-interface/zipball/220232bc9040fab78a6c039f5a4a5f9542317bdc",
                "reference": "220232bc9040fab78a6c039f5a4a5f9542317bdc",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "4.*",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces that aim to increase interoperability of value objects",
            "time": "2017-01-21T17:35:30+00:00"
        },
        {
            "name": "dhii/data-object-abstract",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/data-object-abstract.git",
                "reference": "6ab979adc2d0c01777af6076dfb66f55bf4fbfe3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/data-object-abstract/zipball/6ab979adc2d0c01777af6076dfb66f55bf4fbfe3",
                "reference": "6ab979adc2d0c01777af6076dfb66f55bf4fbfe3",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/exception-helper-base": "For standard exception factories",
                "dhii/stringable-interface": "To be able to pass stringable objects as keys and messages"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\Object\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Abstract common functionality for data objects",
            "time": "2018-03-15T12:29:35+00:00"
        },
        {
            "name": "dhii/data-path-aware-interface",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/data-path-aware-interface.git",
                "reference": "c004106cfc3e363b880a14bb27ef530501097d12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/data-path-aware-interface/zipball/c004106cfc3e363b880a14bb27ef530501097d12",
                "reference": "c004106cfc3e363b880a14bb27ef530501097d12",
                "shasum": ""
            },
            "require": {
                "dhii/stringable-interface": "^0.1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "dev-master",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "4.*",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\Data\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "An interface for objects that can have a path retrieved.",
            "time": "2017-07-25T12:20:22+00:00"
        },
        {
            "name": "dhii/evaluable-interface",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/evaluable-interface.git",
                "reference": "da21c1a22cf0e49d5b05e93937928887657e49ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/evaluable-interface/zipball/da21c1a22cf0e49d5b05e93937928887657e49ed",
                "reference": "da21c1a22cf0e49d5b05e93937928887657e49ed",
                "shasum": ""
            },
            "require": {
                "dhii/data-key-value-aware-interface": "^0.1",
                "php": "^5.3.9 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\Evaluable\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Increasing interoperability for objects that can be evaluated",
            "time": "2017-01-21T18:30:17+00:00"
        },
        {
            "name": "dhii/event-interface",
            "version": "v0.2-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/event-interface.git",
                "reference": "b6291fb99714c7ef18508a32974655d70ce26a25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/event-interface/zipball/b6291fb99714c7ef18508a32974655d70ce26a25",
                "reference": "b6291fb99714c7ef18508a32974655d70ce26a25",
                "shasum": ""
            },
            "require": {
                "dhii/factory-interface": "^0.1-alpha2",
                "dhii/psr-14": "^0.1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Event\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "An event manager standard based on PSR-14.",
            "time": "2018-04-02T10:59:26+00:00"
        },
        {
            "name": "dhii/exception",
            "version": "v0.1-alpha5",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/exception.git",
                "reference": "f7afb934c970a4e167b2c7ba24fa3df50714e0fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/exception/zipball/f7afb934c970a4e167b2c7ba24fa3df50714e0fe",
                "reference": "f7afb934c970a4e167b2c7ba24fa3df50714e0fe",
                "shasum": ""
            },
            "require": {
                "dhii/exception-interface": "^0.2",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/normalization-helper-base": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "replace": {
                "dhii/exception-helper-base": "0.1-alpha1|0.1-alpha2"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Exception\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Standards-compliant exception classes",
            "time": "2018-04-02T15:18:58+00:00"
        },
        {
            "name": "dhii/exception-interface",
            "version": "v0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/exception-interface.git",
                "reference": "b69feebf7cb2879cd43977a03342e2393b73f7fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/exception-interface/zipball/b69feebf7cb2879cd43977a03342e2393b73f7fb",
                "reference": "b69feebf7cb2879cd43977a03342e2393b73f7fb",
                "shasum": ""
            },
            "require": {
                "dhii/stringable-interface": "^0.1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Exception\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for most common exceptions",
            "time": "2018-08-29T10:42:04+00:00"
        },
        {
            "name": "dhii/expression-interface",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/expression-interface.git",
                "reference": "ba61f3265c13a73e5275b361eb343dc6e81c09be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/expression-interface/zipball/ba61f3265c13a73e5275b361eb343dc6e81c09be",
                "reference": "ba61f3265c13a73e5275b361eb343dc6e81c09be",
                "shasum": ""
            },
            "require": {
                "dhii/data-key-value-aware-interface": "^0.1",
                "dhii/evaluable-interface": "^0.1",
                "dhii/type-interface": "^0.1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Expression\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interoperable interfaces for representing expressions.",
            "time": "2018-01-13T14:56:39+00:00"
        },
        {
            "name": "dhii/expression-renderer-interface",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/expression-renderer-interface.git",
                "reference": "3cfde9f01080a089b873458b607ad51b659257e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/expression-renderer-interface/zipball/3cfde9f01080a089b873458b607ad51b659257e1",
                "reference": "3cfde9f01080a089b873458b607ad51b659257e1",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 | ^7.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Expression\\Renderer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for expression rendering.",
            "time": "2018-02-01T15:05:06+00:00"
        },
        {
            "name": "dhii/factory-base",
            "version": "v0.1-alpha3",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/factory-base.git",
                "reference": "eb6694178068ec58e0f2de9243f0eb98844511de"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/factory-base/zipball/eb6694178068ec58e0f2de9243f0eb98844511de",
                "reference": "eb6694178068ec58e0f2de9243f0eb98844511de",
                "shasum": ""
            },
            "require": {
                "dhii/args-list-validation": "^0.1-alpha1",
                "dhii/callback-abstract": "^0.1-alpha2",
                "dhii/container-helper-base": "^0.1-alpha5",
                "dhii/data-container-base": "^0.1-alpha2",
                "dhii/exception": "^0.1-alpha4",
                "dhii/factory-interface": "^0.1-alpha1",
                "dhii/i18n-helper-base": "^0.1-alpha1",
                "dhii/invocable-base": "^0.1-alpha1",
                "dhii/invocable-interface": "^0.1-alpha1",
                "dhii/iterator-helper-base": "^0.1-alpha2",
                "dhii/normalization-helper-base": "^0.1-alpha1",
                "dhii/validation-base": "^0.2-alpha1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Factory\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Base functionality for factories.",
            "time": "2018-04-09T16:03:15+00:00"
        },
        {
            "name": "dhii/factory-interface",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/factory-interface.git",
                "reference": "b8d217aec8838e64ccaa770cb03dc164bf6f0515"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/factory-interface/zipball/b8d217aec8838e64ccaa770cb03dc164bf6f0515",
                "reference": "b8d217aec8838e64ccaa770cb03dc164bf6f0515",
                "shasum": ""
            },
            "require": {
                "dhii/exception-interface": "^0.1|^0.2",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Factory\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for working with factories.",
            "time": "2018-08-29T11:15:09+00:00"
        },
        {
            "name": "dhii/file-finder-abstract",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/file-finder-abstract.git",
                "reference": "3f5ad2a6a9e6ae68bad4870548061428734b231c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/file-finder-abstract/zipball/3f5ad2a6a9e6ae68bad4870548061428734b231c",
                "reference": "3f5ad2a6a9e6ae68bad4870548061428734b231c",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "aza/phpgen": "^1.0",
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "mikey179/vfsstream": "^1.6.4",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\File\\Finder\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Common functionality for finding files",
            "time": "2018-05-11T09:25:34+00:00"
        },
        {
            "name": "dhii/i18n-helper-base",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/i18n-helper-base.git",
                "reference": "fc4c881f3e528ea918588831ebeffb92738f8dd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/i18n-helper-base/zipball/fc4c881f3e528ea918588831ebeffb92738f8dd5",
                "reference": "fc4c881f3e528ea918588831ebeffb92738f8dd5",
                "shasum": ""
            },
            "require": {
                "dhii/i18n-interface": "^0.1|^0.2",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\I18n\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "A base for internationalization consumers",
            "time": "2018-03-07T22:38:07+00:00"
        },
        {
            "name": "dhii/i18n-interface",
            "version": "v0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/i18n-interface.git",
                "reference": "7eaf0731ba80eea37a5deea6d894a0326e10be67"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/i18n-interface/zipball/7eaf0731ba80eea37a5deea6d894a0326e10be67",
                "reference": "7eaf0731ba80eea37a5deea6d894a0326e10be67",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/data-key-value-aware-interface": "^0.1",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\I18n\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for internationalization.",
            "time": "2017-03-15T16:01:39+00:00"
        },
        {
            "name": "dhii/invocable-base",
            "version": "v0.1-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/invocable-base.git",
                "reference": "f8edf350653f1041388addb918a1478e46c3a83f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/invocable-base/zipball/f8edf350653f1041388addb918a1478e46c3a83f",
                "reference": "f8edf350653f1041388addb918a1478e46c3a83f",
                "shasum": ""
            },
            "require": {
                "dhii/callback-abstract": "^0.1-alpha2",
                "dhii/exception": "^0.1-alpha4",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/invocable-interface": "^0.1",
                "dhii/normalization-helper-base": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\Invocation\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Base functionality for invocation.",
            "time": "2018-04-01T12:07:38+00:00"
        },
        {
            "name": "dhii/invocable-interface",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/invocable-interface.git",
                "reference": "85f9fae9ae6bb53213c2a2354edf78bb364b705f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/invocable-interface/zipball/85f9fae9ae6bb53213c2a2354edf78bb364b705f",
                "reference": "85f9fae9ae6bb53213c2a2354edf78bb364b705f",
                "shasum": ""
            },
            "require": {
                "dhii/exception-interface": "^0.1 | ^0.2",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Invocation\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interface for objects that can be invoked.",
            "time": "2018-02-12T16:56:45+00:00"
        },
        {
            "name": "dhii/iterator-abstract",
            "version": "v0.1-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/iterator-abstract.git",
                "reference": "576484183865575ffc2a0d586132741329626fb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/iterator-abstract/zipball/576484183865575ffc2a0d586132741329626fb8",
                "reference": "576484183865575ffc2a0d586132741329626fb8",
                "shasum": ""
            },
            "require": {
                "dhii/stringable-interface": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/iterator-interface": "dev-release/0.1",
                "dhii/php-cs-fixer-config": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Iterator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Functionality for iterators that comply with dhii/iterator-interface, or are otherwise based on iteration objects",
            "keywords": [
                "abstract",
                "iteration",
                "iterator",
                "trait"
            ],
            "time": "2018-04-25T12:20:32+00:00"
        },
        {
            "name": "dhii/iterator-base",
            "version": "v0.1-alpha3",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/iterator-base.git",
                "reference": "093438953cb2c83309b412f9fe09211fb1d0abed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/iterator-base/zipball/093438953cb2c83309b412f9fe09211fb1d0abed",
                "reference": "093438953cb2c83309b412f9fe09211fb1d0abed",
                "shasum": ""
            },
            "require": {
                "dhii/data-key-value-aware-abstract": "^0.1-alpha2",
                "dhii/exception": "^0.1-alpha4",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/iterator-abstract": "^0.1",
                "dhii/iterator-helper-base": "^0.1-alpha2",
                "dhii/iterator-interface": "^0.1",
                "dhii/normalization-helper-base": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Iterator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Base concrete functionality for iterators",
            "time": "2018-03-22T11:45:19+00:00"
        },
        {
            "name": "dhii/iterator-helper-base",
            "version": "v0.1-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/iterator-helper-base.git",
                "reference": "cf62fb9f8b658a82815f15a2d906d8d1ff5c52ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/iterator-helper-base/zipball/cf62fb9f8b658a82815f15a2d906d8d1ff5c52ce",
                "reference": "cf62fb9f8b658a82815f15a2d906d8d1ff5c52ce",
                "shasum": ""
            },
            "require": {
                "dhii/exception": "^0.1-alpha4",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/invocable-interface": "0.1-alpha1",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "dev-master"
            },
            "suggest": {
                "dhii/callback-abstract": "For structural invocation of callables"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Iterator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Common functionality for working with iterables",
            "time": "2018-03-22T11:25:07+00:00"
        },
        {
            "name": "dhii/iterator-interface",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/iterator-interface.git",
                "reference": "0ea9fdbe9c642e18d393240b958e750bb78cb959"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/iterator-interface/zipball/0ea9fdbe9c642e18d393240b958e750bb78cb959",
                "reference": "0ea9fdbe9c642e18d393240b958e750bb78cb959",
                "shasum": ""
            },
            "require": {
                "dhii/data-hierarchy-interface": "^0.1",
                "dhii/data-key-value-aware-interface": "^0.1",
                "dhii/data-path-aware-interface": "^0.1",
                "dhii/exception-interface": "^0.1 | ^0.2",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Iterator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for standard iterators",
            "time": "2018-04-24T19:28:27+00:00"
        },
        {
            "name": "dhii/map",
            "version": "v0.1-alpha7",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/map.git",
                "reference": "9ec82af42b7cb33d3b0b70d753e8a2bc7451cedf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/map/zipball/9ec82af42b7cb33d3b0b70d753e8a2bc7451cedf",
                "reference": "9ec82af42b7cb33d3b0b70d753e8a2bc7451cedf",
                "shasum": ""
            },
            "require": {
                "dhii/collections-interface": "^0.2-alpha5",
                "dhii/container-helper-base": "^0.1-alpha5",
                "dhii/data-container-base": "^0.1-alpha2",
                "dhii/data-container-interface": "^0.1 | ^0.2",
                "dhii/data-object-abstract": "^0.1",
                "dhii/factory-base": "^0.1-alpha1",
                "dhii/i18n-helper-base": "^0.1-alpha1",
                "dhii/iterator-abstract": "^0.1-alpha2",
                "dhii/iterator-base": "^0.1-alpha2",
                "dhii/iterator-interface": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Collection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "An iterable container implementation.",
            "keywords": [
                "PSR-11",
                "container",
                "iterable",
                "map"
            ],
            "time": "2018-07-30T10:48:11+00:00"
        },
        {
            "name": "dhii/memoize-memory",
            "version": "v0.2-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/memoize-memory.git",
                "reference": "4e93d600dfb464ab5b6d51bffe772adbfd9b94fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/memoize-memory/zipball/4e93d600dfb464ab5b6d51bffe772adbfd9b94fa",
                "reference": "4e93d600dfb464ab5b6d51bffe772adbfd9b94fa",
                "shasum": ""
            },
            "require": {
                "dhii/args-list-validation": "^0.1-alpha1",
                "dhii/cache-abstract": "^0.1",
                "dhii/callback-abstract": "^0.1-alpha4",
                "dhii/container-helper-base": "^0.1-alpha5",
                "dhii/data-container-base": "^0.1-alpha2",
                "dhii/data-object-abstract": "^0.1",
                "dhii/invocable-base": "^0.1",
                "dhii/map": "^0.1",
                "dhii/simple-cache-interface": "^0.1",
                "dhii/validation-base": "^0.2-alpha2",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/invocable-interface": "^0.1",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Cache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "An in-memory memoizer implementation.",
            "time": "2018-04-03T13:41:36+00:00"
        },
        {
            "name": "dhii/module-interface",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/module-interface.git",
                "reference": "2f92a4bf08362c75f658d640fbc161390d62ab15"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/module-interface/zipball/2f92a4bf08362c75f658d640fbc161390d62ab15",
                "reference": "2f92a4bf08362c75f658d640fbc161390d62ab15",
                "shasum": ""
            },
            "require": {
                "dhii/data-key-value-aware-interface": "^0.1",
                "dhii/exception-interface": "^0.1 | ^0.2",
                "dhii/factory-interface": "^0.1-alpha1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Modular\\Module\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for modules",
            "time": "2018-05-06T22:08:41+00:00"
        },
        {
            "name": "dhii/normalization-helper-base",
            "version": "v0.1-alpha4",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/normalization-helper-base.git",
                "reference": "1b64f0ea6b3e32f9478f854f6049500795b51da7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/normalization-helper-base/zipball/1b64f0ea6b3e32f9478f854f6049500795b51da7",
                "reference": "1b64f0ea6b3e32f9478f854f6049500795b51da7",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Util\\Normalization\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Functionality for normalizing values.",
            "time": "2018-06-04T08:55:31+00:00"
        },
        {
            "name": "dhii/psr-14",
            "version": "0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/psr-14.git",
                "reference": "ebfa94b69b34e34ffdfc7288aeea2f1a315288b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/psr-14/zipball/ebfa94b69b34e34ffdfc7288aeea2f1a315288b5",
                "reference": "ebfa94b69b34e34ffdfc7288aeea2f1a315288b5",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Miguel Muscat",
                    "email": "miguelmuscat93@gmail.com"
                },
                {
                    "name": "Anton Ukhanev",
                    "email": "xedin.unknown@gmail.com"
                }
            ],
            "description": "A temporary PSR-14 repository.",
            "time": "2016-07-06T18:43:19+00:00"
        },
        {
            "name": "dhii/simple-cache-interface",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/simple-cache-interface.git",
                "reference": "62659e4d9526e1b9854017e5d2f1e24db12f6b92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/simple-cache-interface/zipball/62659e4d9526e1b9854017e5d2f1e24db12f6b92",
                "reference": "62659e4d9526e1b9854017e5d2f1e24db12f6b92",
                "shasum": ""
            },
            "require": {
                "dhii/data-container-interface": "^0.2-alpha2",
                "dhii/stringable-interface": "^0.1",
                "php": "^5.3 | ^7.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Cache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "A simple cache standard inspired by PSR-16.",
            "time": "2018-05-21T16:19:27+00:00"
        },
        {
            "name": "dhii/sql-interface",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/sql-interface.git",
                "reference": "b600c3db8a41a739fe8f2006fad6f0412b245aad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/sql-interface/zipball/b600c3db8a41a739fe8f2006fad6f0412b245aad",
                "reference": "b600c3db8a41a739fe8f2006fad6f0412b245aad",
                "shasum": ""
            },
            "require": {
                "dhii/expression-interface": "^0.2",
                "dhii/expression-renderer-interface": "^0.1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Storage\\Resource\\Sql\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for SQL resource abstraction.",
            "time": "2018-07-31T12:24:35+00:00"
        },
        {
            "name": "dhii/stringable-interface",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/stringable-interface.git",
                "reference": "b6653905eef2ebf377749feb80a6d18abbe913ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/stringable-interface/zipball/b6653905eef2ebf377749feb80a6d18abbe913ef",
                "reference": "b6653905eef2ebf377749feb80a6d18abbe913ef",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\Util\\String\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interoperability interface for objects that can be cast to string",
            "time": "2017-01-23T15:08:20+00:00"
        },
        {
            "name": "dhii/transformer-interface",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/transformer-interface.git",
                "reference": "e774efef46413eb34bdafc19a6bd74fbf656235d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/transformer-interface/zipball/e774efef46413eb34bdafc19a6bd74fbf656235d",
                "reference": "e774efef46413eb34bdafc19a6bd74fbf656235d",
                "shasum": ""
            },
            "require": {
                "dhii/exception-interface": "^0.1 | ^0.2-alpha1",
                "dhii/factory-interface": "^0.1-alpha1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Transformer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for data transformation",
            "time": "2018-05-15T16:59:05+00:00"
        },
        {
            "name": "dhii/type-interface",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/type-interface.git",
                "reference": "d1a1e2e8e2b9649352379dc864615e64951796f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/type-interface/zipball/d1a1e2e8e2b9649352379dc864615e64951796f5",
                "reference": "d1a1e2e8e2b9649352379dc864615e64951796f5",
                "shasum": ""
            },
            "require": {
                "dhii/data-key-value-aware-interface": "^0.1",
                "dhii/validation-interface": "^0.1 | ^0.2-alpha1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Type\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Interfaces for type interoperability",
            "time": "2018-04-06T13:08:54+00:00"
        },
        {
            "name": "dhii/validation-abstract",
            "version": "v0.2-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/validation-abstract.git",
                "reference": "dff998ba3476927a0fc6d10bb022425de8f1c844"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/validation-abstract/zipball/dff998ba3476927a0fc6d10bb022425de8f1c844",
                "reference": "dff998ba3476927a0fc6d10bb022425de8f1c844",
                "shasum": ""
            },
            "require": {
                "dhii/validation-interface": "^0.2",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/i18n-helper-base": "For string internationalization",
                "dhii/iterator-helper-base": "For implementations of iterable-related helper functionality",
                "dhii/normalization-helper-base": "For simple types normalization",
                "dhii/stringable-interface": "To be able to pass stringable objects instead of strings",
                "dhii/validation-interface": "Needed to be able to create exceptions that are expected to be thrown"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Validation\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Common abstract functionality for validation.",
            "time": "2018-03-07T21:05:39+00:00"
        },
        {
            "name": "dhii/validation-base",
            "version": "v0.2-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/validation-base.git",
                "reference": "9e75c5f886a2403c6989c36c2d4ffcfae158172e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/validation-base/zipball/9e75c5f886a2403c6989c36c2d4ffcfae158172e",
                "reference": "9e75c5f886a2403c6989c36c2d4ffcfae158172e",
                "shasum": ""
            },
            "require": {
                "dhii/exception": "^0.1-alpha4",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/iterator-helper-base": "^0.1",
                "dhii/normalization-helper-base": "^0.1",
                "dhii/validation-abstract": "^0.2",
                "dhii/validation-interface": "^0.2-alpha2",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Validation\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "Base concrete functionality for validation.",
            "time": "2018-04-02T13:31:36+00:00"
        },
        {
            "name": "dhii/validation-interface",
            "version": "v0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/validation-interface.git",
                "reference": "a26026ae5cdf0a650b3511a22dbcb9329073b82c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/validation-interface/zipball/a26026ae5cdf0a650b3511a22dbcb9329073b82c",
                "reference": "a26026ae5cdf0a650b3511a22dbcb9329073b82c",
                "shasum": ""
            },
            "require": {
                "dhii/exception-interface": "^0.1|^0.2",
                "dhii/factory-interface": "^0.1",
                "php": "^5.3 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\Validation\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "A base interface for validators",
            "time": "2018-08-29T11:39:22+00:00"
        },
        {
            "name": "dhii/wp-events",
            "version": "v0.3-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/wp-events.git",
                "reference": "feee39e602709ae0e5d557d3ae48694d3c7310da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/wp-events/zipball/feee39e602709ae0e5d557d3ae48694d3c7310da",
                "reference": "feee39e602709ae0e5d557d3ae48694d3c7310da",
                "shasum": ""
            },
            "require": {
                "dhii/exception": "^0.1-alpha4",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/normalization-helper-base": "^0.1-alpha2",
                "dhii/psr-14": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "10up/wp_mock": "^0.1.1",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "doctrine/instantiator": ">=1.0.5 <1.1.0",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dhii\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii",
                    "email": "development@dhii.co"
                }
            ],
            "description": "A PSR-14 compliant event wrapper for WordPress.",
            "time": "2018-05-29T10:55:27+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "9f83dded91781a01c63574e387eaa769be769115"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
                "reference": "9f83dded91781a01c63574e387eaa769be769115",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Schultze",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "time": "2018-12-04T20:46:45+00:00"
        },
        {
            "name": "nesbot/carbon",
            "version": "1.36.2",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
                "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7"
            },
            "suggest": {
                "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
                "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "time": "2018-12-28T10:07:33+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": "psr/http-message",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7.0",
                "satooshi/php-coveralls": ">=1.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "time": "2016-02-11T07:05:27+00:00"
        },
        {
            "name": "rebelcode/entity-manager-interface",
            "version": "v0.1-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/entity-manager-interface.git",
                "reference": "49b6268192e0d4b6a760880095048eaa2b563bae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/entity-manager-interface/zipball/49b6268192e0d4b6a760880095048eaa2b563bae",
                "reference": "49b6268192e0d4b6a760880095048eaa2b563bae",
                "shasum": ""
            },
            "require": {
                "dhii/collections-interface": "^0.2-alpha4",
                "php": "^5.3.9 | ^7.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "suggest": {
                "dhii/cqrs-resource-model-interface": "Interfaces for building granular and flexible database abstraction"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RebelCode\\Entity\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "An interface package for standardizing entity managers.",
            "time": "2018-10-10T09:14:53+00:00"
        },
        {
            "name": "rebelcode/expression-wp-query-builder",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/expression-wp-query-builder-abstract.git",
                "reference": "1f72a94ad22cd56aa50cc88bfb6ac068e732bf0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/expression-wp-query-builder-abstract/zipball/1f72a94ad22cd56aa50cc88bfb6ac068e732bf0c",
                "reference": "1f72a94ad22cd56aa50cc88bfb6ac068e732bf0c",
                "shasum": ""
            },
            "require": {
                "dhii/expression-interface": "^0.2",
                "dhii/sql-interface": "^0.1",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "RebelCode\\WordPress\\Query\\Builder\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "Abstract functionality for building WP_Query args using expressions.",
            "time": "2018-05-16T10:53:34+00:00"
        },
        {
            "name": "rebelcode/modular",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/modular.git",
                "reference": "3e66d4158fd8b26acb4ad2f169b964682b73e8d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/modular/zipball/3e66d4158fd8b26acb4ad2f169b964682b73e8d0",
                "reference": "3e66d4158fd8b26acb4ad2f169b964682b73e8d0",
                "shasum": ""
            },
            "require": {
                "dhii/callback-abstract": "^0.1-alpha1",
                "dhii/collections-interface": "^0.2-alpha4",
                "dhii/config-interface": "^0.2-alpha2",
                "dhii/container-helper-base": "^0.1-alpha5",
                "dhii/data-container-interface": "^0.2-alpha3",
                "dhii/data-key-value-aware-abstract": "^0.1-alpha4",
                "dhii/event-interface": "^0.2-alpha1",
                "dhii/exception": "^0.1-alpha4",
                "dhii/factory-base": "^0.1-alpha3",
                "dhii/factory-interface": "^0.1-alpha2",
                "dhii/file-finder-abstract": "^0.1-alpha1",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/iterator-helper-base": "^0.1-alpha2",
                "dhii/module-interface": "^0.1",
                "dhii/normalization-helper-base": "^0.1-alpha2",
                "dhii/wp-events": "^0.3-alpha1",
                "php": "^5.4 | ^7.0",
                "psr/container": "^1.0",
                "rebelcode/module-iterator-abstract": "^0.1-alpha1"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "mikey179/vfsstream": "^1.6@dev",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RebelCode\\Modular\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "A module system.",
            "time": "2018-05-11T11:17:08+00:00"
        },
        {
            "name": "rebelcode/module-iterator-abstract",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/module-iterator-abstract.git",
                "reference": "991a0dc0d826fe7db3c8276e1e358ef9276d5e8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/module-iterator-abstract/zipball/991a0dc0d826fe7db3c8276e1e358ef9276d5e8e",
                "reference": "991a0dc0d826fe7db3c8276e1e358ef9276d5e8e",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/module-interface": "^0.1-alpha1",
                "dhii/php-cs-fixer-config": "dev-php-5.3",
                "phpunit/phpunit": "^4.8",
                "psr/container": "^1.0",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "RebelCode\\Modular\\Iterator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "Basic and abstract functionality for module iterators.",
            "time": "2018-05-11T08:25:59+00:00"
        },
        {
            "name": "rebelcode/sql-cqrs-resource-models-abstract",
            "version": "v0.2-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/sql-cqrs-resource-models-abstract.git",
                "reference": "06bdea882e8498226664b4391481357cb6900e90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/sql-cqrs-resource-models-abstract/zipball/06bdea882e8498226664b4391481357cb6900e90",
                "reference": "06bdea882e8498226664b4391481357cb6900e90",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/data-container-interface": "^0.2",
                "dhii/exception-interface": "0.2-alpha3",
                "dhii/expression-interface": "^0.2",
                "dhii/output-renderer-interface": "^0.3",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/sql-interface": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "RebelCode\\Storage\\Resource\\Sql\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "Abstract functionality for SQL CQRS resource models.",
            "time": "2018-11-28T17:49:54+00:00"
        },
        {
            "name": "rebelcode/time-abstract",
            "version": "v0.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/time-abstract.git",
                "reference": "5ceb223ce10c3f027843acbe2acbdc79fe299f27"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/time-abstract/zipball/5ceb223ce10c3f027843acbe2acbdc79fe299f27",
                "reference": "5ceb223ce10c3f027843acbe2acbdc79fe299f27",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/exception-interface": "^0.1",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "dhii/time-interface": "dev-develop",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "RebelCode\\Time\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "Abstract functionality for dealing with time.",
            "time": "2019-01-15T15:24:34+00:00"
        },
        {
            "name": "rebelcode/transformers",
            "version": "v0.1-alpha1",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/transformers.git",
                "reference": "35b4ad21ac2fc8789218aba9e6d64245da0b90da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/transformers/zipball/35b4ad21ac2fc8789218aba9e6d64245da0b90da",
                "reference": "35b4ad21ac2fc8789218aba9e6d64245da0b90da",
                "shasum": ""
            },
            "require": {
                "dhii/args-list-validation": "^0.1-alpha1",
                "dhii/container-helper-base": "^0.1-alpha7",
                "dhii/data-container-base": "^0.1-alpha2",
                "dhii/invocable-base": "^0.1-alpha2",
                "dhii/iterator-base": "^0.1-alpha3",
                "dhii/iterator-helper-base": "^0.1-alpha2",
                "dhii/normalization-helper-base": "^0.1-alpha2",
                "dhii/transformer-interface": "^0.1-alpha1",
                "dhii/validation-base": "^0.2-alpha2",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/php-cs-fixer-config": "^0.1",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "RebelCode\\Transformers\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "A library for transforming input values.",
            "time": "2018-05-15T17:48:29+00:00"
        },
        {
            "name": "rebelcode/wp-cqrs-resource-models",
            "version": "v0.2-alpha2",
            "source": {
                "type": "git",
                "url": "https://github.com/RebelCode/wp-cqrs-resource-models.git",
                "reference": "304590ef4704e31564709fcd1a2e163f7623d227"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RebelCode/wp-cqrs-resource-models/zipball/304590ef4704e31564709fcd1a2e163f7623d227",
                "reference": "304590ef4704e31564709fcd1a2e163f7623d227",
                "shasum": ""
            },
            "require": {
                "dhii/callback-abstract": "^0.1-alpha4",
                "dhii/container-helper-base": "^0.1",
                "dhii/cqrs-resource-model-interface": "^0.2-alpha1",
                "dhii/data-container-base": "^0.1",
                "dhii/exception": "^0.1-alpha4",
                "dhii/i18n-helper-base": "^0.1",
                "dhii/iterator-helper-base": "^0.1-alpha2",
                "dhii/normalization-helper-base": "^0.1",
                "php": "^5.4 | ^7.0",
                "rebelcode/expression-wp-query-builder": "^0.1-alpha1",
                "rebelcode/sql-cqrs-resource-models-abstract": "^0.2-alpha1"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "<=0.3.2",
                "dhii/collections-interface": "^0.2-alpha5",
                "dhii/expression-interface": "^0.2",
                "dhii/factory-interface": "^0.1-alpha2",
                "dhii/invocable-interface": "^0.1-alpha1",
                "dhii/output-renderer-interface": "^0.3",
                "dhii/php-cs-fixer-config": "^0.1",
                "dhii/sql-interface": "^0.1",
                "dhii/stringable-interface": "^0.1",
                "johnpbloch/wordpress-core": "^4.0",
                "phpunit/phpunit": "^4.8",
                "ptrofimov/xpmock": "^1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "RebelCode\\Storage\\Resource\\WordPress\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "RebelCode",
                    "email": "dev@rebelcode.com"
                }
            ],
            "description": "Functionality for WordPress CQRS resource models.",
            "time": "2018-08-28T14:19:27+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "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"
            ],
            "time": "2018-09-21T13:07:52+00:00"
        },
        {
            "name": "symfony/translation",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/fc58c2a19e56c29f5ba2736ec40d0119a0de2089",
                "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/config": "<2.7"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8",
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
                "symfony/yaml": "~2.2|~3.0.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "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 Translation Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-24T21:16:41+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "10up/wp_mock",
            "version": "0.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/10up/wp_mock.git",
                "reference": "04e1e14fdcc4240a07f9f6c2e45029de5714dd3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/10up/wp_mock/zipball/04e1e14fdcc4240a07f9f6c2e45029de5714dd3e",
                "reference": "04e1e14fdcc4240a07f9f6c2e45029de5714dd3e",
                "shasum": ""
            },
            "require": {
                "antecedent/patchwork": "~1.2",
                "mockery/mockery": "~0.8",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "WP_Mock\\": "./"
                },
                "classmap": [
                    "WP_Mock.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "description": "A mocking library to take the pain out of unit testing for WordPress",
            "time": "2015-03-31T18:55:45+00:00"
        },
        {
            "name": "antecedent/patchwork",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/antecedent/patchwork.git",
                "reference": "6e1a0a0c1282c9690d38fb4831cbdfcd04d02171"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/antecedent/patchwork/zipball/6e1a0a0c1282c9690d38fb4831cbdfcd04d02171",
                "reference": "6e1a0a0c1282c9690d38fb4831cbdfcd04d02171",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignas Rudaitis",
                    "email": "ignas.rudaitis@gmail.com"
                }
            ],
            "description": "Method redefinition (monkey-patching) functionality for PHP.",
            "keywords": [
                "aop",
                "aspect",
                "interception",
                "monkeypatching",
                "redefinition",
                "runkit",
                "testing"
            ],
            "time": "2016-07-02T04:25:33+00:00"
        },
        {
            "name": "codeclimate/php-test-reporter",
            "version": "v0.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/codeclimate/php-test-reporter.git",
                "reference": "3a2d3ebdc1df5acf372458c15041af240a6fc016"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/3a2d3ebdc1df5acf372458c15041af240a6fc016",
                "reference": "3a2d3ebdc1df5acf372458c15041af240a6fc016",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3",
                "satooshi/php-coveralls": "1.0.*",
                "symfony/console": ">=2.0"
            },
            "require-dev": {
                "ext-xdebug": "*",
                "phpunit/phpunit": "3.7.*@stable"
            },
            "bin": [
                "composer/bin/test-reporter"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "CodeClimate\\Component": "src/",
                    "CodeClimate\\Bundle": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Code Climate",
                    "email": "hello@codeclimate.com",
                    "homepage": "https://codeclimate.com"
                }
            ],
            "description": "PHP client for reporting test coverage to Code Climate",
            "homepage": "https://github.com/codeclimate/php-test-reporter",
            "keywords": [
                "codeclimate",
                "coverage"
            ],
            "time": "2016-04-19T16:54:33+00:00"
        },
        {
            "name": "dhii/php-cs-fixer-config",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dhii/php-cs-fixer-config.git",
                "reference": "fc2f45d1f822bff7d871ba3c4c9750ad66f5ab0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dhii/php-cs-fixer-config/zipball/fc2f45d1f822bff7d871ba3c4c9750ad66f5ab0c",
                "reference": "fc2f45d1f822bff7d871ba3c4c9750ad66f5ab0c",
                "shasum": ""
            },
            "require": {
                "friendsofphp/php-cs-fixer": ">=1.11 <1.12",
                "php": "^5.4 | ^7.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "dev-master",
                "phpunit/phpunit": "^4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dhii\\Configuration\\PHPCSFixer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dhii Team",
                    "email": "development@dhii.co"
                }
            ],
            "description": "A default PHP CS Fixer config implementation",
            "time": "2017-07-23T12:53:27+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.0.5",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2015-06-14T21:17:01+00:00"
        },
        {
            "name": "friendsofphp/php-cs-fixer",
            "version": "v1.11.8",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
                "reference": "117137e9970054d022b7656209f094dab852b90c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/117137e9970054d022b7656209f094dab852b90c",
                "reference": "117137e9970054d022b7656209f094dab852b90c",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.6",
                "sebastian/diff": "~1.1",
                "symfony/console": "~2.3|~3.0",
                "symfony/event-dispatcher": "~2.1|~3.0",
                "symfony/filesystem": "~2.1|~3.0",
                "symfony/finder": "~2.1|~3.0",
                "symfony/process": "~2.3|~3.0",
                "symfony/stopwatch": "~2.5|~3.0"
            },
            "conflict": {
                "hhvm": "<3.9"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5|^5",
                "satooshi/php-coveralls": "^0.7.1"
            },
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
            "autoload": {
                "psr-4": {
                    "Symfony\\CS\\": "Symfony/CS/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dariusz Rumiński",
                    "email": "dariusz.ruminski@gmail.com"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "A tool to automatically fix PHP code style",
            "time": "2016-08-16T23:31:05+00:00"
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-error-response": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/cache": "~1.3",
                "monolog/monolog": "~1.0",
                "phpunit/phpunit": "3.7.*",
                "psr/log": "~1.0",
                "symfony/class-loader": "~2.1",
                "zendframework/zend-cache": "2.*,<2.3",
                "zendframework/zend-log": "2.*,<2.3"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle": "src/",
                    "Guzzle\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "abandoned": "guzzlehttp/guzzle",
            "time": "2015-03-18T18:23:50+00:00"
        },
        {
            "name": "hamcrest/hamcrest-php",
            "version": "v1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/hamcrest/hamcrest-php.git",
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "replace": {
                "cordoval/hamcrest-php": "*",
                "davedevelopment/hamcrest-php": "*",
                "kodova/hamcrest-php": "*"
            },
            "require-dev": {
                "phpunit/php-file-iterator": "1.3.3",
                "satooshi/php-coveralls": "dev-master"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "hamcrest"
                ],
                "files": [
                    "hamcrest/Hamcrest.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD"
            ],
            "description": "This is the PHP port of Hamcrest Matchers",
            "keywords": [
                "test"
            ],
            "time": "2015-05-11T14:41:42+00:00"
        },
        {
            "name": "johnpbloch/wordpress-core",
            "version": "4.9.9",
            "source": {
                "type": "git",
                "url": "https://github.com/johnpbloch/wordpress-core.git",
                "reference": "3f6081c514707ad25153b9acb90f022cd122d759"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/3f6081c514707ad25153b9acb90f022cd122d759",
                "reference": "3f6081c514707ad25153b9acb90f022cd122d759",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "provide": {
                "wordpress/core-implementation": "4.9.9"
            },
            "type": "wordpress-core",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress Community",
                    "homepage": "http://wordpress.org/about/"
                }
            ],
            "description": "WordPress is web software you can use to create a beautiful website or blog.",
            "homepage": "http://wordpress.org/",
            "keywords": [
                "blog",
                "cms",
                "wordpress"
            ],
            "time": "2018-12-13T03:42:54+00:00"
        },
        {
            "name": "mockery/mockery",
            "version": "0.9.10",
            "source": {
                "type": "git",
                "url": "https://github.com/mockery/mockery.git",
                "reference": "4876fc0c7d9e5da49712554a35c94d84ed1e9ee5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4876fc0c7d9e5da49712554a35c94d84ed1e9ee5",
                "reference": "4876fc0c7d9e5da49712554a35c94d84ed1e9ee5",
                "shasum": ""
            },
            "require": {
                "hamcrest/hamcrest-php": "~1.1",
                "lib-pcre": ">=7.0",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.9.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Mockery": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Pádraic Brady",
                    "email": "padraic.brady@gmail.com",
                    "homepage": "http://blog.astrumfutura.com"
                },
                {
                    "name": "Dave Marshall",
                    "email": "dave.marshall@atstsolutions.co.uk",
                    "homepage": "http://davedevelopment.co.uk"
                }
            ],
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
            "homepage": "http://github.com/padraic/mockery",
            "keywords": [
                "BDD",
                "TDD",
                "library",
                "mock",
                "mock objects",
                "mockery",
                "stub",
                "test",
                "test double",
                "testing"
            ],
            "time": "2018-11-13T20:50:16+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "dflydev/markdown": "~1.0",
                "erusev/parsedown": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "time": "2016-01-25T08:17:30+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
                "sebastian/comparator": "^1.1|^2.0|^3.0",
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^2.5|^3.2",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2018-08-05T17:53:17+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": "~1.3",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-token-stream": "~1.3",
                "sebastian/environment": "^1.3.2",
                "sebastian/version": "~1.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.1.4",
                "phpunit/phpunit": "~4"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.2.1",
                "ext-xmlwriter": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2015-10-06T15:47:00+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2017-11-27T13:52:08+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21T13:50:34+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2017-02-26T11:10:40+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.12",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2017-12-04T08:55:13+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.8.36",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "^1.3.1",
                "phpunit/php-code-coverage": "~2.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.2.2",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "~1.3",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.8.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2017-06-21T08:07:12+00:00"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2015-10-02T06:51:40+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "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",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2018-11-20T15:27:04+00:00"
        },
        {
            "name": "ptrofimov/xpmock",
            "version": "1.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/ptrofimov/xpmock.git",
                "reference": "5b95ace33624b66bf4e854071b8856722fde515e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ptrofimov/xpmock/zipball/5b95ace33624b66bf4e854071b8856722fde515e",
                "reference": "5b95ace33624b66bf4e854071b8856722fde515e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Xpmock": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPUnit: simple syntax to create mock-objects",
            "time": "2014-01-02T16:42:27+00:00"
        },
        {
            "name": "satooshi/php-coveralls",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-coveralls/php-coveralls.git",
                "reference": "9c07b63acbc9709344948b6fd4f63a32b2ef4127"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/9c07b63acbc9709344948b6fd4f63a32b2ef4127",
                "reference": "9c07b63acbc9709344948b6fd4f63a32b2ef4127",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "guzzle/guzzle": "^2.8 || ^3.0",
                "php": "^5.3.3 || ^7.0",
                "psr/log": "^1.0",
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
            },
            "suggest": {
                "symfony/http-kernel": "Allows Symfony integration"
            },
            "bin": [
                "bin/coveralls"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Satooshi\\": "src/Satooshi/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kitamura Satoshi",
                    "email": "with.no.parachute@gmail.com",
                    "homepage": "https://www.facebook.com/satooshi.jp"
                }
            ],
            "description": "PHP client library for Coveralls API",
            "homepage": "https://github.com/php-coveralls/php-coveralls",
            "keywords": [
                "ci",
                "coverage",
                "github",
                "test"
            ],
            "abandoned": "php-coveralls/php-coveralls",
            "time": "2017-10-14T23:15:34+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2 || ~2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2017-01-29T09:50:25+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2017-05-22T07:24:03+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "1.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2016-08-18T05:49:44+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2016-06-17T09:04:28+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2015-10-12T03:26:01+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2016-10-03T07:41:43+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2015-06-21T13:59:46+00:00"
        },
        {
            "name": "symfony/config",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "7dd5f5040dc04c118d057fb5886563963eb70011"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011",
                "reference": "7dd5f5040dc04c118d057fb5886563963eb70011",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/filesystem": "~2.3|~3.0.0",
                "symfony/polyfill-ctype": "~1.8"
            },
            "require-dev": {
                "symfony/yaml": "~2.7|~3.0.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "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 Config Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-26T09:38:12+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
                "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/debug": "^2.7.2|~3.0.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1|~3.0.0",
                "symfony/process": "~2.1|~3.0.0"
            },
            "suggest": {
                "psr/log-implementation": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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",
            "time": "2018-11-20T15:55:20+00:00"
        },
        {
            "name": "symfony/debug",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
                "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "psr/log": "~1.0"
            },
            "conflict": {
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
            },
            "require-dev": {
                "symfony/class-loader": "~2.2|~3.0.0",
                "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "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 Debug Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-11T11:18:13+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^2.0.5|~3.0.0",
                "symfony/dependency-injection": "~2.6|~3.0.0",
                "symfony/expression-language": "~2.6|~3.0.0",
                "symfony/stopwatch": "~2.3|~3.0.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "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 EventDispatcher Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-21T14:20:20+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
                "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/polyfill-ctype": "~1.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "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 Filesystem Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-11T11:18:13+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
                "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "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 Finder Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-11T11:18:13+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                },
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "time": "2018-08-06T14:22:27+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
                "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "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 Process Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-11T11:18:13+00:00"
        },
        {
            "name": "symfony/stopwatch",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
                "reference": "752586c80af8a85aeb74d1ae8202411c68836663"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/752586c80af8a85aeb74d1ae8202411c68836663",
                "reference": "752586c80af8a85aeb74d1ae8202411c68836663",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "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 Stopwatch Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-11T11:18:13+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v2.8.49",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
                "reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/polyfill-ctype": "~1.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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 Yaml Component",
            "homepage": "https://symfony.com",
            "time": "2018-11-11T11:18:13+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": [],
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": "^5.4 | ^7.0",
        "ext-json": ">=1.2.1"
    },
    "platform-dev": []
}