Newer
Older

Alex Pott
committed
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",

Angie Byron
committed
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3,<8.0-DEV"

Angie Byron
committed
},
"require-dev": {

Alex Pott
committed
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.0.x-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {

Alex Pott
committed
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"

Angie Byron
committed
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],

Angie Byron
committed
},
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
{
"name": "drupal/coder",
"version": "8.2.8",
"source": {
"type": "git",
"url": "https://github.com/klausi/coder.git",
"reference": "6d717e1a5a5dd592ebbeaafad11746849fb52532"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/klausi/coder/zipball/6d717e1a5a5dd592ebbeaafad11746849fb52532",
"reference": "6d717e1a5a5dd592ebbeaafad11746849fb52532",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"squizlabs/php_codesniffer": ">=2.5.1",
"symfony/yaml": ">=2.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=3.7"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Coder is a library to review Drupal code.",
"homepage": "https://www.drupal.org/project/coder",
"keywords": [
"code review",
"phpcs",
"standards"
],
"time": "2016-07-05T20:48:03+00:00"
},

Alex Pott
committed
"name": "fabpot/goutte",
"version": "v3.1.2",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/FriendsOfPHP/Goutte.git",
"reference": "3cbc6ed222422a28400e470050f14928a153207e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
"reference": "3cbc6ed222422a28400e470050f14928a153207e",
"shasum": ""
},
"require": {

Alex Pott
committed
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0",
"symfony/browser-kit": "~2.1|~3.0",
"symfony/css-selector": "~2.1|~3.0",
"symfony/dom-crawler": "~2.1|~3.0"
},

Alex Pott
committed
"type": "application",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "3.1-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-4": {

Alex Pott
committed
"Goutte\\": "Goutte"
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [

catch
committed
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],

Alex Pott
committed
"description": "A simple PHP Web Scraper",
"homepage": "https://github.com/FriendsOfPHP/Goutte",
"keywords": [
"scraper"
],

Angie Byron
committed
{
"name": "jcalderonzumba/gastonjs",

catch
committed
"version": "v1.0.2",

Angie Byron
committed
"source": {
"type": "git",
"url": "https://github.com/jcalderonzumba/gastonjs.git",

catch
committed
"reference": "21bebb8ca03eb0f93ec2f3fad61192fb079e2622"

Angie Byron
committed
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/21bebb8ca03eb0f93ec2f3fad61192fb079e2622",
"reference": "21bebb8ca03eb0f93ec2f3fad61192fb079e2622",

Angie Byron
committed
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "~5.0|~6.0",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"silex/silex": "~1.2",
"symfony/phpunit-bridge": "~2.7",
"symfony/process": "~2.1"
},
"type": "phantomjs-api",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Zumba\\GastonJS\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Juan Francisco Calderón Zumba",
"email": "juanfcz@gmail.com",
"homepage": "http://github.com/jcalderonzumba"
}
],
"description": "PhantomJS API based server for webpage automation",
"homepage": "https://github.com/jcalderonzumba/gastonjs",
"keywords": [
"api",
"automation",
"browser",
"headless",
"phantomjs"
],

Angie Byron
committed
},

Jennifer Hodgdon
committed
{
"name": "jcalderonzumba/mink-phantomjs-driver",
"version": "v0.3.1",

Jennifer Hodgdon
committed
"source": {
"type": "git",
"url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
"reference": "782892dbea4af7d04024374672b3790b6c008def"

Jennifer Hodgdon
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/782892dbea4af7d04024374672b3790b6c008def",
"reference": "782892dbea4af7d04024374672b3790b6c008def",

Jennifer Hodgdon
committed
"shasum": ""
},
"require": {
"behat/mink": "~1.6",
"jcalderonzumba/gastonjs": "~1.0",
"php": ">=5.4",
"twig/twig": "~1.20|~2.0"

Jennifer Hodgdon
committed
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"silex/silex": "~1.2",
"symfony/css-selector": "~2.1",
"symfony/phpunit-bridge": "~2.7",
"symfony/process": "~2.3"
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Zumba\\Mink\\Driver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Juan Francisco Calderón Zumba",
"email": "juanfcz@gmail.com",
"homepage": "http://github.com/jcalderonzumba"
}
],
"description": "PhantomJS driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"ajax",
"browser",
"headless",
"javascript",
"phantomjs",
"testing"
],

