Newer
Older
"type": "library",

Angie Byron
committed
"extra": {
"branch-alias": {
"dev-master": "4.4-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",

catch
committed
"time": "2019-11-13T07:39:40+00:00"
},
{
"name": "symfony/service-contracts",

catch
committed
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",

catch
committed
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/9d99e1556417bf227a62e14856d630672bf10eaf",
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf",
"shasum": ""
},
"require": {

catch
committed
"php": "^7.2.9",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {

catch
committed
"dev-master": "2.0-dev"
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],

catch
committed
"time": "2019-11-09T09:18:34+00:00"

Alex Pott
committed
{

Alex Pott
committed
"name": "symfony/translation",
"version": "v4.4.0",

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

catch
committed
"reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40"

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

catch
committed
"url": "https://api.github.com/repos/symfony/translation/zipball/897fb68ee7933372517b551d6f08c6d4bb0b8c40",
"reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40",

Alex Pott
committed
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"

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

Lee Rowlands
committed
"symfony/dependency-injection": "<3.4",

catch
committed
"symfony/http-kernel": "<4.4",

Lee Rowlands
committed
"symfony/yaml": "<3.4"

Alex Pott
committed
},
"provide": {
"symfony/translation-implementation": "1.0"
},

Alex Pott
committed
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",

catch
committed
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"

Alex Pott
committed
},
"suggest": {

Lee Rowlands
committed
"psr/log-implementation": "To use logging capability in translator",

Alex Pott
committed
"symfony/config": "",
"symfony/yaml": ""

Alex Pott
committed
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-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",

catch
committed
"time": "2019-11-12T17:18:47+00:00"
},
{
"name": "symfony/translation-contracts",

catch
committed
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",

catch
committed
"reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8feb81e6bb1a42d6a3b1429c751d291eb6d05297",
"reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297",
"shasum": ""
},
"require": {

catch
committed
"php": "^7.2.9"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {

catch
committed
"dev-master": "2.0-dev"
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],

catch
committed
"time": "2019-11-09T09:18:34+00:00"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "symfony/validator",
"version": "v4.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",

catch
committed
"reference": "56be252ae6ac7ae1a2f524ed33a47160a1f7c88c"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/validator/zipball/56be252ae6ac7ae1a2f524ed33a47160a1f7c88c",
"reference": "56be252ae6ac7ae1a2f524ed33a47160a1f7c88c",
"shasum": ""
},

Alex Pott
committed
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1|^2"
},
"conflict": {

catch
committed
"doctrine/lexer": "<1.0.2",

Lee Rowlands
committed
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",

catch
committed
"symfony/http-kernel": "<4.4",
"symfony/intl": "<4.3",
"symfony/translation": ">=5.0",

Lee Rowlands
committed
"symfony/yaml": "<3.4"

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

catch
committed
"doctrine/annotations": "~1.7",

Alex Pott
committed
"doctrine/cache": "~1.0",

catch
committed
"egulias/email-validator": "^2.1.10",
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/http-foundation": "^4.1|^5.0",

catch
committed
"symfony/http-kernel": "^4.4",
"symfony/intl": "^4.3|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2",
"symfony/yaml": "^3.4|^4.0|^5.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.",

Alex Pott
committed
"egulias/email-validator": "Strict (RFC compliant) email validation",
"psr/cache-implementation": "For using the mapping cache.",

Alex Pott
committed
"symfony/config": "",
"symfony/expression-language": "For using the Expression validator",

Alex Pott
committed
"symfony/http-foundation": "",
"symfony/intl": "",

Lee Rowlands
committed
"symfony/property-access": "For accessing properties within comparison constraints",
"symfony/property-info": "To automatically add NotNull and Type constraints",
"symfony/translation": "For translating validation errors.",

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

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "4.4-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",

catch
committed
"time": "2019-11-12T17:18:47+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.0.0",

catch
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "956b8b6e4c52186695f592286414601abfcec284"

catch
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/956b8b6e4c52186695f592286414601abfcec284",
"reference": "956b8b6e4c52186695f592286414601abfcec284",

catch
committed
"shasum": ""
},
"require": {
"php": "^7.2.5",

catch
committed
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^2.4|^3.0"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"time": "2019-11-18T17:27:11+00:00"
},

Angie Byron
committed
{

Alex Pott
committed
"name": "symfony/yaml",
"version": "v4.4.0",

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

catch
committed
"reference": "76de473358fe802578a415d5bb43c296cf09d211"

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

catch
committed
"url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
"reference": "76de473358fe802578a415d5bb43c296cf09d211",

Angie Byron
committed
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"

Lee Rowlands
committed
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-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",

catch
committed
"time": "2019-11-12T14:51:11+00:00"

Angie Byron
committed
},
{

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

Gábor Hojtsy
committed
"version": "v2.12.1",

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

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

Gábor Hojtsy
committed
"reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5"

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

Gábor Hojtsy
committed
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5",
"reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5",

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

Gábor Hojtsy
committed
"php": "^7.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"

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

catch
committed
"symfony/debug": "^3.4|^4.2",
"symfony/phpunit-bridge": "^4.4@dev|^5.0"
},

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

Gábor Hojtsy
committed
"dev-master": "2.12-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"

Alex Pott
committed
}

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

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

