Newer
Older
"_readme": [
"This file locks the dependencies of your project to a known state",

Alex Pott
committed
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
"hash": "8c9fdf621ce53640f24b24749e59717c",
"content-hash": "f38613812a285c03a1a18458384fe0b1",
"packages": [
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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
97
98
99
100
101
102
103
104
{
"name": "composer/installers",
"version": "v1.0.21",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
"shasum": ""
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "4.1.*"
},
"type": "composer-installer",
"extra": {
"class": "Composer\\Installers\\Installer",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Composer\\Installers\\": "src/"
}
},
"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",
"homepage": "http://composer.github.com/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Hurad",
"MODX Evo",
"OXID",
"SMF",
"Thelia",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"bitrix",
"cakephp",
"chef",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"elgg",
"fuelphp",
"grav",
"installer",
"joomla",
"kohana",
"laravel",
"lithium",
"magento",
"mako",
"mediawiki",
"modulework",
"moodle",
"phpbb",
"piwik",
"ppi",
"puppet",
"roundcube",
"shopware",
"silverstripe",
"symfony",
"typo3",
"wordpress",
"zend",
"zikula"
],
"time": "2015-02-18 17:17:01"
},
{
"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"
],

Angie Byron
committed
"time": "2015-08-31 12:32:49"
},
{
"name": "doctrine/cache",

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

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

Angie Byron
committed
"url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",

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

Angie Byron
committed
"dev-master": "1.5.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Cache\\": "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"
},
{
"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"
],

Angie Byron
committed
"time": "2015-08-31 12:36:41"
},
{
"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"
],

Angie Byron
committed
"time": "2015-04-14 22:21:58"
},
{
"name": "doctrine/common",

Angie Byron
committed
"version": "v2.5.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",

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

Angie Byron
committed
"url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
"shasum": ""
},
"require": {
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "2.6.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\": "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": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"

Angie Byron
committed
"time": "2015-08-31 13:00:22"
},
{
"name": "doctrine/inflector",

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

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

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

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

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

Angie Byron
committed
"time": "2014-12-20 21:24:13"
},
{
"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"
],
"time": "2014-09-09 13:34:57"
},

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"
"time": "2015-02-27 09:45:49"

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

Alex Pott
committed
"version": "1.2.9",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",

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

Alex Pott
committed
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/af864423f50ea59f96c87bb1eae147a70bcf67a1",
"reference": "af864423f50ea59f96c87bb1eae147a70bcf67a1",
"shasum": ""
},
"require": {

Alex Pott
committed
"doctrine/lexer": "~1.0,>=1.0.1",
"php": ">= 5.3.3"
},
"require-dev": {

Alex Pott
committed
"phpunit/phpunit": "~4.4",
"satooshi/php-coveralls": "dev-master"
},
"type": "library",
"extra": {
"branch-alias": {

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

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

Alex Pott
committed
"time": "2015-06-22 21:07:51"

Angie Byron
committed
{

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

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

Alex Pott
committed
"url": "https://github.com/guzzle/guzzle.git",
"reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81"

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

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

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

Alex Pott
committed
"guzzlehttp/promises": "~1.0",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.5.0"

Angie Byron
committed
},

Alex Pott
committed
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0",
"psr/log": "~1.0"
},
"type": "library",

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

Alex Pott
committed
"dev-master": "6.1-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": "2015-09-08 17:36:26"
"name": "guzzlehttp/promises",

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

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

Angie Byron
committed
"url": "https://api.github.com/repos/guzzle/promises/zipball/97fe7210def29451ec74923b27e552238defd75a",
"reference": "97fe7210def29451ec74923b27e552238defd75a",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-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"
],

Angie Byron
committed
"time": "2015-08-15 19:37:21"

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

Angie Byron
committed
"version": "1.2.0",

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

Angie Byron
committed
"reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e"

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

Angie Byron
committed
"url": "https://api.github.com/repos/guzzle/psr7/zipball/4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
"reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",

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.0-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"
}
],
"description": "PSR-7 message implementation",

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

