Newer
Older
"require": {
"php": ">=5.3.9"

Alex Pott
committed
},
"type": "library",

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"

Alex Pott
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Process\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Alex Pott
committed
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2017-03-04T12:20:59+00:00"

Alex Pott
committed
"name": "symfony/psr-http-message-bridge",

Alex Pott
committed
"version": "v1.0.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/symfony/psr-http-message-bridge.git",

Alex Pott
committed
"reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
"reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.3",
"psr/http-message": "~1.0",
"symfony/http-foundation": "~2.3|~3.0"
"require-dev": {

Alex Pott
committed
"symfony/phpunit-bridge": "~2.7|~3.0"
},

Alex Pott
committed
"suggest": {

Alex Pott
committed
"psr/http-message-implementation": "To use the HttpFoundation factory",

Alex Pott
committed
"zendframework/zend-diactoros": "To use the Zend Diactoros factory"

Angie Byron
committed
},

Alex Pott
committed
"type": "symfony-bridge",

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"

Alex Pott
committed
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [

Alex Pott
committed
"http",
"http-message",
"psr-7"

Alex Pott
committed
"time": "2016-09-14T18:37:20+00:00"

Alex Pott
committed
"name": "symfony/routing",
"version": "v2.8.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "d145cd396f702c497cb24b21785ddac90a23fe71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/d145cd396f702c497cb24b21785ddac90a23fe71",
"reference": "d145cd396f702c497cb24b21785ddac90a23fe71",
"shasum": ""
},
"require": {
"php": ">=5.3.9"

Alex Pott
committed
},
"conflict": {
"symfony/config": "<2.7"

Alex Pott
committed
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/common": "~2.2",
"psr/log": "~1.0",
"symfony/config": "~2.7|~3.0.0",
"symfony/expression-language": "~2.4|~3.0.0",
"symfony/http-foundation": "~2.3|~3.0.0",
"symfony/yaml": "^2.0.5|~3.0.0"
},
"suggest": {

Alex Pott
committed
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",

catch
committed
"symfony/dependency-injection": "For loading routes from a service",

Alex Pott
committed
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",

Alex Pott
committed
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Routing\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Alex Pott
committed
"description": "Symfony Routing Component",
"homepage": "https://symfony.com",
"keywords": [

Alex Pott
committed
"router",
"routing",
"uri",
"url"
"time": "2017-03-02T15:56:34+00:00"

Alex Pott
committed
"name": "symfony/serializer",
"version": "v2.8.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "df3d919f00177f599c8970e86112c7582b08a582"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/df3d919f00177f599c8970e86112c7582b08a582",
"reference": "df3d919f00177f599c8970e86112c7582b08a582",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/polyfill-php55": "~1.0"

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

Alex Pott
committed
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"symfony/config": "~2.2|~3.0.0",
"symfony/property-access": "~2.3|~3.0.0",
"symfony/yaml": "^2.0.5|~3.0.0"
},
"suggest": {

Alex Pott
committed
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"symfony/config": "For using the XML mapping loader.",
"symfony/property-access": "For using the ObjectNormalizer.",
"symfony/yaml": "For using the default YAML mapping loader."
},
"type": "library",

Angie Byron
committed
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Serializer\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Alex Pott
committed
"description": "Symfony Serializer Component",
"homepage": "https://symfony.com",
"time": "2017-03-05T17:40:13+00:00"

Alex Pott
committed
{

Alex Pott
committed
"name": "symfony/translation",
"version": "v2.8.18",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "b538355bc99db2ec7cc35284ec76d92ae7d1d256"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/b538355bc99db2ec7cc35284ec76d92ae7d1d256",
"reference": "b538355bc99db2ec7cc35284ec76d92ae7d1d256",

Alex Pott
committed
"shasum": ""
},
"require": {
"php": ">=5.3.9",

catch
committed
"symfony/polyfill-mbstring": "~1.0"

Alex Pott
committed
},
"conflict": {
"symfony/config": "<2.7"

Alex Pott
committed
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8",
"symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
"symfony/yaml": "~2.2|~3.0.0"

Alex Pott
committed
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""

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

Alex Pott
committed
}
},
"autoload": {
"psr-4": {

Alex Pott
committed
"Symfony\\Component\\Translation\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]

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

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Alex Pott
committed
}
],