Jennifer Hodgdon
committed
},
{

Alex Pott
committed
"name": "mikey179/vfsStream",

catch
committed
"version": "v1.6.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/mikey179/vfsStream.git",

catch
committed
"reference": "73bcb605b741a7d5044b47592338c633788b0eb7"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/73bcb605b741a7d5044b47592338c633788b0eb7",
"reference": "73bcb605b741a7d5044b47592338c633788b0eb7",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.0"
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {

catch
committed
"dev-master": "1.6.x-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-0": {
"org\\bovigo\\vfs\\": "src/main/php"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [
{

Alex Pott
committed
"name": "Frank Kleine",
"homepage": "http://frankkleine.de/",
"role": "Developer"
}
],

Alex Pott
committed
"description": "Virtual file system to mock the real file system in unit tests.",
"homepage": "http://vfs.bovigo.org/",
},

Alex Pott
committed
"name": "phpdocumentor/reflection-docblock",
"version": "2.0.4",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3"

Alex Pott
committed
"phpunit/phpunit": "~4.0"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "2.0.x-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-0": {
"phpDocumentor": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],

Alex Pott
committed
"name": "phpspec/prophecy",
"version": "v1.5.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/phpspec/prophecy.git",
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
"shasum": ""
},
"require": {

Alex Pott
committed
"doctrine/instantiator": "^1.0.2",
"phpdocumentor/reflection-docblock": "~2.0",
"sebastian/comparator": "~1.1"
"require-dev": {

Alex Pott
committed
"phpspec/phpspec": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.4.x-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"

Alex Pott
committed
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
{

Alex Pott
committed
"name": "phpunit/php-code-coverage",

catch
committed
"version": "2.2.4",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",

catch
committed
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"shasum": ""
},
"require": {

Alex Pott
committed
"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": {

Alex Pott
committed
"ext-xdebug": ">=2.1.4",
"phpunit/phpunit": "~4"
},
"suggest": {

Alex Pott
committed
"ext-dom": "*",
"ext-xdebug": ">=2.2.1",
"ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "2.2.x-dev"
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],

Alex Pott
committed
"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"
],
},

Angie Byron
committed
{

Alex Pott
committed
"name": "phpunit/php-file-iterator",
"version": "1.4.1",

Angie Byron
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"

Angie Byron
committed
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",

Angie Byron
committed
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.4.x-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]

Angie Byron
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"

Angie Byron
committed
],
"authors": [
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],

Angie Byron
committed
},

Dries Buytaert
committed
{

Alex Pott
committed
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3"
},
"type": "library",
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],

Alex Pott
committed
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],

Dries Buytaert
committed
},
{

Alex Pott
committed
"name": "phpunit/php-timer",
"version": "1.0.7",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3"

catch
committed
},
"type": "library",
"autoload": {

Angie Byron
committed
"classmap": [

Alex Pott
committed
"src/"

Angie Byron
committed
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],

Alex Pott
committed
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
},
{

Alex Pott
committed
"name": "phpunit/php-token-stream",
"version": "1.4.8",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
"shasum": ""
},
"require": {

Alex Pott
committed
"ext-tokenizer": "*",
"php": ">=5.3.3"

Alex Pott
committed
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.2"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.4-dev"
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],

Alex Pott
committed
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
},

Alex Pott
committed
"name": "phpunit/phpunit",

catch
committed
"version": "4.8.27",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/phpunit.git",

catch
committed
"reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
"reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
"shasum": ""
},
"require": {

Alex Pott
committed
"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",

catch
committed
"phpunit/php-timer": "^1.0.6",

Alex Pott
committed
"phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.1",
"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"

Alex Pott
committed
"suggest": {
"phpunit/php-invoker": "~1.1"

Alex Pott
committed
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "4.8.x-dev"
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"

Alex Pott
committed
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],

Alex Pott
committed
{

Alex Pott
committed
"name": "phpunit/phpunit-mock-objects",
"version": "2.3.8",

Alex Pott
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",

Alex Pott
committed
"shasum": ""
},
"require": {

Alex Pott
committed
"doctrine/instantiator": "^1.0.2",

Alex Pott
committed
"php": ">=5.3.3",

Alex Pott
committed
"phpunit/php-text-template": "~1.2",
"sebastian/exporter": "~1.2"

Alex Pott
committed
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.4"

Alex Pott
committed
},
"suggest": {

Alex Pott
committed
"ext-soap": "*"

Alex Pott
committed
},

Alex Pott
committed
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"

Alex Pott
committed
}
},

Alex Pott
committed
"autoload": {
"classmap": [
"src/"
]
},

Alex Pott
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"

Alex Pott
committed
],
"authors": [
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"

Alex Pott
committed
}
],

Alex Pott
committed
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",

Alex Pott
committed
"keywords": [

Alex Pott
committed
"mock",
"xunit"

Alex Pott
committed
],

Alex Pott
committed
},
{

Alex Pott
committed
"name": "sebastian/comparator",
"version": "1.2.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2"
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.2.x-dev"
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],

Alex Pott
committed
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [

Alex Pott
committed
"comparator",
"compare",
"equality"
],
},
{

Alex Pott
committed
"name": "sebastian/diff",
"version": "1.3.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3"
},

Alex Pott
committed
"phpunit/phpunit": "~4.2"
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.3-dev"
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],

Alex Pott
committed
"description": "Diff implementation",
"homepage": "http://www.github.com/sebastianbergmann/diff",
"keywords": [
"diff"
],
},

Alex Pott
committed
{

Alex Pott
committed
"name": "sebastian/environment",
"version": "1.3.2",

Alex Pott
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"

Alex Pott
committed
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",

Alex Pott
committed
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3"

Alex Pott
committed
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.4"

Alex Pott
committed
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.3.x-dev"

Alex Pott
committed
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]

Alex Pott
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"

Alex Pott
committed
],
"authors": [
{

Alex Pott
committed
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"

Alex Pott
committed
}
],

Alex Pott
committed
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],

Alex Pott
committed
},

Angie Byron
committed
{

Alex Pott
committed
"name": "sebastian/exporter",
"version": "1.2.1",

Angie Byron
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"

Angie Byron
committed
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",

Angie Byron
committed
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"

Angie Byron
committed
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.4"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.2.x-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"classmap": [
"src/"
]

Angie Byron
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"BSD-3-Clause"

Angie Byron
committed
],
"authors": [

catch
committed
{

Alex Pott
committed
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"

Alex Pott
committed
},
{

Alex Pott
committed
"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"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],