Angie Byron
committed
"time": "2015-08-15 19:32:36"

Angie Byron
committed
},

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

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

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

Alex Pott
committed
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
"shasum": ""
},
"require": {
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"sami/sami": "~2.0",
"satooshi/php-coveralls": "0.6.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"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": "2015-06-07 08:43:18"

Alex Pott
committed
},

Alex Pott
committed
"name": "psr/http-message",
"version": "1.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/php-fig/http-message.git",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
"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",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2015-05-04 20:22:00"
},
{

Alex Pott
committed
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/php-fig/log.git",
"reference": "1.0.0"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "1.0.0",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {

Alex Pott
committed
"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",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
},
{

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

Alex Pott
committed
"url": "https://github.com/stackphp/builder.git",
"reference": "c1f8a4693b55c563405024f708a76ef576c3b276"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/stackphp/builder/zipball/c1f8a4693b55c563405024f708a76ef576c3b276",
"reference": "c1f8a4693b55c563405024f708a76ef576c3b276",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.0",
"symfony/http-foundation": "~2.1",
"symfony/http-kernel": "~2.1"
},
"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"
],

Alex Pott
committed
"time": "2014-11-23 20:37:11"
},

Alex Pott
committed
"name": "symfony-cmf/routing",
"version": "1.3.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/symfony-cmf/Routing.git",
"reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6",
"reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6",
"shasum": ""
},
"require": {
"php": ">=5.3.3",

Alex Pott
committed
"psr/log": "~1.0",
"symfony/http-kernel": "~2.2",
"symfony/routing": "~2.2"
"require-dev": {

Alex Pott
committed
"symfony/config": "~2.2",
"symfony/dependency-injection": "~2.0@stable",
"symfony/event-dispatcher": "~2.1"
"suggest": {

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

Alex Pott
committed
"dev-master": "1.3-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"

Alex Pott
committed
"time": "2014-10-20 20:55:17"

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

Alex Pott
committed
"reference": "d957ea6295d7016e20d7eff33a6c1deef819c0d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/class-loader/zipball/d957ea6295d7016e20d7eff33a6c1deef819c0d4",

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

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

Alex Pott
committed
"require-dev": {
"symfony/finder": "~2.0,>=2.0.5",
"symfony/phpunit-bridge": "~2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\ClassLoader\\": ""
}
},
"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",
"time": "2015-08-26 17:56:37"
},
{
"name": "symfony/console",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",

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

Alex Pott
committed
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
"reference": "9ff9032151186bd66ecee727d728f1319f52d1d8",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1",
"symfony/phpunit-bridge": "~2.7",
"symfony/process": "~2.1"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
}
},
"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": "2015-09-03 11:40:38"

Alex Pott
committed
"name": "symfony/debug",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",

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

Alex Pott
committed
"reference": "726bf9651d29f53243281d0b6418cfaa5e318281",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.9",
"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": {
"symfony/class-loader": "~2.2",
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
"symfony/phpunit-bridge": "~2.7"
},
"type": "library",

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