Alex Pott
committed
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2017-03-04T12:20:59+00:00"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "symfony/validator",
"version": "v2.8.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
"reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
"shasum": ""
},

Alex Pott
committed
"require": {
"php": ">=5.3.9",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation": "~2.4|~3.0.0"

Alex Pott
committed
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"egulias/email-validator": "^1.2.1",
"symfony/config": "~2.2|~3.0.0",
"symfony/expression-language": "~2.4|~3.0.0",
"symfony/http-foundation": "~2.3|~3.0.0",
"symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
"symfony/property-access": "~2.3|~3.0.0",
"symfony/yaml": "^2.0.5|~3.0.0"

Alex Pott
committed
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"egulias/email-validator": "Strict (RFC compliant) email validation",
"symfony/config": "",
"symfony/expression-language": "For using the 2.4 Expression validator",

Alex Pott
committed
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For using the 2.4 Validator API",

Alex Pott
committed
"symfony/yaml": ""
},
"type": "library",

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"

Alex Pott
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Validator\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Alex Pott
committed
"description": "Symfony Validator Component",
"homepage": "https://symfony.com",
"time": "2017-02-28T02:24:56+00:00"
},

Angie Byron
committed
{

Alex Pott
committed
"name": "symfony/yaml",
"version": "v2.8.18",

Angie Byron
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d"

Angie Byron
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d",
"reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d",

Angie Byron
committed
"shasum": ""
},
"require": {
"php": ">=5.3.9"

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

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Yaml\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]

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

Alex Pott
committed
"MIT"

Angie Byron
committed
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{

Alex Pott
committed
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2017-03-01T18:13:50+00:00"

Angie Byron
committed
},
{

Alex Pott
committed
"name": "twig/twig",
"version": "v1.32.0",

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

Alex Pott
committed
"url": "https://github.com/twigphp/Twig.git",
"reference": "9935b662e24d6e634da88901ab534cc12e8c728f"

Angie Byron
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
"reference": "9935b662e24d6e634da88901ab534cc12e8c728f",

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

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

Angie Byron
committed
},
"require-dev": {
"psr/container": "^1.0",

Alex Pott
committed
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~3.2"
},

Angie Byron
committed
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.32-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-0": {
"Twig_": "lib/"
}

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

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{

Alex Pott
committed
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
"homepage": "http://twig.sensiolabs.org/contributors",
"role": "Contributors"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",

Angie Byron
committed
"keywords": [

Alex Pott
committed
"templating"

Angie Byron
committed
],
"time": "2017-02-27T00:07:03+00:00"

Angie Byron
committed
},
{
"name": "wikimedia/composer-merge-plugin",

Alex Pott
committed
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git",

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

Alex Pott
committed
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/ca453f9f13d8b05f86f20ea10be992a782e6f78c",
"reference": "ca453f9f13d8b05f86f20ea10be992a782e6f78c",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": ">=5.3.2"
},
"require-dev": {

Alex Pott
committed
"composer/composer": "~1.0.0",
"jakub-onderka/php-parallel-lint": "~0.8",

Alex Pott
committed
"phpunit/phpunit": "~4.8|~5.0",
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
"squizlabs/php_codesniffer": "~2.1.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
},
"class": "Wikimedia\\Composer\\MergePlugin"
},
"autoload": {
"psr-4": {
"Wikimedia\\Composer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bryan Davis",
"email": "bd808@wikimedia.org"
}
],
"description": "Composer plugin to merge multiple composer.json files",

Alex Pott
committed
"time": "2017-03-13T16:52:55+00:00"
},

