Newer
Older
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
"packages": [
{
"name": "asm89/stack-cors",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
"reference": "c163e2b614550aedcf71165db2473d936abbced6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
"reference": "c163e2b614550aedcf71165db2473d936abbced6",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/http-foundation": "~2.7|~3.0|~4.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Asm89\\Stack\\": "src/Asm89/Stack/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
"keywords": [
"cors",
"stack"
],
"time": "2017-12-20T14:37:45+00:00"
},

catch
committed
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "brumann/polyfill-unserialize",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/dbrumann/polyfill-unserialize.git",
"reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b",
"reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b",
"shasum": ""
},
"require": {
"php": "^5.3|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Brumann\\Polyfill\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Brumann",
"email": "denis.brumann@sensiolabs.de"
}
],
"description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions.",
"time": "2017-02-03T09:55:47+00:00"
},
{
"name": "composer/installers",

catch
committed
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",

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

catch
committed
"url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"shasum": ""
},

Alex Pott
committed
"require": {
"composer-plugin-api": "^1.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "^4.8.36"
},

Alex Pott
committed
"type": "composer-plugin",
"extra": {

Alex Pott
committed
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",

Alex Pott
committed
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",

Alex Pott
committed
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",

Alex Pott
committed
"Mautic",
"Maya",
"OXID",

Alex Pott
committed
"Plentymarkets",
"Porto",

Alex Pott
committed
"RadPHP",
"SMF",
"Thelia",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",

Alex Pott
committed
"attogram",
"bitrix",
"cakephp",
"chef",

Alex Pott
committed
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",

Alex Pott
committed
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"modulework",
"moodle",
"osclass",
"phpbb",
"piwik",
"ppi",
"puppet",

Alex Pott
committed
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"symfony",
"typo3",
"wordpress",

Alex Pott
committed
"yawik",
"zend",
"zikula"
],

catch
committed
"time": "2018-08-27T06:10:37+00:00"
},

Alex Pott
committed
{
"name": "composer/semver",

catch
committed
"version": "1.5.0",

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

catch
committed
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"

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

catch
committed
"url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",

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

Alex Pott
committed
"php": "^5.3.2 || ^7.0"

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

Alex Pott
committed
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"

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

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

Alex Pott
committed
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"

Alex Pott
committed
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"

Alex Pott
committed
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],

catch
committed
"time": "2019-03-19T17:25:45+00:00"

Alex Pott
committed
},
{
"name": "doctrine/annotations",

Angie Byron
committed
"version": "v1.2.7",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",

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

Angie Byron
committed
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": ">=5.3.2"
},
"doctrine/cache": "1.*",
"phpunit/phpunit": "4.*"
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Annotations\\": "lib/"
}
},

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

Angie Byron
committed
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",

Angie Byron
committed
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
},
{
"name": "doctrine/cache",

Lee Rowlands
committed
"version": "v1.6.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",

Lee Rowlands
committed
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
},
"dist": {
"type": "zip",

Lee Rowlands
committed
"url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": "~5.5|~7.0"
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.8|~5.0",

Angie Byron
committed
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
},
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.6.x-dev"
}
},

Alex Pott
committed
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],

Lee Rowlands
committed
"time": "2017-07-22T12:49:21+00:00"
},
{
"name": "doctrine/collections",

Angie Byron
committed
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",

Angie Byron
committed
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},

Angie Byron
committed
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Collections\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},

Angie Byron
committed
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
"name": "Johannes Schmitt",

Angie Byron
committed
"email": "schmittjoh@gmail.com"
}
],
"description": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"array",
"collections",
"iterator"
],
},
{
"name": "doctrine/common",

Alex Pott
committed
"version": "v2.6.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",

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

Alex Pott
committed
"url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
"shasum": ""
},
"require": {
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",

Alex Pott
committed
"php": "~5.5|~7.0"
"require-dev": {

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

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

Alex Pott
committed
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},

Angie Byron
committed
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
"name": "Johannes Schmitt",

Angie Byron
committed
"email": "schmittjoh@gmail.com"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"

Alex Pott
committed
"time": "2016-11-30T16:50:46+00:00"
},
{
"name": "doctrine/inflector",

Alex Pott
committed
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",

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

Alex Pott
committed
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},

