2013-01-12 10:47:07 +00:00
{
2013-06-03 16:10:14 +00:00
"_readme": [
"This file locks the dependencies of your project to a known state",
2016-10-14 23:47:31 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2014-06-26 11:03:46 +00:00
"This file is @generated automatically"
2013-06-03 16:10:14 +00:00
],
2016-10-14 23:47:31 +00:00
"hash": "41124ffd15a15b52947e430b92b8f10f",
"content-hash": "11906622d4e017ff6807c6dff51f208d",
2013-01-12 10:47:07 +00:00
"packages": [
{
2013-01-12 12:37:38 +00:00
"name": "colinmollenhour/credis",
2016-10-14 23:47:31 +00:00
"version": "1.7",
2013-01-12 10:47:07 +00:00
"source": {
"type": "git",
2013-06-03 16:10:14 +00:00
"url": "https://github.com/colinmollenhour/credis.git",
2016-10-14 23:47:31 +00:00
"reference": "74b2b703da5c58dc07fb97e8954bc63280b469bf"
2013-01-12 10:47:07 +00:00
},
"dist": {
"type": "zip",
2016-10-14 23:47:31 +00:00
"url": "https://api.github.com/repos/colinmollenhour/credis/zipball/74b2b703da5c58dc07fb97e8954bc63280b469bf",
"reference": "74b2b703da5c58dc07fb97e8954bc63280b469bf",
2013-01-12 10:47:07 +00:00
"shasum": ""
},
"require": {
2016-10-14 23:47:31 +00:00
"php": ">=5.4.0"
2013-01-12 10:47:07 +00:00
},
"type": "library",
"autoload": {
"classmap": [
2013-01-12 12:37:38 +00:00
"Client.php",
2016-10-14 23:47:31 +00:00
"Cluster.php",
"Sentinel.php"
2013-01-12 10:47:07 +00:00
]
},
2013-06-03 16:10:14 +00:00
"notification-url": "https://packagist.org/downloads/",
2013-01-12 10:47:07 +00:00
"license": [
"MIT"
],
"authors": [
{
2013-01-12 12:37:38 +00:00
"name": "Colin Mollenhour",
"email": "colin@mollenhour.com"
2013-01-12 10:47:07 +00:00
}
],
2013-01-12 12:37:38 +00:00
"description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
"homepage": "https://github.com/colinmollenhour/credis",
2016-10-14 23:47:31 +00:00
"time": "2016-03-24 15:50:52"
2013-06-25 15:56:28 +00:00
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2013-06-25 15:56:28 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2013-06-25 15:56:28 +00:00
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"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",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
2013-03-13 11:41:32 +00:00
}
],
"packages-dev": [
{
"name": "phpunit/php-code-coverage",
2016-10-14 23:47:31 +00:00
"version": "1.2.18",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2016-10-14 23:47:31 +00:00
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2016-10-14 23:47:31 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": ">=1.3.0@stable",
2014-06-26 11:03:46 +00:00
"phpunit/php-text-template": ">=1.2.0@stable",
2016-10-14 23:47:31 +00:00
"phpunit/php-token-stream": ">=1.1.3,<1.3.0"
2013-03-13 11:41:32 +00:00
},
2013-06-25 15:56:28 +00:00
"require-dev": {
2014-06-26 11:03:46 +00:00
"phpunit/phpunit": "3.7.*@dev"
2013-06-25 15:56:28 +00:00
},
2013-03-13 11:41:32 +00:00
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.0.5"
},
"type": "library",
2014-06-26 11:03:46 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
2013-03-13 11:41:32 +00:00
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"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"
],
2016-10-14 23:47:31 +00:00
"time": "2014-09-02 10:13:14"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-file-iterator",
2016-10-14 23:47:31 +00:00
"version": "1.4.1",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2016-10-14 23:47:31 +00:00
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2016-10-14 23:47:31 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
2016-10-14 23:47:31 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
2013-03-13 11:41:32 +00:00
"autoload": {
"classmap": [
2016-10-14 23:47:31 +00:00
"src/"
2013-03-13 11:41:32 +00:00
]
},
"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.",
2014-06-26 11:03:46 +00:00
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2013-03-13 11:41:32 +00:00
"keywords": [
"filesystem",
"iterator"
],
2016-10-14 23:47:31 +00:00
"time": "2015-06-21 13:08:43"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-text-template",
2016-10-14 23:47:31 +00:00
"version": "1.2.1",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2016-10-14 23:47:31 +00:00
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2016-10-14 23:47:31 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
2016-10-14 23:47:31 +00:00
"src/"
2013-03-13 11:41:32 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2016-10-14 23:47:31 +00:00
"email": "sebastian@phpunit.de",
2013-03-13 11:41:32 +00:00
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2016-10-14 23:47:31 +00:00
"time": "2015-06-21 13:50:34"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-timer",
2016-10-14 23:47:31 +00:00
"version": "1.0.8",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2016-10-14 23:47:31 +00:00
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2016-10-14 23:47:31 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2016-10-14 23:47:31 +00:00
"require-dev": {
"phpunit/phpunit": "~4|~5"
},
2013-03-13 11:41:32 +00:00
"type": "library",
"autoload": {
"classmap": [
2016-10-14 23:47:31 +00:00
"src/"
2013-03-13 11:41:32 +00:00
]
},
"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",
2014-06-26 11:03:46 +00:00
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2013-03-13 11:41:32 +00:00
"keywords": [
"timer"
],
2016-10-14 23:47:31 +00:00
"time": "2016-05-12 18:03:57"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-token-stream",
2014-06-26 11:03:46 +00:00
"version": "1.2.2",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"type": "library",
2014-06-26 11:03:46 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
2013-03-13 11:41:32 +00:00
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
2014-06-26 11:03:46 +00:00
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2013-03-13 11:41:32 +00:00
"keywords": [
"tokenizer"
],
2014-06-26 11:03:46 +00:00
"time": "2014-03-03 05:10:30"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/phpunit",
2016-10-14 23:47:31 +00:00
"version": "3.7.38",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2016-10-14 23:47:31 +00:00
"reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2016-10-14 23:47:31 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
"reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
2014-06-26 11:03:46 +00:00
"ext-ctype": "*",
2013-03-13 11:41:32 +00:00
"ext-dom": "*",
2014-06-26 11:03:46 +00:00
"ext-json": "*",
2013-03-13 11:41:32 +00:00
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
2014-06-26 11:03:46 +00:00
"phpunit/php-code-coverage": "~1.2",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.1",
"phpunit/php-timer": "~1.0",
"phpunit/phpunit-mock-objects": "~1.2",
"symfony/yaml": "~2.0"
2013-03-13 11:41:32 +00:00
},
"require-dev": {
2014-06-26 11:03:46 +00:00
"pear-pear.php.net/pear": "1.9.4"
2013-03-13 11:41:32 +00:00
},
"suggest": {
2014-06-26 11:03:46 +00:00
"phpunit/php-invoker": "~1.1"
2013-03-13 11:41:32 +00:00
},
"bin": [
"composer/bin/phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.7.x-dev"
}
},
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"",
"../../symfony/yaml/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "http://www.phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2016-10-14 23:47:31 +00:00
"time": "2014-10-17 09:04:17"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "1.2.3",
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-text-template": ">=1.1.1@stable"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"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": "2013-01-13 10:24:48"
},
{
"name": "symfony/yaml",
2016-10-14 23:47:31 +00:00
"version": "v2.8.12",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2016-10-14 23:47:31 +00:00
"url": "https://github.com/symfony/yaml.git",
"reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2016-10-14 23:47:31 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
"reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
2016-10-14 23:47:31 +00:00
"php": ">=5.3.9"
2013-03-13 11:41:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-10-14 23:47:31 +00:00
"dev-master": "2.8-dev"
2013-03-13 11:41:32 +00:00
}
},
"autoload": {
2016-10-14 23:47:31 +00:00
"psr-4": {
2013-03-13 11:41:32 +00:00
"Symfony\\Component\\Yaml\\": ""
2016-10-14 23:47:31 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-03-13 11:41:32 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
2016-10-14 23:47:31 +00:00
"email": "fabien@symfony.com"
2013-03-13 11:41:32 +00:00
},
{
"name": "Symfony Community",
2016-10-14 23:47:31 +00:00
"homepage": "https://symfony.com/contributors"
2013-03-13 11:41:32 +00:00
}
],
"description": "Symfony Yaml Component",
2016-10-14 23:47:31 +00:00
"homepage": "https://symfony.com",
"time": "2016-09-02 01:57:56"
2013-01-12 10:47:07 +00:00
}
],
2016-10-14 23:47:31 +00:00
"aliases": [],
2013-01-12 10:47:07 +00:00
"minimum-stability": "stable",
2016-10-14 23:47:31 +00:00
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
2013-03-13 11:41:32 +00:00
"platform": {
2013-06-03 16:10:14 +00:00
"php": ">=5.3.0",
"ext-pcntl": "*"
2013-03-13 11:41:32 +00:00
},
2016-10-14 23:47:31 +00:00
"platform-dev": []
2013-01-12 10:47:07 +00:00
}