Angie Byron
committed
{

Alex Pott
committed
"name": "zendframework/zend-diactoros",

Alex Pott
committed
"version": "1.3.10",

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

Alex Pott
committed
"url": "https://github.com/zendframework/zend-diactoros.git",

Alex Pott
committed
"reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90"

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

Alex Pott
committed
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/83e8d98b9915de76c659ce27d683c02a0f99fa90",
"reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90",

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

Alex Pott
committed
"php": "^5.4 || ^7.0",

Alex Pott
committed
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "~1.0.0"

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

Alex Pott
committed
"phpunit/phpunit": "^4.6 || ^5.5",
"zendframework/zend-coding-standard": "~1.0.0"

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

Alex Pott
committed
"dev-master": "1.3-dev",
"dev-develop": "1.4-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Zend\\Diactoros\\": "src/"
}

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

Alex Pott
committed
"BSD-2-Clause"

Angie Byron
committed
],

Alex Pott
committed
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",

Angie Byron
committed
"keywords": [

Alex Pott
committed
"http",
"psr",
"psr-7"

Angie Byron
committed
],

Alex Pott
committed
"time": "2017-01-23T04:53:24+00:00"

Angie Byron
committed
},
{

Alex Pott
committed
"name": "zendframework/zend-escaper",

Alex Pott
committed
"version": "2.5.2",

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

Alex Pott
committed
"url": "https://github.com/zendframework/zend-escaper.git",

Alex Pott
committed
"reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"

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

Alex Pott
committed
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
"reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",

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

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

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

Alex Pott
committed
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0"

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

Alex Pott
committed
"dev-master": "2.5-dev",
"dev-develop": "2.6-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Zend\\Escaper\\": "src/"
}

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

Alex Pott
committed
"homepage": "https://github.com/zendframework/zend-escaper",

Angie Byron
committed
"keywords": [

Alex Pott
committed
"escaper",
"zf2"

Angie Byron
committed
],

Alex Pott
committed
"time": "2016-06-30T19:48:38+00:00"

Angie Byron
committed
},

Angie Byron
committed
{

Alex Pott
committed
"name": "zendframework/zend-feed",

Alex Pott
committed
"version": "2.7.0",

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

Alex Pott
committed
"url": "https://github.com/zendframework/zend-feed.git",

Alex Pott
committed
"reference": "12b328d382aa5200f1de53d4147033b885776b67"

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

Alex Pott
committed
"url": "https://api.github.com/repos/zendframework/zend-feed/zipball/12b328d382aa5200f1de53d4147033b885776b67",
"reference": "12b328d382aa5200f1de53d4147033b885776b67",

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

Alex Pott
committed
"php": "^5.5 || ^7.0",
"zendframework/zend-escaper": "^2.5",
"zendframework/zend-stdlib": "^2.7 || ^3.0"

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

Alex Pott
committed
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",

Alex Pott
committed
"psr/http-message": "^1.0",
"zendframework/zend-cache": "^2.5",
"zendframework/zend-db": "^2.5",
"zendframework/zend-http": "^2.5",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-validator": "^2.5"

Angie Byron
committed
},
"suggest": {

Alex Pott
committed
"psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
"zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
"zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",

Alex Pott
committed
"zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",

Alex Pott
committed
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
"zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"

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

Alex Pott
committed
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Zend\\Feed\\": "src/"
}

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

Alex Pott
committed
"description": "provides functionality for consuming RSS and Atom feeds",
"homepage": "https://github.com/zendframework/zend-feed",

Angie Byron
committed
"keywords": [

Alex Pott
committed
"feed",
"zf2"

Angie Byron
committed
],

Alex Pott
committed
"time": "2016-02-11T18:54:29+00:00"