Angie Byron
committed
"require-dev": {
"phpunit/phpunit": "4.*"
},

Angie Byron
committed
"extra": {
"branch-alias": {

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

Angie Byron
committed
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Inflector\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{

Angie Byron
committed
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",

Angie Byron
committed
"pluralize",
"singularize",

Alex Pott
committed
"time": "2015-11-06T14:35:42+00:00"
},
{
"name": "doctrine/lexer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
},

Angie Byron
committed
{

Angie Byron
committed
"name": "easyrdf/easyrdf",
"version": "0.9.1",

Angie Byron
committed
"source": {
"type": "git",
"url": "https://github.com/njh/easyrdf.git",
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"

Angie Byron
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",

Angie Byron
committed
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-pcre": "*",

Angie Byron
committed
"php": ">=5.2.8"
},
"require-dev": {
"phpunit/phpunit": "~3.5",
"sami/sami": "~1.4",
"squizlabs/php_codesniffer": "~1.4.3"

Angie Byron
committed
},
"suggest": {
"ml/json-ld": "~1.0"

Angie Byron
committed
"type": "library",
"autoload": {
"psr-0": {
"EasyRdf_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nicholas Humfrey",
"email": "njh@aelius.com",
"homepage": "http://www.aelius.com/njh/",
"role": "Developer"
},
{
"name": "Alexey Zakhlestin",
"email": "indeyets@gmail.com",
"role": "Developer"

Angie Byron
committed
}
],
"description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
"homepage": "http://www.easyrdf.org/",
"keywords": [
"Linked Data",

Angie Byron
committed
"RDF",
"Semantic Web",
"Turtle",
"rdfa",
"sparql"

Angie Byron
committed
},
{
"name": "egulias/email-validator",

catch
committed
"version": "2.1.7",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",

catch
committed
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
"shasum": ""
},
"require": {

Alex Pott
committed
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
},
"require-dev": {
"dominicsayers/isemail": "dev-master",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",

Alex Pott
committed
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],

catch
committed
"time": "2018-12-04T22:38:24+00:00"

Angie Byron
committed
{

Alex Pott
committed
"name": "guzzlehttp/guzzle",
"version": "6.3.3",

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

Alex Pott
committed
"url": "https://github.com/guzzle/guzzle.git",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"

Angie Byron
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",

Angie Byron
committed
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",

Alex Pott
committed
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"

Angie Byron
committed
},

Alex Pott
committed
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0"

Alex Pott
committed
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},

Alex Pott
committed
"type": "library",

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

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"files": [
"src/functions_include.php"
],

Angie Byron
committed
"psr-4": {

Alex Pott
committed
"GuzzleHttp\\": "src/"

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

Alex Pott
committed
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"

Angie Byron
committed
}
],
"description": "Guzzle is a PHP HTTP client library",

Angie Byron
committed
"homepage": "http://guzzlephp.org/",
"keywords": [

Angie Byron
committed
"curl",

Angie Byron
committed
"http",
"http client",
"rest",
"web service"
"time": "2018-04-22T15:46:56+00:00"
"name": "guzzlehttp/promises",

Alex Pott
committed
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",

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

Alex Pott
committed
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {

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

Alex Pott
committed
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [

Angie Byron
committed
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],

Alex Pott
committed
"time": "2016-12-20T10:07:11+00:00"

Angie Byron
committed
},
{
"name": "guzzlehttp/psr7",

Alex Pott
committed
"version": "1.4.2",

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

Alex Pott
committed
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"

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

Alex Pott
committed
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",

Angie Byron
committed
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"

Angie Byron
committed
},
"require-dev": {
"phpunit/phpunit": "~4.0"

Angie Byron
committed
"type": "library",

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

Angie Byron
committed
}
},

Angie Byron
committed
"autoload": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [

Angie Byron
committed
"src/functions_include.php"
]

Angie Byron
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"

Alex Pott
committed
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "PSR-7 message implementation that also provides common utility methods",

Angie Byron
committed
"keywords": [
"http",
"message",

Alex Pott
committed
"request",
"response",
"stream",

Alex Pott
committed
"uri",
"url"

Alex Pott
committed
"time": "2017-03-20T17:10:46+00:00"

Angie Byron
committed
},

Alex Pott
committed
{
"name": "masterminds/html5",
"version": "2.3.0",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
"reference": "2c37c6c520b995b761674de3be8455a381679067"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
"reference": "2c37c6c520b995b761674de3be8455a381679067",

Alex Pott
committed
"shasum": ""
},
"require": {
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"sami/sami": "~2.0",
"satooshi/php-coveralls": "1.0.*"

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

Alex Pott
committed
"dev-master": "2.2-dev"

Alex Pott
committed
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
"time": "2017-09-04T12:26:28+00:00"

Alex Pott
committed
},

Alex Pott
committed
{
"name": "paragonie/random_compat",

catch
committed
"version": "v2.0.18",

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

catch
committed
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"

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

catch
committed
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",

Alex Pott
committed
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",

Lee Rowlands
committed
"polyfill",

Alex Pott
committed
"pseudorandom",
"random"
],

catch
committed
"time": "2019-01-03T20:59:08+00:00"

Alex Pott
committed
},
{
"name": "pear/archive_tar",

catch
committed
"version": "1.4.6",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",

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

catch
committed
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b8e33f9063a7cd1d20f079014f8382b3a7aee47e",
"reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e",
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
"shasum": ""
},
"require": {
"pear/pear-core-minimal": "^1.10.0alpha2",
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"ext-bz2": "Bz2 compression support.",
"ext-xz": "Lzma2 compression support.",
"ext-zlib": "Gzip compression support."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Archive_Tar": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vincent Blavet",
"email": "vincent@phpconcept.net"
},
{
"name": "Greg Beaver",
"email": "greg@chiaraquartet.net"
},
{
"name": "Michiel Rook",
"email": "mrook@php.net"
}
],
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
"homepage": "https://github.com/pear/Archive_Tar",
"keywords": [
"archive",
"tar"
],