catch
committed
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{

catch
committed
"name": "Twig Team",
"homepage": "https://twig.symfony.com/contributors",
"role": "Contributors"

Alex Pott
committed
},
{

catch
committed
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Twig, the flexible, fast, and secure template language for PHP",

Lee Rowlands
committed
"homepage": "https://twig.symfony.com",

Angie Byron
committed
"keywords": [

Alex Pott
committed
"templating"

Angie Byron
committed
],

Gábor Hojtsy
committed
"time": "2019-10-17T07:34:53+00:00"

Angie Byron
committed
},
{
"name": "typo3/phar-stream-wrapper",
"version": "v3.1.3",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
"reference": "586ff60beea128e069a5dc271d3d8133a9bc460a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/586ff60beea128e069a5dc271d3d8133a9bc460a",
"reference": "586ff60beea128e069a5dc271d3d8133a9bc460a",
"shasum": ""
},
"require": {

catch
committed
"ext-json": "*",
"php": "^7.0"
},
"require-dev": {

Jess
committed
"ext-xdebug": "*",
"phpunit/phpunit": "^6.5"
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "v3.x-dev"
}
},
"autoload": {
"psr-4": {
"TYPO3\\PharStreamWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Interceptors for PHP's native phar:// stream handling",
"homepage": "https://typo3.org/",
"keywords": [
"phar",
"php",
"security",
"stream-wrapper"
],
"time": "2019-10-18T11:57:16+00:00"
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
{
"name": "wikimedia/composer-merge-plugin",
"version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git",
"reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
"reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": ">=5.3.2"
},
"require-dev": {
"composer/composer": "~1.0.0",
"jakub-onderka/php-parallel-lint": "~0.8",
"phpunit/phpunit": "~4.8|~5.0",
"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",
"time": "2017-04-25T02:31:25+00:00"
},

Angie Byron
committed
{

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

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

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

Angie Byron
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
"reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",

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

catch
committed
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"

Alex Pott
committed
},
"provide": {

catch
committed
"psr/http-message-implementation": "1.0"

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

catch
committed
"ext-dom": "*",
"ext-libxml": "*",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",

catch
committed
"zendframework/zend-coding-standard": "~1.0"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {
"dev-release-1.8": "1.8.x-dev"

Angie Byron
committed
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],

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
],
"time": "2019-08-06T17:53:53+00:00"

Angie Byron
committed
},
{

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

catch
committed
"version": "2.6.1",

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

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

catch
committed
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"

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

catch
committed
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",

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

catch
committed
"php": "^5.6 || ^7.0"

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

catch
committed
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"zendframework/zend-coding-standard": "~1.0.0"

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

catch
committed
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-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"
],

catch
committed
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",

Angie Byron
committed
"keywords": [

catch
committed
"ZendFramework",

Alex Pott
committed
"escaper",

catch
committed
"zf"

Angie Byron
committed
],

catch
committed
"time": "2019-09-05T20:03:20+00:00"

Angie Byron
committed
},

Angie Byron
committed
{

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

catch
committed
"version": "2.12.0",

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

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

catch
committed
"reference": "d926c5af34b93a0121d5e2641af34ddb1533d733"

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

catch
committed
"url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733",
"reference": "d926c5af34b93a0121d5e2641af34ddb1533d733",

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

catch
committed
"ext-dom": "*",
"ext-libxml": "*",
"php": "^5.6 || ^7.0",
"zendframework/zend-escaper": "^2.5.2",
"zendframework/zend-stdlib": "^3.2.1"

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

catch
committed
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"psr/http-message": "^1.0.1",
"zendframework/zend-cache": "^2.7.2",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-db": "^2.8.2",
"zendframework/zend-http": "^2.7",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
"zendframework/zend-validator": "^2.10.1"

Angie Byron
committed
},
"suggest": {

catch
committed
"psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",

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

catch
committed
"zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"

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

catch
committed
"dev-master": "2.12.x-dev",
"dev-develop": "2.13.x-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",

Angie Byron
committed
"keywords": [

catch
committed
"ZendFramework",

Alex Pott
committed
"feed",

catch
committed
"zf"

Angie Byron
committed
],

catch
committed
"time": "2019-03-05T20:08:49+00:00"

catch
committed
},
{

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

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

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

catch
committed
"reference": "66536006722aff9e62d1b331025089b7ec71c065"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
"reference": "66536006722aff9e62d1b331025089b7ec71c065",
"shasum": ""
},
"require": {

catch
committed
"php": "^5.6 || ^7.0"
},
"require-dev": {

catch
committed
"phpbench/phpbench": "^0.13",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {

catch
committed
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
"autoload": {

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

catch
committed
"description": "SPL extensions, array utilities, error handlers, and more",

Alex Pott
committed
"keywords": [

catch
committed
"ZendFramework",

Alex Pott
committed
"stdlib",

catch
committed
"zf"
],

catch
committed
"time": "2018-08-28T21:34:05+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",
"reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83"

Angie Byron
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/Mink/zipball/a534fe7dac9525e8e10ca68e737c3d7e5058ec83",
"reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83",

Angie Byron
committed
"shasum": ""
},

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

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)",
"dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"

Alex Pott
committed
},

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"
],
"time": "2019-07-15T12:45:29+00:00"

Angie Byron
committed
},

Dries Buytaert
committed
{

Alex Pott
committed
"name": "behat/mink-browserkit-driver",

Lee Rowlands
committed
"version": "1.3.3",

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

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

Lee Rowlands
committed
"reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"

Dries Buytaert
committed
},
"dist": {
"type": "zip",

Lee Rowlands
committed
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
"reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",

Dries Buytaert
committed
"shasum": ""
},
"require": {
"behat/mink": "^1.7.1@dev",
"php": ">=5.3.6",

Lee Rowlands
committed
"symfony/browser-kit": "~2.3|~3.0|~4.0",
"symfony/dom-crawler": "~2.3|~3.0|~4.0"

Dries Buytaert
committed
},
"require-dev": {

Lee Rowlands
committed
"mink/driver-testsuite": "dev-master",
"symfony/http-kernel": "~2.3|~3.0|~4.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
],

Lee Rowlands
committed
"time": "2018-05-02T09:25:31+00:00"

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": [