Alex Pott
committed
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
"psr-4": {
"Symfony\\Component\\Debug\\": ""
}
},
"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": "2015-08-29 11:12:16"
},
{
"name": "symfony/dependency-injection",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",

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

Alex Pott
committed
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
"reference": "c0a3a97b9450d77cd8eff81c5825efb3624c255b",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"conflict": {
"symfony/expression-language": "<2.6"
},
"require-dev": {
"symfony/config": "~2.2",
"symfony/expression-language": "~2.6",
"symfony/phpunit-bridge": "~2.7",
"symfony/yaml": "~2.1"
},
"suggest": {
"symfony/config": "",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
}
},
"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": "2015-08-24 07:16:32"
},
{
"name": "symfony/event-dispatcher",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",

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

Alex Pott
committed
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
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
"reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.0,>=2.0.5",
"symfony/dependency-injection": "~2.6",
"symfony/expression-language": "~2.6",
"symfony/phpunit-bridge": "~2.7",
"symfony/stopwatch": "~2.3"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
}
},
"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": "2015-08-24 07:13:45"
},
{
"name": "symfony/http-foundation",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",

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

Alex Pott
committed
"reference": "7253c2041652353e71560bbd300d6256d170ddaf",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"symfony/expression-language": "~2.4",
"symfony/phpunit-bridge": "~2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"classmap": [

Alex Pott
committed
"Resources/stubs"
]
},
"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": "2015-08-27 06:45:45"
},
{
"name": "symfony/http-kernel",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",

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

Alex Pott
committed
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
"reference": "fd9c7af92c9e3ade1327cc3af10b17731eebc4a7",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"psr/log": "~1.0",
"symfony/debug": "~2.6,>=2.6.2",
"symfony/event-dispatcher": "~2.6,>=2.6.7",
"symfony/http-foundation": "~2.5,>=2.5.4"
},
"conflict": {
"symfony/config": "<2.7"
},
"require-dev": {
"symfony/browser-kit": "~2.3",
"symfony/class-loader": "~2.1",
"symfony/config": "~2.7",
"symfony/console": "~2.3",
"symfony/css-selector": "~2.0,>=2.0.5",
"symfony/dependency-injection": "~2.2",
"symfony/dom-crawler": "~2.0,>=2.0.5",
"symfony/expression-language": "~2.4",
"symfony/finder": "~2.0,>=2.0.5",
"symfony/phpunit-bridge": "~2.7",
"symfony/process": "~2.0,>=2.0.5",
"symfony/routing": "~2.2",
"symfony/stopwatch": "~2.3",
"symfony/templating": "~2.2",
"symfony/translation": "~2.0,>=2.0.5",
"symfony/var-dumper": "~2.6"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/class-loader": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
}
},
"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": "2015-09-08 14:26:39"

Alex Pott
committed
"name": "symfony/process",
"version": "v2.7.4",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/symfony/Process.git",
"reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/Process/zipball/f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
"reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library",

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

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Process\\": ""
}
},
"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": "2015-08-27 06:45:45"

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

Alex Pott
committed
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "dc7e308e1dc2898a46776e2221a643cb08315453"
},
"dist": {
"type": "zip",

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

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

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

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

Angie Byron
committed
},

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

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

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

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

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

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

Alex Pott
committed
"time": "2015-05-29 17:57:12"

Alex Pott
committed
"name": "symfony/routing",
"version": "v2.7.4",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/symfony/Routing.git",
"reference": "20b1378cb6efffb77ea0608232f18c8f0dd25109"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/Routing/zipball/20b1378cb6efffb77ea0608232f18c8f0dd25109",
"reference": "20b1378cb6efffb77ea0608232f18c8f0dd25109",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.9"
},
"conflict": {
"symfony/config": "<2.7"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/common": "~2.2",
"psr/log": "~1.0",
"symfony/config": "~2.7",
"symfony/expression-language": "~2.4",
"symfony/http-foundation": "~2.3",
"symfony/phpunit-bridge": "~2.7",
"symfony/yaml": "~2.0,>=2.0.5"
},
"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/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {

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

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Routing\\": ""
}
"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"

Alex Pott
committed
"time": "2015-08-24 07:13:45"

Alex Pott
committed
"name": "symfony/serializer",
"version": "v2.7.4",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/symfony/Serializer.git",
"reference": "baf24f86a8656eea9c80988f332e51461bfcb67f"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/Serializer/zipball/baf24f86a8656eea9c80988f332e51461bfcb67f",
"reference": "baf24f86a8656eea9c80988f332e51461bfcb67f",
"shasum": ""
},
"require": {

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

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

Alex Pott
committed
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"symfony/config": "~2.2",
"symfony/phpunit-bridge": "~2.7",
"symfony/property-access": "~2.3",
"symfony/yaml": "~2.0,>=2.0.5"
},
"suggest": {

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

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

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

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Serializer\\": ""
}
},
"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": "2015-08-31 16:44:53"