catch
committed
"time": "2019-02-01T11:10:38+00:00"
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
},
{
"name": "pear/console_getopt",
"version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
"reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
"reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Console": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"role": "Helper"
},
{
"name": "Andrei Zmievski",
"email": "andrei@php.net",
"role": "Lead"
},
{
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Developer"
}
],
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
"time": "2015-07-20T20:28:12+00:00"
},
{
"name": "pear/pear-core-minimal",
"version": "v1.10.7",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
"reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
"reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
"shasum": ""
},
"require": {
"pear/console_getopt": "~1.4",
"pear/pear_exception": "~1.0"
},
"replace": {
"rsky/pear-core-min": "self.version"
},
"type": "library",
"autoload": {
"psr-0": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"src/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@php.net",
"role": "Lead"
}
],
"description": "Minimal set of PEAR core files to be used as composer dependency",
"time": "2018-12-05T20:03:52+00:00"
},
{
"name": "pear/pear_exception",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/pear/PEAR_Exception.git",
"reference": "8c18719fdae000b690e3912be401c76e406dd13b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
"reference": "8c18719fdae000b690e3912be401c76e406dd13b",
"shasum": ""
},
"require": {
"php": ">=4.4.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "class",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"PEAR": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"."
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Helgi Thormar",
"email": "dufuz@php.net"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net"
}
],
"description": "The PEAR Exception base class.",
"homepage": "https://github.com/pear/PEAR_Exception",
"keywords": [
"exception"
],
"time": "2015-02-10T20:07:52+00:00"
},

Lee Rowlands
committed
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
{

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

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

Alex Pott
committed
"url": "https://github.com/php-fig/http-message.git",

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

Alex Pott
committed
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {

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

Alex Pott
committed
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"

Angie Byron
committed
],
"authors": [
{

Alex Pott
committed
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Common interface for HTTP messages",

Alex Pott
committed
"homepage": "https://github.com/php-fig/http-message",

Alex Pott
committed
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],

Alex Pott
committed
"time": "2016-08-06T14:39:51+00:00"
},
{

Alex Pott
committed
"name": "psr/log",

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

Alex Pott
committed
"url": "https://github.com/php-fig/log.git",

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

Alex Pott
committed
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},

Alex Pott
committed
"require": {
"php": ">=5.3.0"
},
"type": "library",

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

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

Alex Pott
committed
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],

