Newer
Older

Alex Pott
committed
{
"name": "paragonie/random_compat",
"version": "v2.0.11",

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

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",

Alex Pott
committed
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
1040
1041
1042
1043
1044
1045
1046
"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",
"pseudorandom",
"random"
],
"time": "2017-09-27T21:40:39+00:00"

Alex Pott
committed
},

Lee Rowlands
committed
1049
1050
1051
1052
1053
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
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
{
"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.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
"reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
"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",

Lee Rowlands
committed
"time": "2018-01-03T07:37:34+00:00"

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

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

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

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

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

Lee Rowlands
committed
"psr/log-implementation": "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": "2018-04-30T01:22:56+00:00"

Alex Pott
committed
"name": "symfony/debug",
"version": "v3.4.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/1b95888cfd996484527cb41e8952d9a5eaf7454f",
"reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f",
"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": "2018-04-30T16:53:52+00:00"

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

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

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

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": "2018-04-29T14:04:08+00:00"

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

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

Lee Rowlands
committed
"reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
"reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",

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

Lee Rowlands
committed
"time": "2018-04-06T07:35:25+00:00"

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

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

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

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": "2018-04-30T01:05:13+00:00"

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

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

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

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

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

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

Lee Rowlands
committed
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "^3.4.4|^4.0.4"

Alex Pott
committed
},
"conflict": {

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

Lee Rowlands
committed
"symfony/dependency-injection": "<3.4.5|<4.0.5,>=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",

Lee Rowlands
committed
"symfony/dependency-injection": "^3.4.5|^4.0.5",

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": "2018-04-30T19:27:02+00:00"

catch
committed
},
{
"name": "symfony/polyfill-iconv",

Lee Rowlands
committed
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
"reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "1.8-dev"
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
}
},
"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"
],

Lee Rowlands
committed
"time": "2018-04-26T10:06:28+00:00"
},

catch
committed
{
"name": "symfony/polyfill-mbstring",

Lee Rowlands
committed
"version": "v1.8.0",

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

Lee Rowlands
committed
"reference": "3296adf6a6454a050679cde90f95350ad604b171"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
"reference": "3296adf6a6454a050679cde90f95350ad604b171",

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

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

catch
committed
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
}
},
"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"
],

Lee Rowlands
committed
"time": "2018-04-26T10:06:28+00:00"

Lee Rowlands
committed
},
{
"name": "symfony/polyfill-php70",

Lee Rowlands
committed
"version": "v1.8.0",

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

Lee Rowlands
committed
"reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
"reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",

Lee Rowlands
committed
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {

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

Lee Rowlands
committed
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
}
},
"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"
],

Lee Rowlands
committed
"time": "2018-04-26T10:06:28+00:00"
},

Alex Pott
committed
"name": "symfony/process",
"version": "v3.4.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
"reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
"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": "2018-04-03T05:22:50+00:00"

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

Lee Rowlands
committed
"version": "v1.0.2",
"source": {
"type": "git",

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

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

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