Alex Pott
committed
{

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

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

Alex Pott
committed
"url": "https://github.com/symfony/Translation.git",
"reference": "485877661835e188cd78345c6d4eef1290d17571"

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

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/Translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
"reference": "485877661835e188cd78345c6d4eef1290d17571",

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

Alex Pott
committed
"php": ">=5.3.9"
},
"conflict": {
"symfony/config": "<2.7"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.7",
"symfony/intl": "~2.4",
"symfony/phpunit-bridge": "~2.7",
"symfony/yaml": "~2.2"
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""

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

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

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

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

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": "2015-09-06 08:36:38"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "symfony/validator",
"version": "v2.7.4",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/symfony/Validator.git",
"reference": "356459a697e26274d44c608513c05c23dc1d8ea7"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/Validator/zipball/356459a697e26274d44c608513c05c23dc1d8ea7",
"reference": "356459a697e26274d44c608513c05c23dc1d8ea7",
"shasum": ""
},

Alex Pott
committed
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
"require": {
"php": ">=5.3.9",
"symfony/translation": "~2.4"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"egulias/email-validator": "~1.2,>=1.2.1",
"symfony/config": "~2.2",
"symfony/expression-language": "~2.4",
"symfony/http-foundation": "~2.1",
"symfony/intl": "~2.4",
"symfony/phpunit-bridge": "~2.7",
"symfony/property-access": "~2.3",
"symfony/yaml": "~2.0,>=2.0.5"
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"egulias/email-validator": "Strict (RFC compliant) email validation",
"symfony/config": "",
"symfony/expression-language": "For using the 2.4 Expression validator",
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For using the 2.4 Validator API",
"symfony/yaml": ""
},
"type": "library",

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

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Validator\\": ""
}
},
"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": "2015-09-06 08:36:38"
},

Angie Byron
committed
{

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

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

Alex Pott
committed
"url": "https://github.com/symfony/Yaml.git",
"reference": "2dc7b06c065df96cc686c66da2705e5e18aef661"

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

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661",
"reference": "2dc7b06c065df96cc686c66da2705e5e18aef661",

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

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

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

Alex Pott
committed
"symfony/phpunit-bridge": "~2.7"

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

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

Angie Byron
committed
}
},
"autoload": {

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

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": "2015-08-24 07:13:45"

Angie Byron
committed
},
{

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

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

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

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

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

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

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

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

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

Angie Byron
committed
}
},
"autoload": {

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

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

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

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

Angie Byron
committed
}
],

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

Angie Byron
committed
"keywords": [

Alex Pott
committed
"templating"

Angie Byron
committed
],
"time": "2015-09-22 13:59:32"

Angie Byron
committed
},
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
{
"name": "wikimedia/composer-merge-plugin",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git",
"reference": "47bb3388cfeae41a38087ac8465a7d08fa92ea2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/47bb3388cfeae41a38087ac8465a7d08fa92ea2e",
"reference": "47bb3388cfeae41a38087ac8465a7d08fa92ea2e",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": ">=5.3.2"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"jakub-onderka/php-parallel-lint": "~0.8",
"phpspec/prophecy-phpunit": "~1.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.1.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
},
"class": "Wikimedia\\Composer\\MergePlugin"
},
"autoload": {
"psr-4": {
"Wikimedia\\Composer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bryan Davis",
"email": "bd808@wikimedia.org"
}
],
"description": "Composer plugin to merge multiple composer.json files",
"time": "2015-09-22 21:14:25"
},

Angie Byron
committed
{

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

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

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

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

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

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

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

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

Alex Pott
committed
"phpunit/phpunit": "~4.6",
"squizlabs/php_codesniffer": "^2.3.1"

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

Alex Pott
committed
"dev-master": "1.0-dev",
"dev-develop": "1.1-dev"

Angie Byron
committed
}
},
"autoload": {

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

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

Alex Pott
committed
"BSD-2-Clause"

Angie Byron
committed
],

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