Alex Pott
committed
"description": "Common interface for logging libraries",

Alex Pott
committed
"homepage": "https://github.com/php-fig/log",

Alex Pott
committed
"keywords": [
"log",
"psr",
"psr-3"
],

Alex Pott
committed
"time": "2016-10-10T12:19:37+00:00"
},
{

Alex Pott
committed
"name": "stack/builder",
"version": "v1.0.5",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/stackphp/builder.git",
"reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
"reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.0",
"symfony/http-foundation": "~2.1|~3.0|~4.0",
"symfony/http-kernel": "~2.1|~3.0|~4.0"
},
"require-dev": {

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

Alex Pott
committed
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {

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

Alex Pott
committed
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],

Alex Pott
committed
"description": "Builder for stack middlewares based on HttpKernelInterface.",
"keywords": [

Alex Pott
committed
"stack"
],
"time": "2017-11-18T14:57:29+00:00"
},

Alex Pott
committed
"name": "symfony-cmf/routing",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony-cmf/routing.git",
"reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
"reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
"shasum": ""
},
"require": {
"php": "^5.3.9|^7.0",
"psr/log": "1.*",
"symfony/http-kernel": "^2.2|3.*",
"symfony/routing": "^2.2|3.*"
"require-dev": {
"friendsofsymfony/jsrouting-bundle": "^1.1",
"symfony-cmf/testing": "^1.3",
"symfony/config": "^2.2|3.*",
"symfony/dependency-injection": "^2.0.5|3.*",
"symfony/event-dispatcher": "^2.1|3.*"
"suggest": {
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
},
"type": "library",

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

Angie Byron
committed
}
},
"autoload": {

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

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

Alex Pott
committed
"name": "Symfony CMF Community",
"homepage": "https://github.com/symfony-cmf/Routing/contributors"

Alex Pott
committed
"description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
"homepage": "http://cmf.symfony.com",
"keywords": [

Alex Pott
committed
"database",
"routing"
"time": "2017-05-09T08:10:41+00:00"

Alex Pott
committed
"name": "symfony/class-loader",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",

catch
committed
"reference": "4459eef5298dedfb69f771186a580062b8516497"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/class-loader/zipball/4459eef5298dedfb69f771186a580062b8516497",
"reference": "4459eef5298dedfb69f771186a580062b8516497",
"shasum": ""
},
"require": {

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8"
},
"require-dev": {

Lee Rowlands
committed
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/polyfill-apcu": "~1.1"
},
"suggest": {
"symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"

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

Lee Rowlands
committed
"dev-master": "3.4-dev"
}
},
"autoload": {

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

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 ClassLoader Component",
"homepage": "https://symfony.com",

catch
committed
"time": "2019-01-16T09:39:14+00:00"

Alex Pott
committed
},
{
"name": "symfony/console",
"version": "v3.4.26",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "15a9104356436cb26e08adab97706654799d31d8"

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

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

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",

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

Alex Pott
committed
},

Lee Rowlands
committed
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
},

catch
committed
"provide": {
"psr/log-implementation": "1.0"
},

Alex Pott
committed
"require-dev": {
"psr/log": "~1.0",

Lee Rowlands
committed
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"

Alex Pott
committed
},
"suggest": {

catch
committed
"psr/log": "For using the console logger",

Alex Pott
committed
"symfony/event-dispatcher": "",

Lee Rowlands
committed
"symfony/lock": "",

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

Lee Rowlands
committed
"dev-master": "3.4-dev"

Alex Pott
committed
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""

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

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

Alex Pott
committed
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-04-08T09:29:13+00:00"

Alex Pott
committed
"name": "symfony/debug",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/681afbb26488903c5ac15e63734f1d8ac430c9b9",
"reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9",
"shasum": ""
},
"require": {

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8",

Alex Pott
committed
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
"require-dev": {

Lee Rowlands
committed
"symfony/http-kernel": "~2.8|~3.0|~4.0"
},
"type": "library",

Alex Pott
committed
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "3.4-dev"

Alex Pott
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]

