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",
|
2015-05-06 14:26:21 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
2014-05-27 11:58:53 +00:00
|
|
|
"This file is @generated automatically"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2015-08-18 13:40:48 +00:00
|
|
|
"hash": "3024e89a7e808b8dece156112459a7ea",
|
2012-01-23 09:02:16 +00:00
|
|
|
"packages": [
|
2015-07-16 09:42:12 +00:00
|
|
|
{
|
|
|
|
"name": "composer/spdx-licenses",
|
2015-09-12 21:31:24 +00:00
|
|
|
"version": "1.1.1",
|
2015-07-16 09:42:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/spdx-licenses.git",
|
2015-09-12 21:31:24 +00:00
|
|
|
"reference": "324b3530ac3e6277ff4bedf82a34fbf35836eb8d"
|
2015-07-16 09:42:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-12 21:31:24 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/324b3530ac3e6277ff4bedf82a34fbf35836eb8d",
|
|
|
|
"reference": "324b3530ac3e6277ff4bedf82a34fbf35836eb8d",
|
2015-07-16 09:42:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.5",
|
|
|
|
"phpunit/phpunit-mock-objects": "~2.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-12 21:31:24 +00:00
|
|
|
"dev-master": "1.x-dev"
|
2015-07-16 09:42:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Composer\\Spdx\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Rob Bast",
|
|
|
|
"email": "rob.bast@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nils Adermann",
|
|
|
|
"email": "naderman@naderman.de",
|
|
|
|
"homepage": "http://www.naderman.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be",
|
|
|
|
"homepage": "http://seld.be"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "SPDX licenses list and validation library.",
|
|
|
|
"keywords": [
|
|
|
|
"license",
|
|
|
|
"spdx",
|
|
|
|
"validator"
|
|
|
|
],
|
2015-09-12 21:31:24 +00:00
|
|
|
"time": "2015-09-07 16:25:20"
|
2015-07-16 09:42:12 +00:00
|
|
|
},
|
2012-03-05 19:09:34 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "justinrainbow/json-schema",
|
2015-09-12 21:31:24 +00:00
|
|
|
"version": "1.5.0",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-02-19 01:05:05 +00:00
|
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
2015-09-12 21:31:24 +00:00
|
|
|
"reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-12 21:31:24 +00:00
|
|
|
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
|
|
|
|
"reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-07-16 09:48:30 +00:00
|
|
|
"php": ">=5.3.2"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
2014-02-19 01:05:05 +00:00
|
|
|
"require-dev": {
|
|
|
|
"json-schema/json-schema-test-suite": "1.1.0",
|
|
|
|
"phpdocumentor/phpdocumentor": "~2",
|
|
|
|
"phpunit/phpunit": "~3.7"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/validate-json"
|
|
|
|
],
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
2014-02-19 01:05:05 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"autoload": {
|
2015-09-12 21:31:24 +00:00
|
|
|
"psr-4": {
|
|
|
|
"JsonSchema\\": "src/JsonSchema/"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
2013-04-08 16:12:19 +00:00
|
|
|
},
|
2014-02-19 01:05:05 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Bruno Prieto Reis",
|
|
|
|
"email": "bruno.p.reis@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Justin Rainbow",
|
|
|
|
"email": "justin.rainbow@gmail.com"
|
|
|
|
},
|
2014-09-24 18:19:25 +00:00
|
|
|
{
|
|
|
|
"name": "Igor Wiedler",
|
|
|
|
"email": "igor@wiedler.ch"
|
|
|
|
},
|
2014-02-19 01:05:05 +00:00
|
|
|
{
|
|
|
|
"name": "Robert Schönthal",
|
2014-09-24 18:19:25 +00:00
|
|
|
"email": "seroscho@googlemail.com"
|
2014-02-19 01:05:05 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A library to validate a json schema.",
|
|
|
|
"homepage": "https://github.com/justinrainbow/json-schema",
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"schema"
|
|
|
|
],
|
2015-09-12 21:31:24 +00:00
|
|
|
"time": "2015-09-08 22:28:04"
|
2012-03-05 19:09:34 +00:00
|
|
|
},
|
|
|
|
{
|
2015-05-01 14:46:34 +00:00
|
|
|
"name": "seld/cli-prompt",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Seldaek/cli-prompt.git",
|
|
|
|
"reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/fe114c7a6ac5cb0ce76932ae4017024d9842a49c",
|
|
|
|
"reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Seld\\CliPrompt\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
|
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"console",
|
|
|
|
"hidden",
|
|
|
|
"input",
|
|
|
|
"prompt"
|
|
|
|
],
|
|
|
|
"time": "2015-04-30 20:24:49"
|
|
|
|
},
|
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "seld/jsonlint",
|
2015-02-21 10:08:47 +00:00
|
|
|
"version": "1.3.1",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-11-22 15:15:18 +00:00
|
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
2015-02-21 10:08:47 +00:00
|
|
|
"reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-02-21 10:08:47 +00:00
|
|
|
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
|
|
|
|
"reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/jsonlint"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2014-07-20 17:49:28 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
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",
|
2014-07-20 17:49:28 +00:00
|
|
|
"homepage": "http://seld.be"
|
2012-11-11 15:26:07 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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
|
|
|
],
|
2015-02-21 10:08:47 +00:00
|
|
|
"time": "2015-01-04 21:18:15"
|
2012-03-05 19:09:34 +00:00
|
|
|
},
|
2015-05-01 12:44:24 +00:00
|
|
|
{
|
|
|
|
"name": "seld/phar-utils",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Seldaek/phar-utils.git",
|
2015-05-01 12:53:49 +00:00
|
|
|
"reference": "336bb5ee20de511f3c1a164222fcfd194afcab3a"
|
2015-05-01 12:44:24 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-05-01 12:53:49 +00:00
|
|
|
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/336bb5ee20de511f3c1a164222fcfd194afcab3a",
|
|
|
|
"reference": "336bb5ee20de511f3c1a164222fcfd194afcab3a",
|
2015-05-01 12:44:24 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Seld\\PharUtils\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHAR file format utilities, for when PHP phars you up",
|
|
|
|
"keywords": [
|
|
|
|
"phra"
|
|
|
|
],
|
2015-05-01 12:53:49 +00:00
|
|
|
"time": "2015-05-01 12:45:48"
|
2015-05-01 12:44:24 +00:00
|
|
|
},
|
2012-05-12 07:44:22 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/console",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "v2.6.11",
|
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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359",
|
|
|
|
"reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2013-04-08 16:12:19 +00:00
|
|
|
"require-dev": {
|
2014-07-20 17:49:28 +00:00
|
|
|
"psr/log": "~1.0",
|
2014-12-02 19:18:44 +00:00
|
|
|
"symfony/event-dispatcher": "~2.1",
|
2015-03-24 00:12:43 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
2014-12-02 19:18:44 +00:00
|
|
|
"symfony/process": "~2.1"
|
2013-08-12 00:07:17 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2014-07-20 17:49:28 +00:00
|
|
|
"psr/log": "For using the console logger",
|
2014-12-02 19:18:44 +00:00
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/process": ""
|
2013-04-08 16:12:19 +00:00
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-12-02 19:18:44 +00:00
|
|
|
"dev-master": "2.6-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": [
|
2014-09-24 18:19:25 +00:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-06-10 16:13:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Console Component",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-07-26 09:08:40"
|
2012-05-12 07:44:22 +00:00
|
|
|
},
|
2015-08-18 13:40:48 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
|
|
|
"version": "v2.6.11",
|
|
|
|
"target-dir": "Symfony/Component/Filesystem",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Filesystem.git",
|
|
|
|
"reference": "823c035b1a5c13a4924e324d016eb07e70f94735"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/823c035b1a5c13a4924e324d016eb07e70f94735",
|
|
|
|
"reference": "823c035b1a5c13a4924e324d016eb07e70f94735",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.6-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": "2015-07-08 05:59:48"
|
|
|
|
},
|
2012-05-12 07:44:22 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/finder",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "v2.6.11",
|
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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "203a10f928ae30176deeba33512999233181dd28"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/203a10f928ae30176deeba33512999233181dd28",
|
|
|
|
"reference": "203a10f928ae30176deeba33512999233181dd28",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-03-24 00:12:43 +00:00
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
2013-04-08 16:12:19 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-12-02 19:18:44 +00:00
|
|
|
"dev-master": "2.6-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": [
|
2014-09-24 18:19:25 +00:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-06-10 16:13:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Finder Component",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-07-09 16:02:48"
|
2012-01-23 09:02:16 +00:00
|
|
|
},
|
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/process",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "v2.6.11",
|
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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
|
|
|
|
"reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-03-24 00:12:43 +00:00
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-12-02 19:18:44 +00:00
|
|
|
"dev-master": "2.6-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": [
|
2014-09-24 18:19:25 +00:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-06-10 16:13:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Process Component",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-30 16:10:16"
|
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": [
|
2014-12-02 19:18:44 +00:00
|
|
|
{
|
|
|
|
"name": "doctrine/instantiator",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.0.5",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
2014-12-02 19:18:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3,<8.0-DEV"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"athletic/athletic": "~0.1.8",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
2015-08-14 13:55:08 +00:00
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-08-14 13:55:08 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
2014-12-02 19:18:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-14 21:17:01"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
2015-02-21 10:08:47 +00:00
|
|
|
{
|
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
|
"version": "2.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
"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": "2015-02-03 12:10:50"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpspec/prophecy",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "v1.5.0",
|
2015-02-21 10:08:47 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
2015-02-21 10:08:47 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-04-29 21:47:00 +00:00
|
|
|
"doctrine/instantiator": "^1.0.2",
|
|
|
|
"phpdocumentor/reflection-docblock": "~2.0",
|
|
|
|
"sebastian/comparator": "~1.1"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpspec/phpspec": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-04-29 21:47:00 +00:00
|
|
|
"dev-master": "1.4.x-dev"
|
2015-02-21 10:08:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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+",
|
2015-04-29 21:47:00 +00:00
|
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
2015-02-21 10:08:47 +00:00
|
|
|
"keywords": [
|
|
|
|
"Double",
|
|
|
|
"Dummy",
|
|
|
|
"fake",
|
|
|
|
"mock",
|
|
|
|
"spy",
|
|
|
|
"stub"
|
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-08-13 10:07:40"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
{
|
|
|
|
"name": "phpunit/php-code-coverage",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "2.2.2",
|
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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
|
|
|
"reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2014-12-02 19:18:44 +00:00
|
|
|
"phpunit/php-file-iterator": "~1.3",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"phpunit/php-token-stream": "~1.3",
|
2015-08-14 13:55:08 +00:00
|
|
|
"sebastian/environment": "^1.3.2",
|
2014-12-02 19:18:44 +00:00
|
|
|
"sebastian/version": "~1.0"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
2013-08-12 00:07:17 +00:00
|
|
|
"require-dev": {
|
2014-12-02 19:18:44 +00:00
|
|
|
"ext-xdebug": ">=2.1.4",
|
2015-02-21 10:08:47 +00:00
|
|
|
"phpunit/phpunit": "~4"
|
2013-08-12 00:07:17 +00:00
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-dom": "*",
|
2014-12-02 19:18:44 +00:00
|
|
|
"ext-xdebug": ">=2.2.1",
|
|
|
|
"ext-xmlwriter": "*"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2013-08-12 00:07:17 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-14 13:55:08 +00:00
|
|
|
"dev-master": "2.2.x-dev"
|
2013-08-12 00:07:17 +00:00
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2014-12-02 19:18:44 +00:00
|
|
|
"src/"
|
2013-01-10 10:51:02 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"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",
|
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
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-08-04 03:42:39"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-file-iterator",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.4.1",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-10-16 10:13:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2015-04-29 21:47:00 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-04-29 21:47:00 +00:00
|
|
|
"src/"
|
2013-01-10 10:51:02 +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.",
|
2013-10-16 10:13:34 +00:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
2013-01-10 10:51:02 +00:00
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"iterator"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-21 13:08:43"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-text-template",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.2.1",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-02-13 13:40:42 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-08-14 13:55:08 +00:00
|
|
|
"src/"
|
2013-01-10 10:51:02 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-08-14 13:55:08 +00:00
|
|
|
"email": "sebastian@phpunit.de",
|
2013-01-10 10:51:02 +00:00
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
"keywords": [
|
|
|
|
"template"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-21 13:50:34"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-timer",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.0.7",
|
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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-08-14 13:55:08 +00:00
|
|
|
"src/"
|
2013-01-10 10:51:02 +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",
|
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
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-21 08:01:12"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-token-stream",
|
2015-09-12 21:31:24 +00:00
|
|
|
"version": "1.4.6",
|
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",
|
2015-09-12 21:31:24 +00:00
|
|
|
"reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-12 21:31:24 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
|
|
|
|
"reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2014-12-02 19:18:44 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"type": "library",
|
2013-08-12 00:07:17 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-02-21 10:08:47 +00:00
|
|
|
"dev-master": "1.4-dev"
|
2013-08-12 00:07:17 +00:00
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2014-12-02 19:18:44 +00:00
|
|
|
"src/"
|
2013-01-10 10:51:02 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2014-12-02 19:18:44 +00:00
|
|
|
"email": "sebastian@phpunit.de"
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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
|
|
|
],
|
2015-09-12 21:31:24 +00:00
|
|
|
"time": "2015-08-16 08:51:00"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit",
|
2015-09-12 21:31:24 +00:00
|
|
|
"version": "4.8.6",
|
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",
|
2015-09-12 21:31:24 +00:00
|
|
|
"reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-12 21:31:24 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
|
|
|
|
"reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2013-02-11 10:52:50 +00:00
|
|
|
"ext-dom": "*",
|
2014-07-20 17:49:28 +00:00
|
|
|
"ext-json": "*",
|
2013-02-11 10:52:50 +00:00
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-reflection": "*",
|
|
|
|
"ext-spl": "*",
|
2013-01-10 10:51:02 +00:00
|
|
|
"php": ">=5.3.3",
|
2015-08-14 13:55:08 +00:00
|
|
|
"phpspec/prophecy": "^1.3.1",
|
2015-06-10 16:13:39 +00:00
|
|
|
"phpunit/php-code-coverage": "~2.1",
|
2015-04-29 21:47:00 +00:00
|
|
|
"phpunit/php-file-iterator": "~1.4",
|
2014-12-02 19:18:44 +00:00
|
|
|
"phpunit/php-text-template": "~1.2",
|
2015-08-14 13:55:08 +00:00
|
|
|
"phpunit/php-timer": ">=1.0.6",
|
2014-12-02 19:18:44 +00:00
|
|
|
"phpunit/phpunit-mock-objects": "~2.3",
|
2015-02-21 10:08:47 +00:00
|
|
|
"sebastian/comparator": "~1.1",
|
2015-04-29 21:47:00 +00:00
|
|
|
"sebastian/diff": "~1.2",
|
2015-08-14 13:55:08 +00:00
|
|
|
"sebastian/environment": "~1.3",
|
2015-02-21 10:08:47 +00:00
|
|
|
"sebastian/exporter": "~1.2",
|
2014-12-13 18:54:01 +00:00
|
|
|
"sebastian/global-state": "~1.0",
|
2014-12-02 19:18:44 +00:00
|
|
|
"sebastian/version": "~1.0",
|
2015-04-29 21:47:00 +00:00
|
|
|
"symfony/yaml": "~2.1|~3.0"
|
2013-04-08 16:12:19 +00:00
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"suggest": {
|
2014-07-20 17:49:28 +00:00
|
|
|
"phpunit/php-invoker": "~1.1"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"bin": [
|
2014-12-02 19:18:44 +00:00
|
|
|
"phpunit"
|
2013-01-10 10:51:02 +00:00
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-14 13:55:08 +00:00
|
|
|
"dev-master": "4.8.x-dev"
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2014-12-02 19:18:44 +00:00
|
|
|
"src/"
|
2013-01-10 10:51:02 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"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.",
|
2014-12-13 18:54:01 +00:00
|
|
|
"homepage": "https://phpunit.de/",
|
2013-01-10 10:51:02 +00:00
|
|
|
"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
|
|
|
],
|
2015-09-12 21:31:24 +00:00
|
|
|
"time": "2015-08-24 04:09:38"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
2015-04-29 22:22:51 +00:00
|
|
|
"version": "2.3.0",
|
2013-01-10 10:51:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-12-02 19:18:44 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
2015-04-29 22:22:51 +00:00
|
|
|
"reference": "c63d2367247365f688544f0d500af90a11a44c65"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-04-29 22:22:51 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
|
|
|
|
"reference": "c63d2367247365f688544f0d500af90a11a44c65",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-04-29 22:22:51 +00:00
|
|
|
"doctrine/instantiator": "~1.0,>=1.0.1",
|
2013-01-10 10:51:02 +00:00
|
|
|
"php": ">=5.3.3",
|
2014-12-02 19:18:44 +00:00
|
|
|
"phpunit/php-text-template": "~1.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-04-29 22:22:51 +00:00
|
|
|
"phpunit/phpunit": "~4.3"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-soap": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2014-12-02 19:18:44 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2014-12-02 19:18:44 +00:00
|
|
|
"src/"
|
2013-01-10 10:51:02 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"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"
|
2013-04-08 16:12:19 +00:00
|
|
|
],
|
2015-04-29 22:22:51 +00:00
|
|
|
"time": "2014-10-03 05:12:11"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/comparator",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.2.0",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
2014-12-02 19:18:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2015-02-21 10:08:47 +00:00
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-02-21 10:08:47 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-14 13:55:08 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2014-12-02 19:18:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-07-26 15:48:44"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/diff",
|
2015-04-29 21:47:00 +00:00
|
|
|
"version": "1.3.0",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
2015-04-29 21:47:00 +00:00
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-04-29 21:47:00 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
|
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
|
2014-12-02 19:18:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-04-29 21:47:00 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2014-12-02 19:18:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": "http://www.github.com/sebastianbergmann/diff",
|
|
|
|
"keywords": [
|
|
|
|
"diff"
|
|
|
|
],
|
2015-04-29 21:47:00 +00:00
|
|
|
"time": "2015-02-22 15:13:53"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/environment",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.3.2",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
|
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
|
2014-12-02 19:18:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-04-29 21:47:00 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-04-29 21:47:00 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
2014-12-02 19:18:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-08-03 06:14:51"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/exporter",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.2.1",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
2014-12-02 19:18:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-02-21 10:08:47 +00:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/recursion-context": "~1.0"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-02-21 10:08:47 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-02-21 10:08:47 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2014-12-02 19:18:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-21 07:55:53"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
2014-12-13 18:54:01 +00:00
|
|
|
{
|
|
|
|
"name": "sebastian/global-state",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
|
|
|
"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": "2014-10-06 09:23:50"
|
|
|
|
},
|
2015-02-21 10:08:47 +00:00
|
|
|
{
|
|
|
|
"name": "sebastian/recursion-context",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.0.1",
|
2015-02-21 10:08:47 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
|
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
|
2015-02-21 10:08:47 +00:00
|
|
|
"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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-21 08:04:50"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
2014-12-02 19:18:44 +00:00
|
|
|
{
|
|
|
|
"name": "sebastian/version",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "1.0.6",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
2014-12-02 19:18:44 +00:00
|
|
|
"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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-06-21 13:59:46"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2015-08-14 13:55:08 +00:00
|
|
|
"version": "v2.6.11",
|
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",
|
2015-08-14 13:55:08 +00:00
|
|
|
"reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-14 13:55:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
|
|
|
|
"reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
|
2013-01-10 10:51:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-03-24 00:12:43 +00:00
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"type": "library",
|
2013-04-08 16:12:19 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-12-02 19:18:44 +00:00
|
|
|
"dev-master": "2.6-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": [
|
2014-09-24 18:19:25 +00:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-06-10 16:13:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Yaml Component",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2015-08-14 13:55:08 +00:00
|
|
|
"time": "2015-07-26 08:59:42"
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
],
|
2014-09-30 09:02:20 +00:00
|
|
|
"aliases": [],
|
2012-08-15 15:52:50 +00:00
|
|
|
"minimum-stability": "stable",
|
2014-09-30 09:02:20 +00:00
|
|
|
"stability-flags": [],
|
2014-07-20 17:49:28 +00:00
|
|
|
"prefer-stable": false,
|
2015-01-01 20:53:06 +00:00
|
|
|
"prefer-lowest": false,
|
2013-04-08 16:12:19 +00:00
|
|
|
"platform": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2015-04-29 21:47:00 +00:00
|
|
|
"platform-dev": [],
|
|
|
|
"platform-overrides": {
|
|
|
|
"php": "5.3.3"
|
|
|
|
}
|
2012-02-20 11:34:28 +00:00
|
|
|
}
|