Angie Byron
committed
"keywords": [

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

Angie Byron
committed
],

Alex Pott
committed
"time": "2015-08-10 20:04:20"

Angie Byron
committed
},
{

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

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

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

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

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

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

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

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": "2015-06-03 14:05:37"

Angie Byron
committed
},

Angie Byron
committed
{

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

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

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

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

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

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

Alex Pott
committed
"php": ">=5.5",
"zendframework/zend-escaper": "~2.5",
"zendframework/zend-stdlib": "~2.5"

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

Alex Pott
committed
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
"zendframework/zend-cache": "~2.5",
"zendframework/zend-db": "~2.5",
"zendframework/zend-http": "~2.5",
"zendframework/zend-servicemanager": "~2.5",
"zendframework/zend-validator": "~2.5"

Angie Byron
committed
},
"suggest": {

Alex Pott
committed
"zendframework/zend-cache": "Zend\\Cache component",
"zendframework/zend-db": "Zend\\Db component",
"zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, for default/recommended ExtensionManager implementations",
"zendframework/zend-validator": "Zend\\Validator component"

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\\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": "2015-08-04 21:39:18"

Angie Byron
committed
},
{

Alex Pott
committed
"name": "zendframework/zend-stdlib",
"version": "2.6.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/zendframework/zend-stdlib.git",
"reference": "a35758803fc9051ec1aff43989e679b6b451b1b4"
},
"dist": {
"type": "zip",

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

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

Alex Pott
committed
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
"zendframework/zend-config": "~2.5",
"zendframework/zend-eventmanager": "~2.5",
"zendframework/zend-filter": "~2.5",
"zendframework/zend-inputfilter": "~2.5",
"zendframework/zend-serializer": "~2.5",
"zendframework/zend-servicemanager": "~2.5"
},
"suggest": {
"zendframework/zend-eventmanager": "To support aggregate hydrator usage",
"zendframework/zend-filter": "To support naming strategy hydrator usage",
"zendframework/zend-serializer": "Zend\\Serializer component",
"zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
},
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "2.6-dev",
"dev-develop": "2.7-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": "2015-07-21 17:08:05"
}
],
"packages-dev": [

Angie Byron
committed
{

Alex Pott
committed
"name": "behat/mink",
"version": "v1.7.0",

Angie Byron
committed
"type": "git",

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

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

Angie Byron
committed
"shasum": ""
},

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

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"
],
"time": "2015-09-20 20:24:03"

Angie Byron
committed
},

Dries Buytaert
committed
{

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

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

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

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

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

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

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
],
"time": "2015-09-21 20:56:13"

Dries Buytaert
committed
},

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

Alex Pott
committed
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
"reference": "c8e254f127d6f2242b994afd4339fb62d471df3f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/c8e254f127d6f2242b994afd4339fb62d471df3f",
"reference": "c8e254f127d6f2242b994afd4339fb62d471df3f",
"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"
},

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"
"time": "2015-09-21 21:31:11"

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"
],
"time": "2015-06-14 21:17:01"

Angie Byron
committed
},

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