Alex Pott
committed
},
"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 Debug Component",
"homepage": "https://symfony.com",
"time": "2019-04-11T09:48:14+00:00"

Alex Pott
committed
},
{
"name": "symfony/dependency-injection",
"version": "v3.4.26",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "dee85a9148399cdb2731603802842bcfd8afe5ab"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/dee85a9148399cdb2731603802842bcfd8afe5ab",
"reference": "dee85a9148399cdb2731603802842bcfd8afe5ab",

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

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8",
"psr/container": "^1.0"
},
"conflict": {

Lee Rowlands
committed
"symfony/config": "<3.3.7",
"symfony/finder": "<3.3",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0"

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

Lee Rowlands
committed
"symfony/config": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"

Alex Pott
committed
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",

Lee Rowlands
committed
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",

Alex Pott
committed
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "3.4-dev"

Alex Pott
committed
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""

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

Alex Pott
committed
},
"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 DependencyInjection Component",
"homepage": "https://symfony.com",
"time": "2019-04-16T11:13:42+00:00"

Alex Pott
committed
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.26",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "a088aafcefb4eef2520a290ed82e4374092a6dff"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff",
"reference": "a088aafcefb4eef2520a290ed82e4374092a6dff",

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

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"

Alex Pott
committed
},
"require-dev": {
"psr/log": "~1.0",

Lee Rowlands
committed
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"

Alex Pott
committed
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "3.4-dev"

Alex Pott
committed
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""

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

Alex Pott
committed
},
"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 EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2019-04-02T08:51:52+00:00"

Alex Pott
committed
},
{
"name": "symfony/http-foundation",
"version": "v3.4.27",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "fa02215233be8de1c2b44617088192f9e8db3512"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/fa02215233be8de1c2b44617088192f9e8db3512",
"reference": "fa02215233be8de1c2b44617088192f9e8db3512",

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

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php70": "~1.6"

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

Lee Rowlands
committed
"symfony/expression-language": "~2.8|~3.0|~4.0"

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

Lee Rowlands
committed
"dev-master": "3.4-dev"

Alex Pott
committed
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},

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 HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2019-05-01T08:04:33+00:00"

Alex Pott
committed
},
{
"name": "symfony/http-kernel",
"version": "v3.4.26",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "14fa41ccd38570b5e3120a3754bbaa144a15f311"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/14fa41ccd38570b5e3120a3754bbaa144a15f311",
"reference": "14fa41ccd38570b5e3120a3754bbaa144a15f311",

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

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8",

Alex Pott
committed
"psr/log": "~1.0",

catch
committed
"symfony/debug": "^3.3.3|~4.0",

Lee Rowlands
committed
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
"symfony/polyfill-ctype": "~1.8"

Alex Pott
committed
},
"conflict": {

Lee Rowlands
committed
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",

Lee Rowlands
committed
"symfony/var-dumper": "<3.3",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"

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

Lee Rowlands
committed
"psr/cache": "~1.0",
"symfony/browser-kit": "~2.8|~3.0|~4.0",
"symfony/class-loader": "~2.8|~3.0",

Lee Rowlands
committed
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "~2.8|~3.0|~4.0",
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "^3.4.10|^4.0.10",

Lee Rowlands
committed
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/process": "~2.8|~3.0|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0",
"symfony/templating": "~2.8|~3.0|~4.0",
"symfony/translation": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3|~4.0"

Alex Pott
committed
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "3.4-dev"

Alex Pott
committed
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""

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

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

Alex Pott
committed
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2019-04-17T15:57:07+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "82ebae02209c21113908c229e9883c419720738a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},

Lee Rowlands
committed
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",

Jess
committed
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2019-02-06T07:57:58+00:00"

catch
committed
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
"reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.php"
]
},
"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 polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"
},

