2012-01-23 09:02:16 +00:00
|
|
|
{
|
2013-04-08 16:12:19 +00:00
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
|
|
|
],
|
2013-09-09 16:34:57 +00:00
|
|
|
"hash": "4494d3567c8c22b1adaded932825b969",
|
2012-01-23 09:02:16 +00:00
|
|
|
"packages": [
|
2012-03-05 19:09:34 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "justinrainbow/json-schema",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/justinrainbow/json-schema.git",
|
|
|
|
"reference": "v1.1.0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/justinrainbow/json-schema/zipball/v1.1.0",
|
|
|
|
"reference": "v1.1.0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"JsonSchema": "src/"
|
|
|
|
}
|
2013-04-08 16:12:19 +00:00
|
|
|
},
|
|
|
|
"time": "2012-01-02 21:33:17"
|
2012-03-05 19:09:34 +00:00
|
|
|
},
|
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "seld/jsonlint",
|
2013-02-14 16:14:46 +00:00
|
|
|
"version": "1.1.1",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://github.com/Seldaek/jsonlint",
|
2013-02-14 16:14:46 +00:00
|
|
|
"reference": "1.1.1"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-02-14 16:14:46 +00:00
|
|
|
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1.1.1",
|
|
|
|
"reference": "1.1.1",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/jsonlint"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Seld\\JsonLint": "src/"
|
|
|
|
}
|
2012-11-11 15:26:07 +00:00
|
|
|
},
|
2013-01-10 11:04:16 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-11 15:26:07 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be",
|
|
|
|
"homepage": "http://seld.be",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "JSON Linter",
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"linter",
|
2013-02-11 10:52:50 +00:00
|
|
|
"parser",
|
2012-11-11 15:26:07 +00:00
|
|
|
"validator"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
|
|
|
"time": "2013-02-11 23:03:12"
|
2012-03-05 19:09:34 +00:00
|
|
|
},
|
2012-05-12 07:44:22 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/console",
|
2013-09-09 12:56:25 +00:00
|
|
|
"version": "v2.3.4",
|
2012-09-14 14:43:56 +00:00
|
|
|
"target-dir": "Symfony/Component/Console",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-04-08 16:12:19 +00:00
|
|
|
"url": "https://github.com/symfony/Console.git",
|
2013-09-09 12:56:25 +00:00
|
|
|
"reference": "db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-09-09 12:56:25 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3",
|
|
|
|
"reference": "db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2013-04-08 16:12:19 +00:00
|
|
|
"require-dev": {
|
2013-08-12 00:07:17 +00:00
|
|
|
"symfony/event-dispatcher": "~2.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/event-dispatcher": ""
|
2013-04-08 16:12:19 +00:00
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-02-11 10:52:50 +00:00
|
|
|
"dev-master": "2.3-dev"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-10-19 16:50:05 +00:00
|
|
|
"Symfony\\Component\\Console\\": ""
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
},
|
2013-01-10 11:04:16 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-09-14 14:43:56 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Console Component",
|
2013-04-08 16:12:19 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2013-09-09 12:56:25 +00:00
|
|
|
"time": "2013-08-17 16:34:49"
|
2012-05-12 07:44:22 +00:00
|
|
|
},
|
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/finder",
|
2013-09-09 12:56:25 +00:00
|
|
|
"version": "v2.3.4",
|
2012-09-14 14:43:56 +00:00
|
|
|
"target-dir": "Symfony/Component/Finder",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-04-08 16:12:19 +00:00
|
|
|
"url": "https://github.com/symfony/Finder.git",
|
2013-09-09 12:56:25 +00:00
|
|
|
"reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-09-09 12:56:25 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
|
|
|
|
"reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2013-04-08 16:12:19 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-08-12 00:07:17 +00:00
|
|
|
"dev-master": "2.3-dev"
|
2013-04-08 16:12:19 +00:00
|
|
|
}
|
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2013-04-08 16:12:19 +00:00
|
|
|
"Symfony\\Component\\Finder\\": ""
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
},
|
2013-01-10 11:04:16 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-09-14 14:43:56 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Finder Component",
|
2013-04-08 16:12:19 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2013-09-09 12:56:25 +00:00
|
|
|
"time": "2013-08-13 20:18:00"
|
2012-01-23 09:02:16 +00:00
|
|
|
},
|
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/process",
|
2013-09-09 16:34:57 +00:00
|
|
|
"version": "dev-master",
|
2012-09-14 14:43:56 +00:00
|
|
|
"target-dir": "Symfony/Component/Process",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-02-18 22:32:56 +00:00
|
|
|
"url": "https://github.com/symfony/Process.git",
|
2013-09-09 16:34:57 +00:00
|
|
|
"reference": "f1386b09571aa886e3d51691442bee5554dc11da"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-09-09 16:34:57 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/f1386b09571aa886e3d51691442bee5554dc11da",
|
|
|
|
"reference": "f1386b09571aa886e3d51691442bee5554dc11da",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-09-09 16:34:57 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-10-19 16:50:05 +00:00
|
|
|
"Symfony\\Component\\Process\\": ""
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
},
|
2013-01-10 11:04:16 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-09-14 14:43:56 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Process Component",
|
2013-04-08 16:12:19 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2013-09-09 16:34:57 +00:00
|
|
|
"time": "2013-09-07 16:33:27"
|
2012-01-23 09:02:16 +00:00
|
|
|
}
|
2012-03-05 22:34:45 +00:00
|
|
|
],
|
2013-01-10 10:51:02 +00:00
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-code-coverage",
|
2013-08-12 00:07:17 +00:00
|
|
|
"version": "1.2.12",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-04-08 16:12:19 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
2013-08-12 00:07:17 +00:00
|
|
|
"reference": "1.2.12"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-08-12 00:07:17 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.12",
|
|
|
|
"reference": "1.2.12",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpunit/php-file-iterator": ">=1.3.0@stable",
|
2013-02-11 10:52:50 +00:00
|
|
|
"phpunit/php-text-template": ">=1.1.1@stable",
|
|
|
|
"phpunit/php-token-stream": ">=1.1.3@stable"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
2013-08-12 00:07:17 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "3.7.*@dev"
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xdebug": ">=2.0.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2013-08-12 00:07:17 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +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",
|
2013-02-11 10:52:50 +00:00
|
|
|
"testing",
|
2013-01-10 10:51:02 +00:00
|
|
|
"xunit"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2013-08-12 00:07:17 +00:00
|
|
|
"time": "2013-07-06 06:26:16"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
|
"version": "1.3.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
"reference": "1.3.3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3",
|
|
|
|
"reference": "1.3.3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"File/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"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": "http://www.phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"iterator"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
|
|
|
"time": "2012-10-11 04:44:38"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
"version": "1.1.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "1.1.4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
|
|
|
|
"reference": "1.1.4",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"Text/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
"keywords": [
|
|
|
|
"template"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
|
|
|
"time": "2012-10-31 11:15:28"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-timer",
|
2013-08-12 00:07:17 +00:00
|
|
|
"version": "1.0.5",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-08-12 00:07:17 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
"reference": "1.0.5"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-08-12 00:07:17 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1.0.5",
|
|
|
|
"reference": "1.0.5",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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": "Utility class for timing",
|
2013-08-12 00:07:17 +00:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
2013-01-10 10:51:02 +00:00
|
|
|
"keywords": [
|
|
|
|
"timer"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2013-08-12 00:07:17 +00:00
|
|
|
"time": "2013-08-02 07:42:54"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-token-stream",
|
2013-08-12 00:07:17 +00:00
|
|
|
"version": "1.2.0",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-08-12 00:07:17 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
|
"reference": "1.2.0"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-08-12 00:07:17 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.2.0",
|
|
|
|
"reference": "1.2.0",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2013-08-12 00:07:17 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +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.",
|
2013-08-12 00:07:17 +00:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
2013-01-10 10:51:02 +00:00
|
|
|
"keywords": [
|
|
|
|
"tokenizer"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2013-08-12 00:07:17 +00:00
|
|
|
"time": "2013-08-04 05:57:48"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit",
|
2013-08-12 00:07:17 +00:00
|
|
|
"version": "3.7.24",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-04-08 16:12:19 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
2013-08-12 00:07:17 +00:00
|
|
|
"reference": "3.7.24"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-08-12 00:07:17 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.24",
|
|
|
|
"reference": "3.7.24",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2013-02-11 10:52:50 +00:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-reflection": "*",
|
|
|
|
"ext-spl": "*",
|
2013-01-10 10:51:02 +00:00
|
|
|
"php": ">=5.3.3",
|
2013-08-12 00:07:17 +00:00
|
|
|
"phpunit/php-code-coverage": "~1.2.1",
|
2013-01-10 10:51:02 +00:00
|
|
|
"phpunit/php-file-iterator": ">=1.3.1",
|
|
|
|
"phpunit/php-text-template": ">=1.1.1",
|
2013-08-12 00:07:17 +00:00
|
|
|
"phpunit/php-timer": ">=1.0.4",
|
|
|
|
"phpunit/phpunit-mock-objects": "~1.2.0",
|
|
|
|
"symfony/yaml": "~2.0"
|
2013-04-08 16:12:19 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"pear-pear/pear": "1.9.4"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-simplexml": "*",
|
2013-02-11 10:52:50 +00:00
|
|
|
"ext-tokenizer": "*",
|
2013-02-14 16:14:46 +00:00
|
|
|
"phpunit/php-invoker": ">=1.1.0,<1.2.0"
|
2013-01-10 10:51:02 +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",
|
2013-02-11 10:52:50 +00:00
|
|
|
"testing",
|
2013-01-10 10:51:02 +00:00
|
|
|
"xunit"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2013-08-12 00:07:17 +00:00
|
|
|
"time": "2013-08-09 06:58:24"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
2013-02-11 10:52:50 +00:00
|
|
|
"version": "1.2.3",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
2013-02-11 10:52:50 +00:00
|
|
|
"reference": "1.2.3"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-02-11 10:52:50 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
|
|
|
|
"reference": "1.2.3",
|
2013-01-10 10:51:02 +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"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
|
|
|
"time": "2013-01-13 10:24:48"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2013-09-09 12:56:25 +00:00
|
|
|
"version": "v2.3.4",
|
2013-01-10 10:51:02 +00:00
|
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-04-08 16:12:19 +00:00
|
|
|
"url": "https://github.com/symfony/Yaml.git",
|
2013-09-09 12:56:25 +00:00
|
|
|
"reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-09-09 12:56:25 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
|
|
|
|
"reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2013-04-08 16:12:19 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-08-12 00:07:17 +00:00
|
|
|
"dev-master": "2.3-dev"
|
2013-04-08 16:12:19 +00:00
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2013-04-08 16:12:19 +00:00
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Yaml Component",
|
2013-04-08 16:12:19 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2013-09-09 12:56:25 +00:00
|
|
|
"time": "2013-08-24 15:26:22"
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
],
|
2012-03-19 07:36:03 +00:00
|
|
|
"aliases": [
|
|
|
|
|
2012-05-18 13:33:09 +00:00
|
|
|
],
|
2012-08-15 15:52:50 +00:00
|
|
|
"minimum-stability": "stable",
|
2013-09-09 16:34:57 +00:00
|
|
|
"stability-flags": {
|
|
|
|
"symfony/process": 20
|
|
|
|
},
|
2013-04-08 16:12:19 +00:00
|
|
|
"platform": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"platform-dev": [
|
|
|
|
|
|
|
|
]
|
2012-02-20 11:34:28 +00:00
|
|
|
}
|