Alex Pott
committed
"url": "https://github.com/FriendsOfPHP/Goutte.git",
"reference": "751a3dc5c4d86ec3e97c9f27133ef9694d9243cc"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/751a3dc5c4d86ec3e97c9f27133ef9694d9243cc",
"reference": "751a3dc5c4d86ec3e97c9f27133ef9694d9243cc",
"shasum": ""
},
"require": {

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

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

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

Alex Pott
committed
"psr-4": {

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

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

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

Alex Pott
committed
"description": "A simple PHP Web Scraper",
"homepage": "https://github.com/FriendsOfPHP/Goutte",
"keywords": [
"scraper"
],
"time": "2015-08-29 16:16:56"
{

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

Alex Pott
committed
"url": "https://github.com/mikey179/vfsStream.git",
"reference": "4dc0d2f622412f561f5b242b19b98068bbbc883a"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/4dc0d2f622412f561f5b242b19b98068bbbc883a",
"reference": "4dc0d2f622412f561f5b242b19b98068bbbc883a",
"shasum": ""
},
"require": {

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

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

Alex Pott
committed
"dev-master": "1.5.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": "2015-03-29 11:19:49"
},

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
"time": "2015-02-03 12:10:50"

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

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

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

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

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

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

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

catch
committed
{

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

Alex Pott
committed
},
{

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

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

Alex Pott
committed
"name": "phpunit/php-code-coverage",
"version": "2.2.3",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
"reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
"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"
],
"time": "2015-09-14 06:51:16"
},

Angie Byron
committed
{

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

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

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

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

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

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

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

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

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

Angie Byron
committed
}
},
"autoload": {

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

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

Alex Pott
committed
"BSD-3-Clause"

Angie Byron
committed
],
"authors": [
{

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

Angie Byron
committed
}
],

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

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"
],
"time": "2015-06-21 13:50:34"

Dries Buytaert
committed
},
{

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

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

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

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

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

Angie Byron
committed
"classmap": [

Alex Pott
committed
"src/"

Angie Byron
committed
]
},

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

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

catch
committed
{

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

Alex Pott
committed
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2015-06-21 08:01:12"
},
{

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

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

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

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

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

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

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

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

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

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

catch
committed
{

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

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

Alex Pott
committed
"name": "phpunit/phpunit",
"version": "4.8.10",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "463163747474815c5ccd4ae12b5b355ec12158e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/463163747474815c5ccd4ae12b5b355ec12158e8",
"reference": "463163747474815c5ccd4ae12b5b355ec12158e8",
"shasum": ""
},
"require": {

Alex Pott
committed
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
"phpspec/prophecy": "^1.3.1",
"phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": ">=1.0.6",
"phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2",
"sebastian/environment": "~1.3",
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
"sebastian/version": "~1.0",
"symfony/yaml": "~2.1|~3.0"

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

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

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

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

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

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

Alex Pott
committed
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"time": "2015-10-01 09:14:30"

Alex Pott
committed
{

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

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

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

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

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

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

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

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

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

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

Alex Pott
committed
},
"suggest": {

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

Alex Pott
committed
},

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

Alex Pott
committed
}
},

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

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

Alex Pott
committed
"BSD-3-Clause"

Alex Pott
committed
],
"authors": [
{

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

Alex Pott
committed
}
],

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

Alex Pott
committed
"keywords": [

Alex Pott
committed
"mock",
"xunit"

Alex Pott
committed
],
"time": "2015-10-02 06:51:40"

Alex Pott
committed
},
{

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

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

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

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

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

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

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

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

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

catch
committed
{

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

Alex Pott
committed
},
{

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

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

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

Alex Pott
committed
"time": "2015-07-26 15:48:44"
},
{

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

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

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

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

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

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

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

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

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

catch
committed
{

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

Alex Pott
committed
},
{

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

Alex Pott
committed
"description": "Diff implementation",
"homepage": "http://www.github.com/sebastianbergmann/diff",
"keywords": [
"diff"
],
"time": "2015-02-22 15:13:53"
},

Alex Pott
committed
{

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

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

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

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

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

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

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

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

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

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

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

Alex Pott
committed
}
},
"autoload": {

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

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

Alex Pott
committed
"BSD-3-Clause"

Alex Pott
committed
],
"authors": [
{

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

Alex Pott
committed
}
],

Alex Pott
committed
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"time": "2015-08-03 06:14:51"

Alex Pott
committed
},