catch
committed
{
"name": "symfony/polyfill-mbstring",
"version": "v1.11.0",

catch
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609"

catch
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",

catch
committed
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"

catch
committed
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"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 polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"

Lee Rowlands
committed
},
{
"name": "symfony/polyfill-php70",
"version": "v1.11.0",

Lee Rowlands
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "bc4858fb611bda58719124ca079baff854149c89"

Lee Rowlands
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
"reference": "bc4858fb611bda58719124ca079baff854149c89",

Lee Rowlands
committed
"shasum": ""
},
"require": {

Lee Rowlands
committed
"paragonie/random_compat": "~1.0|~2.0|~9.99",

Lee Rowlands
committed
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"

Lee Rowlands
committed
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"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 polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"
},

Alex Pott
committed
"name": "symfony/process",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "a9c4dfbf653023b668c282e4e02609d131f4057a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a",
"reference": "a9c4dfbf653023b668c282e4e02609d131f4057a",
"shasum": ""
},
"require": {

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8"

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

Alex Pott
committed
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "3.4-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": "2019-04-08T16:15:54+00:00"

Alex Pott
committed
"name": "symfony/psr-http-message-bridge",
"version": "v1.1.2",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "a33352af16f78a5ff4f9d90811536abf210df12b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a33352af16f78a5ff4f9d90811536abf210df12b",
"reference": "a33352af16f78a5ff4f9d90811536abf210df12b",
"shasum": ""
},
"require": {

Lee Rowlands
committed
"php": "^5.3.3 || ^7.0",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
"require-dev": {

catch
committed
"symfony/phpunit-bridge": "^3.4 || ^4.0"
},

Alex Pott
committed
"suggest": {

catch
committed
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"

Angie Byron
committed
},

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

Alex Pott
committed
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "1.1-dev"

Alex Pott
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
},
"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",

catch
committed
"psr-17",

Alex Pott
committed
"psr-7"
"time": "2019-04-03T17:09:40+00:00"

