composer.lock
{
"_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": "4b3a1b09206552167113d49a5af0c638",
"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/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/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/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/output-renderer-abstract",
"version": "v0.1-alpha2",
"source": {
"type": "git",
"url": "https://github.com/Dhii/output-renderer-abstract.git",
"reference": "0f6e5eed940025332dd1986d6c771e10f7197b1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/output-renderer-abstract/zipball/0f6e5eed940025332dd1986d6c771e10f7197b1a",
"reference": "0f6e5eed940025332dd1986d6c771e10f7197b1a",
"shasum": ""
},
"require": {
"dhii/output-renderer-interface": "^0.2 | ^0.3",
"php": "^5.4 | ^7.0",
"psr/container": "^1.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/exception-interface": "^0.2-alpha3",
"dhii/invocable-interface": "^0.1-alpha1",
"dhii/php-cs-fixer-config": "^0.1",
"dhii/validation-interface": "^0.1 | ^0.2-alpha1",
"phpunit/phpunit": "^4.8",
"ptrofimov/xpmock": "^1.1"
},
"suggest": {
"dhii/container-helper-base": "For normalizing context containers"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Output\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Common abstract functionality for output renderers.",
"time": "2018-05-10T12:31:09+00:00"
},
{
"name": "dhii/output-renderer-base",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/output-renderer-base.git",
"reference": "700483a37016e502be2ead9580bb9258ad8bf17b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/output-renderer-base/zipball/700483a37016e502be2ead9580bb9258ad8bf17b",
"reference": "700483a37016e502be2ead9580bb9258ad8bf17b",
"shasum": ""
},
"require": {
"dhii/container-helper-base": "^0.1-alpha5",
"dhii/exception": "^0.1-alpha4",
"dhii/i18n-helper-base": "^0.1-alpha1",
"dhii/output-renderer-abstract": "^0.1-alpha1",
"dhii/output-renderer-interface": "^0.2 | ^0.3-alpha1",
"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\\Output\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Base concrete functionality for output rendering.",
"time": "2018-04-05T13:32:07+00:00"
},
{
"name": "dhii/output-renderer-interface",
"version": "v0.3-alpha2",
"source": {
"type": "git",
"url": "https://github.com/Dhii/output-renderer-interface.git",
"reference": "de48ea589e5e1caa1191f588a3aea7623ccbaf44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/output-renderer-interface/zipball/de48ea589e5e1caa1191f588a3aea7623ccbaf44",
"reference": "de48ea589e5e1caa1191f588a3aea7623ccbaf44",
"shasum": ""
},
"require": {
"dhii/exception-interface": "^0.1 | ^0.2",
"dhii/factory-interface": "^0.1-alpha2",
"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.*",
"psr/container": "^1.0",
"ptrofimov/xpmock": "^1.1"
},
"suggest": {
"dhii/container-helper-base": "Useful for reading data from different context types uniformly"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Output\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "An interface for objects that can perform rendering.",
"time": "2018-06-02T18:49:35+00:00"
},
{
"name": "dhii/placeholder-template",
"version": "v0.1-alpha2",
"source": {
"type": "git",
"url": "https://github.com/Dhii/placeholder-template.git",
"reference": "ab6eb2f98b085dfdf22cf86fd243cd7e6ee68525"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/placeholder-template/zipball/ab6eb2f98b085dfdf22cf86fd243cd7e6ee68525",
"reference": "ab6eb2f98b085dfdf22cf86fd243cd7e6ee68525",
"shasum": ""
},
"require": {
"dhii/container-helper-base": "^0.1-alpha5",
"dhii/data-container-base": "^0.1-alpha1",
"dhii/exception": "^0.1-alpha4",
"dhii/factory-base": "^0.1-alpha2",
"dhii/i18n-helper-base": "^0.1-alpha1",
"dhii/normalization-helper-base": "^0.1-alpha3",
"dhii/output-renderer-base": "^0.1-alpha1",
"dhii/placeholder-template-abstract": "^0.1-alpha5",
"dhii/regex-abstract": "^0.1-alpha1",
"dhii/stringable-helper-base": "^0.1-alpha2",
"php": "^5.4 | ^7.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/output-renderer-interface": "^0.3-alpha2",
"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\\Output\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "A template implementation that replaces placeholders in text",
"time": "2018-06-04T15:39:18+00:00"
},
{
"name": "dhii/placeholder-template-abstract",
"version": "v0.1-alpha5",
"source": {
"type": "git",
"url": "https://github.com/Dhii/placeholder-template-abstract.git",
"reference": "bfa7cea3b1e078b19bcf59d9a3da63b8c12ed03b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/placeholder-template-abstract/zipball/bfa7cea3b1e078b19bcf59d9a3da63b8c12ed03b",
"reference": "bfa7cea3b1e078b19bcf59d9a3da63b8c12ed03b",
"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/container-helper-base": "For standardized container retrieval",
"dhii/exception": "For exceptions and exception factories",
"dhii/i18n-helper-base": "For internationalization functionality",
"dhii/normalization-helper-base": "For normalization of strings and other simple types",
"dhii/regex-abstract": "For RegEx functionality, such as quoting and matching",
"dhii/stringable-helper-base": "For string replacement functionality"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Output\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Abstract functionality for working with templates that use placeholders.",
"time": "2018-06-04T15:21:46+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/regex-abstract",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/regex-abstract.git",
"reference": "0751f9c91a6f86d5f901b6b7f3613dc80bb69a8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/regex-abstract/zipball/0751f9c91a6f86d5f901b6b7f3613dc80bb69a8a",
"reference": "0751f9c91a6f86d5f901b6b7f3613dc80bb69a8a",
"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\\Regex\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Abstract functionality for working with regular expressions",
"time": "2018-06-02T16:08:45+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/stringable-helper-base",
"version": "v0.1-alpha2",
"source": {
"type": "git",
"url": "https://github.com/Dhii/stringable-helper-base.git",
"reference": "904254409800710665135a751659b59d140a2b40"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/stringable-helper-base/zipball/904254409800710665135a751659b59d140a2b40",
"reference": "904254409800710665135a751659b59d140a2b40",
"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"
},
"suggest": {
"dhii/normalization-helper-base": "For using iterables instead of arrays, and stringables instead of strings"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Util\\String\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Helper functionality for working with stringables.",
"time": "2018-06-02T15:52:14+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/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": "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": "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/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"
}
],
"packages-dev": [
{
"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/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-identifiable-interface",
"version": "v0.1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/data-identifiable-interface.git",
"reference": "59e160c85c9d9246ce51ad611ce2bb686ba3dc2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/data-identifiable-interface/zipball/59e160c85c9d9246ce51ad611ce2bb686ba3dc2d",
"reference": "59e160c85c9d9246ce51ad611ce2bb686ba3dc2d",
"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\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Interfaces for objects that are identifiable.",
"time": "2017-03-07T16:25:09+00:00"
},
{
"name": "dhii/data-state-abstract",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/Dhii/data-state-abstract.git",
"reference": "c335c37a939861659e657b995cfc657bb3bb2733"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/data-state-abstract/zipball/c335c37a939861659e657b995cfc657bb3bb2733",
"reference": "c335c37a939861659e657b995cfc657bb3bb2733",
"shasum": ""
},
"require": {
"dhii/data-state-interface": "^0.1-alpha2",
"dhii/machine-state-machine-interface": "^0.1-alpha1",
"php": "^5.4 | ^7.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/collections-interface": "^0.2-alpha1",
"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\\Data\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Abstract functionality for handling objects with state.",
"time": "2018-07-23T14:07:23+00:00"
},
{
"name": "dhii/data-state-base",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/data-state-base.git",
"reference": "762866374fc8c7cc482fd8a5d37520b14873be06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/data-state-base/zipball/762866374fc8c7cc482fd8a5d37520b14873be06",
"reference": "762866374fc8c7cc482fd8a5d37520b14873be06",
"shasum": ""
},
"require": {
"dhii/data-state-abstract": "^0.1-alpha1",
"dhii/data-state-interface": "^0.1-alpha2",
"dhii/exception": "^0.1-alpha4",
"dhii/factory-base": "^0.1-alpha3",
"dhii/state-machine-abstract": "^0.1-alpha1",
"php": "^5.4 | ^7.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/collections-interface": "^0.2-alpha1",
"dhii/machine-state-machine-interface": "^0.1-alpha1",
"dhii/php-cs-fixer-config": "^0.1",
"phpunit/phpunit": "^4.8",
"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": "Base functionality for handling objects with state.",
"time": "2018-07-20T08:43:38+00:00"
},
{
"name": "dhii/data-state-interface",
"version": "v0.1-alpha5",
"source": {
"type": "git",
"url": "https://github.com/Dhii/data-state-interface.git",
"reference": "8ecc632f17ca781d0065a3f6effa83e6d7968103"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/data-state-interface/zipball/8ecc632f17ca781d0065a3f6effa83e6d7968103",
"reference": "8ecc632f17ca781d0065a3f6effa83e6d7968103",
"shasum": ""
},
"require": {
"dhii/factory-interface": "^0.1-alpha3",
"php": "^5.3 | ^7.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/collections-interface": "^0.2-alpha1",
"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\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Interfaces for dealing with stateful data objects.",
"time": "2018-07-19T11:21:08+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/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/machine-state-machine-interface",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/machine-state-machine-interface.git",
"reference": "55adc44cb930d1c57d0996d61725884e9c8008b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/machine-state-machine-interface/zipball/55adc44cb930d1c57d0996d61725884e9c8008b8",
"reference": "55adc44cb930d1c57d0996d61725884e9c8008b8",
"shasum": ""
},
"require": {
"dhii/data-key-value-aware-interface": "^0.1",
"dhii/exception-interface": "^0.1|^0.2",
"dhii/factory-interface": "^0.1-alpha1",
"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.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\State\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Interfaces for state machines.",
"time": "2018-05-15T08:27:56+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": "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/state-machine-abstract",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/state-machine-abstract.git",
"reference": "cb5f706edd74d1c747f09f505b859255b13a5b27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/state-machine-abstract/zipball/cb5f706edd74d1c747f09f505b859255b13a5b27",
"reference": "cb5f706edd74d1c747f09f505b859255b13a5b27",
"shasum": ""
},
"require": {
"php": "^5.4 | ^7.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/machine-state-machine-interface": "^0.1-alpha1",
"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\\State\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Abstract functionality for state machines.",
"time": "2018-05-15T09:04:58+00:00"
},
{
"name": "dhii/time-interface",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/time-interface.git",
"reference": "1ec468076d1a3124ac55942c0542f19a06d16def"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/time-interface/zipball/1ec468076d1a3124ac55942c0542f19a06d16def",
"reference": "1ec468076d1a3124ac55942c0542f19a06d16def",
"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\\Time\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Interfaces for dealing with time.",
"time": "2018-05-14T13:42:07+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": "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": "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.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"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": "2016-10-10T12:19:37+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": "rebelcode/booking-interface",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/RebelCode/booking-interface.git",
"reference": "e1b42417f104d4d3cddabba7c497b4ae02b5f9ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RebelCode/booking-interface/zipball/e1b42417f104d4d3cddabba7c497b4ae02b5f9ad",
"reference": "e1b42417f104d4d3cddabba7c497b4ae02b5f9ad",
"shasum": ""
},
"require": {
"dhii/data-identifiable-interface": "^0.1",
"dhii/factory-interface": "^0.1-alpha3",
"dhii/time-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",
"ptrofimov/xpmock": "^1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.2.x-dev"
}
},
"autoload": {
"psr-4": {
"RebelCode\\Bookings\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "RebelCode",
"email": "dev@rebelcode.com"
}
],
"description": "Interfaces for bookings.",
"time": "2018-07-19T14:53:48+00:00"
},
{
"name": "rebelcode/booking-transitioner",
"version": "v0.2-alpha2",
"source": {
"type": "git",
"url": "https://github.com/RebelCode/booking-transitioner.git",
"reference": "5432f0d2b01cf6e431162fc0d1cbabd2a3f552f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RebelCode/booking-transitioner/zipball/5432f0d2b01cf6e431162fc0d1cbabd2a3f552f7",
"reference": "5432f0d2b01cf6e431162fc0d1cbabd2a3f552f7",
"shasum": ""
},
"require": {
"dhii/data-state-abstract": "^0.1-alpha3",
"dhii/data-state-base": "^0.1-alpha1",
"dhii/data-state-interface": "^0.1-alpha5",
"dhii/state-machine-abstract": "^0.1-alpha1",
"php": "^5.4 | ^7.0",
"rebelcode/booking-interface": "^0.2-alpha1"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/collections-interface": "^0.2-alpha1",
"dhii/cqrs-resource-model-interface": "0.1-alpha2",
"dhii/machine-state-machine-interface": "^0.1-alpha1",
"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.2.x-dev"
}
},
"autoload": {
"psr-4": {
"RebelCode\\Bookings\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "RebelCode",
"email": "dev@rebelcode.com"
}
],
"description": "Booking transitioner implementations.",
"time": "2018-07-31T11:36:30+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/rcmod-eddbk-rest-api",
"version": "v0.1-alpha10",
"source": {
"type": "git",
"url": "https://github.com/RebelCode/rcmod-eddbk-rest-api.git",
"reference": "15e393796b62fb10a37e965e61c6c0fcedc182f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RebelCode/rcmod-eddbk-rest-api/zipball/15e393796b62fb10a37e965e61c6c0fcedc182f7",
"reference": "15e393796b62fb10a37e965e61c6c0fcedc182f7",
"shasum": ""
},
"require": {
"dhii/cqrs-resource-model-interface": "^0.2-alpha1",
"dhii/data-object-abstract": "^0.1-alpha1",
"dhii/expression-interface": "^0.1 | ^0.2",
"dhii/iterator-base": "^0.1-alpha3",
"dhii/iterator-helper-base": "^0.1-alpha2",
"dhii/normalization-helper-base": "^0.1-alpha2",
"dhii/sql-interface": "^0.1-alpha1",
"dhii/validation-base": "^0.2-alpha1",
"php": "^5.4 | ^7.0",
"rebelcode/booking-transitioner": "^0.2-alpha2",
"rebelcode/entity-manager-interface": "^0.1-alpha2",
"rebelcode/modular": "^0.1-alpha1",
"rebelcode/transformers": "^0.1-alpha1",
"rebelcode/wp-nonce": "^0.1"
},
"require-dev": {
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/php-cs-fixer-config": "^0.1",
"johnpbloch/wordpress-core": "^4.0",
"phpunit/phpunit": "^4.8",
"ptrofimov/xpmock": "^1.1",
"rebelcode/rcmod-eddbk-cqrs": "^0.1-alpha2"
},
"type": "rc-module",
"autoload": {
"psr-4": {
"RebelCode\\EddBookings\\RestApi\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "RebelCode",
"email": "dev@rebelcode.com"
}
],
"description": "A RebelCode module that provides the REST API used in EDD Bookings.",
"time": "2018-10-30T08:16:24+00:00"
},
{
"name": "rebelcode/wp-nonce",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/RebelCode/wp-nonce.git",
"reference": "99d6a9b0cdfd4c077acf3be1a115660be1eb3a6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RebelCode/wp-nonce/zipball/99d6a9b0cdfd4c077acf3be1a115660be1eb3a6b",
"reference": "99d6a9b0cdfd4c077acf3be1a115660be1eb3a6b",
"shasum": ""
},
"require": {
"dhii/factory-interface": "^0.1",
"dhii/i18n-helper-base": "^0.1-alpha1",
"dhii/output-renderer-interface": "^0.3-alpha2",
"dhii/validation-base": "^0.1 | ^0.2-alpha1",
"php": "^5.4 | ^7.0",
"rebelcode/wp-nonce-interface": "^0.1-alpha1"
},
"require-dev": {
"10up/wp_mock": "^0.1.1",
"codeclimate/php-test-reporter": "<=0.3.2",
"dhii/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^4.8",
"ptrofimov/xpmock": "^1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"RebelCode\\WordPress\\Nonce\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "RebelCode",
"email": "dev@rebelcode.com"
}
],
"description": "An object-oriented API for WordPress nonces.",
"time": "2018-09-10T13:54:39+00:00"
},
{
"name": "rebelcode/wp-nonce-interface",
"version": "v0.1-alpha1",
"source": {
"type": "git",
"url": "https://github.com/RebelCode/wp-nonce-interface.git",
"reference": "bf8a969d0134ae7d5297042a6b41aec51c51c328"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RebelCode/wp-nonce-interface/zipball/bf8a969d0134ae7d5297042a6b41aec51c51c328",
"reference": "bf8a969d0134ae7d5297042a6b41aec51c51c328",
"shasum": ""
},
"require": {
"dhii/data-identifiable-interface": "^0.1",
"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",
"phpunit/phpunit": "^4.8",
"ptrofimov/xpmock": "^1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"RebelCode\\WordPress\\Nonce\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "RebelCode",
"email": "dev@rebelcode.com"
}
],
"description": "Interfaces for an object oriented API for WordPress nonces.",
"time": "2018-09-10T13:52:58+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.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "506aaec58da5b042ec23f7de5cc866eb4b57a21e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/506aaec58da5b042ec23f7de5cc866eb4b57a21e",
"reference": "506aaec58da5b042ec23f7de5cc866eb4b57a21e",
"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-10-30T16:24:01+00:00"
},
{
"name": "symfony/console",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "48ed63767c4add573fb3e9e127d3426db27f78e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/48ed63767c4add573fb3e9e127d3426db27f78e8",
"reference": "48ed63767c4add573fb3e9e127d3426db27f78e8",
"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-10-30T14:26:34+00:00"
},
{
"name": "symfony/debug",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "6a198c52b662fa825382f5e65c0c4a56bdaca98e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6a198c52b662fa825382f5e65c0c4a56bdaca98e",
"reference": "6a198c52b662fa825382f5e65c0c4a56bdaca98e",
"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-10-30T16:24:01+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "76494bc38ff38d90d01913d23b5271acd4d78dd3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/76494bc38ff38d90d01913d23b5271acd4d78dd3",
"reference": "76494bc38ff38d90d01913d23b5271acd4d78dd3",
"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-10-20T23:16:31+00:00"
},
{
"name": "symfony/filesystem",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "56a92481a4969b234b1647b1fd1170281e80e2ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/56a92481a4969b234b1647b1fd1170281e80e2ca",
"reference": "56a92481a4969b234b1647b1fd1170281e80e2ca",
"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-10-02T03:12:00+00:00"
},
{
"name": "symfony/finder",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/5ebb438d1aabe9dba93099dd06e0500f97817a6e",
"reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e",
"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-09-21T12:46:38+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/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/process",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "a15cb61190c6fe37168600922e82295eb5e5449b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/a15cb61190c6fe37168600922e82295eb5e5449b",
"reference": "a15cb61190c6fe37168600922e82295eb5e5449b",
"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-10-05T07:35:28+00:00"
},
{
"name": "symfony/stopwatch",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "27028ffba1ae18fa39e8babb4a8b93b243d0ac8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/27028ffba1ae18fa39e8babb4a8b93b243d0ac8e",
"reference": "27028ffba1ae18fa39e8babb4a8b93b243d0ac8e",
"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-10-02T03:12:00+00:00"
},
{
"name": "symfony/yaml",
"version": "v2.8.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "0e16589861f192dbffb19b06683ce3ef58f7f99d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0e16589861f192dbffb19b06683ce3ef58f7f99d",
"reference": "0e16589861f192dbffb19b06683ce3ef58f7f99d",
"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-10-02T16:27:16+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^5.4 | ^7.0"
},
"platform-dev": []
}