Angie Byron
committed
{

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

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

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

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

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

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

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

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

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

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

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

Angie Byron
committed
}
},
"autoload": {

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

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

Alex Pott
committed
"BSD-3-Clause"

Angie Byron
committed
],
"authors": [

catch
committed
{

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

Alex Pott
committed
},
{

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

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2015-06-21 07:55:53"

Angie Byron
committed
},
{

Alex Pott
committed
"name": "sebastian/global-state",
"version": "1.0.0",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
"shasum": ""
},
"require": {

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

Alex Pott
committed
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "1.0-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": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2014-10-06 09:23:50"
},
{

Alex Pott
committed
"name": "sebastian/recursion-context",
"version": "1.0.1",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
"shasum": ""
},
"require": {

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

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

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

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

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

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

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

Alex Pott
committed
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],

Alex Pott
committed
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2015-06-21 08:04:50"
},

Alex Pott
committed
{

Alex Pott
committed
"name": "sebastian/version",
"version": "1.0.6",

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

Alex Pott
committed
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"

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

Alex Pott
committed
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",

Alex Pott
committed
"shasum": ""
},
"type": "library",
"autoload": {

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

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

Alex Pott
committed
"BSD-3-Clause"

Alex Pott
committed
],

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

Alex Pott
committed
],

Alex Pott
committed
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2015-06-21 13:59:46"

Alex Pott
committed
},
{

Alex Pott
committed
"name": "symfony/browser-kit",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",

Alex Pott
committed
"reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/277a2457776d4cc25706fbdd9d1e4ab2dac884e4",

Alex Pott
committed
"reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=5.3.9",
"symfony/dom-crawler": "~2.0,>=2.0.5"
},

Angie Byron
committed
"require-dev": {

Alex Pott
committed
"symfony/css-selector": "~2.0,>=2.0.5",
"symfony/phpunit-bridge": "~2.7",
"symfony/process": "~2.0,>=2.0.5"
},
"suggest": {
"symfony/process": ""

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

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

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

Alex Pott
committed
"MIT"
],

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

Alex Pott
committed
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
"time": "2015-09-06 08:36:38"
},
{

Alex Pott
committed
"name": "symfony/css-selector",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",

Alex Pott
committed
"reference": "ffb5f3b8a75f8d1b9801e74dc6789a0751a670ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ffb5f3b8a75f8d1b9801e74dc6789a0751a670ad",

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

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

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

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

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

Alex Pott
committed
"MIT"
],

Alex Pott
committed
"authors": [
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Alex Pott
committed
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2015-08-24 07:13:45"
},
{

Alex Pott
committed
"name": "symfony/dom-crawler",
"version": "v2.7.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",

Alex Pott
committed
"reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2a161e4ee2b2f33d4153be58df4f6f2a5506936e",

Alex Pott
committed
"reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e",
"shasum": ""
},
"require": {

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

Alex Pott
committed
"symfony/css-selector": "~2.3",
"symfony/phpunit-bridge": "~2.7"
},
"suggest": {

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

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

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

Alex Pott
committed
"MIT"
],

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

Alex Pott
committed
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2015-08-26 10:48:03"
}
],
"aliases": [],

Alex Pott
committed
"minimum-stability": "dev",
"stability-flags": {
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
"php": 0,
"symfony/class-loader": 0,
"symfony/console": 0,
"symfony/dependency-injection": 0,
"symfony/event-dispatcher": 0,
"symfony/http-foundation": 0,
"symfony/http-kernel": 0,
"symfony/routing": 0,
"symfony/serializer": 0,
"symfony/translation": 0,
"symfony/validator": 0,
"symfony/process": 0,
"symfony/yaml": 0,
"twig/twig": 0,
"doctrine/common": 0,
"doctrine/annotations": 0,
"guzzlehttp/guzzle": 0,
"symfony-cmf/routing": 0,
"easyrdf/easyrdf": 0,
"zendframework/zend-feed": 0,
"stack/builder": 0,
"egulias/email-validator": 0,
"masterminds/html5": 0,
"symfony/psr-http-message-bridge": 0,
"zendframework/zend-diactoros": 0,
"behat/mink": 0,
"behat/mink-goutte-driver": 0,
"mikey179/vfsstream": 0,
"phpunit/phpunit": 0,
"symfony/css-selector": 0
},

Alex Pott
committed
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.5.9"
"platform-dev": []