Alex Pott
committed
"name": "symfony/routing",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/ff11aac46d6cb8a65f2855687bb9a1ac9d860eec",
"reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec",
"shasum": ""
},
"require": {

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8"

Alex Pott
committed
},
"conflict": {

Lee Rowlands
committed
"symfony/config": "<3.3.1",

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

Alex Pott
committed
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",

Lee Rowlands
committed
"symfony/config": "^3.3.1|~4.0",

Lee Rowlands
committed
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {

Alex Pott
committed
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"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": {

Lee Rowlands
committed
"dev-master": "3.4-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": "2019-03-29T21:58:42+00:00"

Alex Pott
committed
"name": "symfony/serializer",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "14b3221cc41dcfef404205f0060cda873f43a534"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/14b3221cc41dcfef404205f0060cda873f43a534",
"reference": "14b3221cc41dcfef404205f0060cda873f43a534",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {

Lee Rowlands
committed
"phpdocumentor/type-resolver": "<0.2.1",
"symfony/dependency-injection": "<3.2",
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
"symfony/property-info": "<3.1",

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

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

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

Lee Rowlands
committed
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/cache": "~3.1|~4.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.2|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/property-access": "~2.8|~3.0|~4.0",
"symfony/property-info": "~3.1|~4.0",
"symfony/yaml": "~3.4|~4.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.",
"psr/cache-implementation": "For using the metadata cache.",

Alex Pott
committed
"symfony/config": "For using the XML mapping loader.",
"symfony/http-foundation": "To use the DataUriNormalizer.",

Alex Pott
committed
"symfony/property-access": "For using the ObjectNormalizer.",
"symfony/property-info": "To deserialize relations.",

Alex Pott
committed
"symfony/yaml": "For using the default YAML mapping loader."
},
"type": "library",

Angie Byron
committed
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "3.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",
"time": "2019-04-11T05:44:34+00:00"

Alex Pott
committed
{

Alex Pott
committed
"name": "symfony/translation",
"version": "v3.4.26",

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

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

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

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8",

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

Alex Pott
committed
},
"conflict": {

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

Alex Pott
committed
},
"require-dev": {
"psr/log": "~1.0",

Lee Rowlands
committed
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~3.4|~4.0",

Lee Rowlands
committed
"symfony/intl": "^2.8.18|^3.2.5|~4.0",
"symfony/var-dumper": "~3.4|~4.0",

Lee Rowlands
committed
"symfony/yaml": "~3.4|~4.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": {

Lee Rowlands
committed
"dev-master": "3.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",
"time": "2019-04-10T16:00:48+00:00"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "symfony/validator",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "83da5259779aaf9dde220130e62b785f74e2ac49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/83da5259779aaf9dde220130e62b785f74e2ac49",
"reference": "83da5259779aaf9dde220130e62b785f74e2ac49",
"shasum": ""
},

Alex Pott
committed
"require": {

Lee Rowlands
committed
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",

Lee Rowlands
committed
"symfony/translation": "~2.8|~3.0|~4.0"
},
"conflict": {

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

Alex Pott
committed
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"egulias/email-validator": "^1.2.8|~2.0",

Lee Rowlands
committed
"symfony/cache": "~3.1|~4.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "^3.3.5|~4.0",
"symfony/intl": "^2.8.18|^3.2.5|~4.0",
"symfony/property-access": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3|~4.0",
"symfony/yaml": "~3.4|~4.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",
"psr/cache-implementation": "For using the metadata 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",

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

Alex Pott
committed
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "3.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",
"time": "2019-04-16T11:21:44+00:00"
},

Angie Byron
committed
{

Alex Pott
committed
"name": "symfony/yaml",
"version": "v3.4.26",

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

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

Angie Byron
committed
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"

Lee Rowlands
committed
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {

Lee Rowlands
committed
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"

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

Lee Rowlands
committed
"dev-master": "3.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",
"time": "2019-03-25T07:48:46+00:00"

Angie Byron
committed
},
{

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

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

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

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

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

Lee Rowlands
committed
"symfony/polyfill-ctype": "^1.8"

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

Lee Rowlands
committed
"symfony/debug": "^2.7",
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
},

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

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

Alex Pott
committed
"role": "Contributors"

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
],
"time": "2019-03-23T14:27:19+00:00"

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

catch
committed
"brumann/polyfill-unserialize": "^1.0",
"ext-json": "*",
"php": "^5.3.3|^7.0"
},
"require-dev": {

Jess
committed
"ext-xdebug": "*",
"phpunit/phpunit": "^4.8.36"
},
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
},
"type": "library",
"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-05-14T13:14:31+00:00"
{
"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": {

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

Alex Pott
committed
"phpunit/phpunit": "~4.8|~5.0",
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
"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.4.1",

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

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

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

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

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

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

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

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

catch
committed
"ext-dom": "*",
"ext-libxml": "*",

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

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

catch
committed
"dev-master": "1.4-dev",
"dev-develop": "1.5-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
],
"time": "2017-08-17T21:21:00+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",

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

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

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

Alex Pott
committed
"version": "dev-master",

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

Alex Pott
committed
"reference": "93474c65a2a7bf959200ab5f7a14cc450645c185"

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

Alex Pott
committed
"url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/93474c65a2a7bf959200ab5f7a14cc450645c185",
"reference": "93474c65a2a7bf959200ab5f7a14cc450645c185",

Alex Pott
committed
"shasum": ""
},
"require": {
"behat/mink": "~1.7@dev",
"instaclick/php-webdriver": "~1.1",
"php": ">=5.3.1"
},
"require-dev": {

Alex Pott
committed
"mink/driver-testsuite": "dev-master"

Alex Pott
committed
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Pete Otaqui",
"email": "pete@otaqui.com",
"homepage": "https://github.com/pete-otaqui"
}
],
"description": "Selenium2 (WebDriver) driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"ajax",
"browser",
"javascript",
"selenium",
"testing",
"webdriver"
],

Alex Pott
committed
"time": "2018-01-07T19:17:08+00:00"

Alex Pott
committed
},

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.3.2",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/coder.git",
"reference": "44c80c21074df43572652f35bec4f184f9eae5e7"
},
"require": {

Alex Pott
committed
"ext-mbstring": "*",
"php": ">=5.5.9",
"squizlabs/php_codesniffer": "^3.4.1",
"symfony/yaml": ">=2.0.0"
},
"require-dev": {
},
"type": "phpcodesniffer-standard",
"autoload": {
"psr-0": {
"Drupal\\": "coder_sniffer/Drupal/",
"DrupalPractice\\": "coder_sniffer/DrupalPractice/"
}
},
"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": "2019-04-14T17:56:07+00:00"
},

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