catch
committed
},
{

Alex Pott
committed
"name": "zendframework/zend-stdlib",

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

Alex Pott
committed
"url": "https://github.com/zendframework/zend-stdlib.git",

Alex Pott
committed
"reference": "8bafa58574204bdff03c275d1d618aaa601588ae"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae",
"reference": "8bafa58574204bdff03c275d1d618aaa601588ae",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": "^5.5 || ^7.0"
},
"require-dev": {

catch
committed
"athletic/athletic": "~0.1",

Alex Pott
committed
"fabpot/php-cs-fixer": "1.7.*",

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

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

Alex Pott
committed
"psr-4": {
"Zend\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Alex Pott
committed
"homepage": "https://github.com/zendframework/zend-stdlib",
"keywords": [
"stdlib",
"zf2"
],

Alex Pott
committed
"time": "2016-04-12T21:19:36+00:00"

Alex Pott
committed
}
],
"packages-dev": [

Angie Byron
committed
{

Alex Pott
committed
"name": "behat/mink",
"version": "dev-master",

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

Alex Pott
committed
"url": "https://github.com/minkphp/Mink.git",

Alex Pott
committed
"reference": "9ea1cebe3dc529ba3861d87c818f045362c40484"

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

Alex Pott
committed
"url": "https://api.github.com/repos/minkphp/Mink/zipball/9ea1cebe3dc529ba3861d87c818f045362c40484",
"reference": "9ea1cebe3dc529ba3861d87c818f045362c40484",

Angie Byron
committed
"shasum": ""
},

Alex Pott
committed
"require": {
"php": ">=5.3.1",
"symfony/css-selector": "~2.1|~3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0"

Alex Pott
committed
},
"suggest": {
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
},

Angie Byron
committed
"type": "library",

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "1.7.x-dev"

Alex Pott
committed
}
},

Angie Byron
committed
"autoload": {

Alex Pott
committed
"psr-4": {
"Behat\\Mink\\": "src/"
}

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

Alex Pott
committed
"MIT"

Angie Byron
committed
],
"authors": [
{

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

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Browser controller/emulator abstraction for PHP",
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"testing",
"web"
],

Alex Pott
committed
"time": "2017-02-06T09:59:54+00:00"

Angie Byron
committed
},

Dries Buytaert
committed
{

Alex Pott
committed
"name": "behat/mink-browserkit-driver",
"version": "v1.3.2",

Dries Buytaert
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"

Dries Buytaert
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",

Dries Buytaert
committed
"shasum": ""
},
"require": {
"behat/mink": "^1.7.1@dev",
"php": ">=5.3.6",
"symfony/browser-kit": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0"

Dries Buytaert
committed
},
"require-dev": {
"silex/silex": "~1.2",
"symfony/phpunit-bridge": "~2.7|~3.0"

Dries Buytaert
committed
},

Alex Pott
committed
"type": "mink-driver",

Dries Buytaert
committed
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"

Dries Buytaert
committed
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"

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

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

Dries Buytaert
committed
}
],

Alex Pott
committed
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",

Dries Buytaert
committed
"keywords": [

Alex Pott
committed
"Mink",
"Symfony2",
"browser",
"testing"

Dries Buytaert
committed
],

Dries Buytaert
committed
},

Alex Pott
committed
"name": "behat/mink-goutte-driver",
"version": "v1.2.1",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
"shasum": ""
},
"require": {

Alex Pott
committed
"behat/mink": "~1.6@dev",
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
"php": ">=5.3.1"
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0"
},

Alex Pott
committed
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {

Angie Byron
committed
"psr-4": {

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

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

Alex Pott
committed
"description": "Goutte driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [

Alex Pott
committed
"browser",
"goutte",
"headless",
"testing"

Angie Byron
committed
{

Alex Pott
committed
"name": "doctrine/instantiator",
"version": "1.0.5",

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

Alex Pott
committed
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"

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

Alex Pott
committed
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"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
},
{
"name": "drupal/coder",
"version": "8.2.12",
"source": {
"type": "git",
"url": "https://github.com/klausi/coder.git",
"reference": "984c54a7b1e8f27ff1c32348df69712afd86b17f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/klausi/coder/zipball/984c54a7b1e8f27ff1c32348df69712afd86b17f",
"reference": "984c54a7b1e8f27ff1c32348df69712afd86b17f",
"shasum": ""
},
"require": {

Alex Pott
committed
"ext-mbstring": "*",
"php": ">=5.4.0",
"squizlabs/php_codesniffer": ">=2.8.1 <3.0",
"symfony/yaml": ">=2.0.0"
},
"require-dev": {
},
"type": "phpcodesniffer-standard",
"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": "2017-03-18T10:28:49+00:00"
},

Alex Pott
committed
"name": "fabpot/goutte",

Alex Pott
committed
"version": "v3.2.1",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/FriendsOfPHP/Goutte.git",

Alex Pott
committed
"reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"