Lee Rowlands
committed
"version": "v3.2.3",
"source": {
"type": "git",

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

Lee Rowlands
committed
"reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
},
"dist": {
"type": "zip",

Lee Rowlands
committed
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
"reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
"shasum": ""
},
"require": {

Alex Pott
committed
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0",

Lee Rowlands
committed
"symfony/browser-kit": "~2.1|~3.0|~4.0",
"symfony/css-selector": "~2.1|~3.0|~4.0",
"symfony/dom-crawler": "~2.1|~3.0|~4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.3 || ^4"
},

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

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

Alex Pott
committed
"psr-4": {

Alex Pott
committed
"Goutte\\": "Goutte"

Lee Rowlands
committed
},
"exclude-from-classmap": [
"Goutte/Tests"
]
},

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"
],

Lee Rowlands
committed
"time": "2018-06-29T15:13:57+00:00"

Alex Pott
committed
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
{
"name": "instaclick/php-webdriver",
"version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/instaclick/php-webdriver.git",
"reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
"reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "^1.0||^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"WebDriver": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Justin Bishop",
"email": "jubishop@gmail.com",
"role": "Developer"
},
{
"name": "Anthon Pang",
"email": "apang@softwaredevelopment.ca",
"role": "Fork Maintainer"
}
],
"description": "PHP WebDriver for Selenium 2",
"homepage": "http://instaclick.com/",
"keywords": [
"browser",
"selenium",
"webdriver",
"webtest"
],
"time": "2017-06-30T04:02:48+00:00"
},
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
{
"name": "ircmaxell/password-compat",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
"time": "2014-11-20T16:49:30+00:00"
},

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
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
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
"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.2",

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

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

Jennifer Hodgdon
committed
"shasum": ""
},
"require": {
"behat/mink": "~1.7",

Jennifer Hodgdon
committed
"jcalderonzumba/gastonjs": "~1.0",
"php": ">=5.4",
"twig/twig": "~1.20|~2.0"

Jennifer Hodgdon
committed
},
"require-dev": {
"mink/driver-testsuite": "dev-master",
"phpunit/phpunit": "~4.6"

Jennifer Hodgdon
committed
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
},
"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"
],
"time": "2016-10-04T09:27:04+00:00"

Jennifer Hodgdon
committed
},

Alex Bronstein
committed
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
{
"name": "justinrainbow/json-schema",
"version": "5.2.8",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
"reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"time": "2019-01-14T23:55:14+00:00"
},
{

Alex Pott
committed
"name": "mikey179/vfsStream",
"version": "v1.6.5",
"source": {
"type": "git",
"url": "https://github.com/bovigo/vfsStream.git",
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
"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/",
"time": "2017-08-01T08:02:14+00:00"
},

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",

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

Alex Pott
committed
"url": "https://github.com/phpspec/prophecy.git",

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

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

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

Alex Pott
committed
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "^1.1|^2.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
"require-dev": {

Alex Pott
committed
"phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8 || ^5.6.5"
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.6.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
"time": "2017-03-02T20:05:34+00:00"
{

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",

Lee Rowlands
committed
"version": "1.4.5",

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

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

Lee Rowlands
committed
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",

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"
],

Lee Rowlands
committed
"time": "2017-11-27T13:52:08+00:00"

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",

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

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

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

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

Alex Pott
committed
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"

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

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"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
"time": "2017-02-26T11:10:40+00:00"
},
{

Alex Pott
committed
"name": "phpunit/php-token-stream",

Lee Rowlands
committed
"version": "1.4.12",
"source": {
"type": "git",

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

Lee Rowlands
committed
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
},
"dist": {
"type": "zip",

Lee Rowlands
committed
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
"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"
],

Lee Rowlands
committed
"time": "2017-12-04T08:55:13+00:00"
},

Alex Pott
committed
"name": "phpunit/phpunit",
"version": "4.8.36",
"source": {
"type": "git",
Loading
Loading full blame...