Newer
Older

Alex Pott
committed
"serializer",
"xml"
],
"time": "2017-09-04T12:26:28+00:00"

Alex Pott
committed
},

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

Lee Rowlands
committed
"version": "v2.0.17",

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

Lee Rowlands
committed
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",

Alex Pott
committed
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
1047
1048
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",

Lee Rowlands
committed
"polyfill",

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

Lee Rowlands
committed
"time": "2018-07-04T16:31:37+00:00"

Alex Pott
committed
},

Lee Rowlands
committed
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
1098
1099
1100
1101
1102
1103
{
"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",

Lee Rowlands
committed
"version": "v3.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
"reference": "31db283fc86d3143e7ff87e922177b457d909c30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/class-loader/zipball/31db283fc86d3143e7ff87e922177b457d909c30",
"reference": "31db283fc86d3143e7ff87e922177b457d909c30",
"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",
"time": "2018-07-26T11:19:56+00:00"

Alex Pott
committed
},
{
"name": "symfony/console",

Lee Rowlands
committed
"version": "v3.4.15",

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

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

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-07-26T11:19:56+00:00"

Alex Pott
committed
"name": "symfony/debug",

Lee Rowlands
committed
"version": "v3.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",

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

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

Lee Rowlands
committed
"time": "2018-08-03T10:42:44+00:00"

Alex Pott
committed
},
{
"name": "symfony/dependency-injection",

Lee Rowlands
committed
"version": "v3.4.15",

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

Lee Rowlands
committed
"reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/09d7df7bf06c1393b6afc85875993cbdbdf897a0",
"reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0",

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

Lee Rowlands
committed
"time": "2018-08-08T11:42:34+00:00"

Alex Pott
committed
},
{
"name": "symfony/event-dispatcher",

Lee Rowlands
committed
"version": "v3.4.15",

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

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

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

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

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

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

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

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

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

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

Alex Pott
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2018-07-26T09:06:28+00:00"

Alex Pott
committed
},
{
"name": "symfony/http-foundation",

Lee Rowlands
committed
"version": "v3.4.15",

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

Lee Rowlands
committed
"reference": "2fb33cb6eefe6e790e4023f7c534a9e4214252fc"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/2fb33cb6eefe6e790e4023f7c534a9e4214252fc",
"reference": "2fb33cb6eefe6e790e4023f7c534a9e4214252fc",

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

Lee Rowlands
committed
"time": "2018-08-27T17:45:33+00:00"

Alex Pott
committed
},
{
"name": "symfony/http-kernel",

Lee Rowlands
committed
"version": "v3.4.15",

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

Lee Rowlands
committed
"reference": "2819693b25f480966cbfa13b651abccfed4871ca"

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/2819693b25f480966cbfa13b651abccfed4871ca",
"reference": "2819693b25f480966cbfa13b651abccfed4871ca",

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.12|~4.0.12|^4.1.1",
"symfony/polyfill-ctype": "~1.8"

Alex Pott
committed
},
"conflict": {

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

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

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

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

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

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

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

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

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

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

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

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

Lee Rowlands
committed
"time": "2018-08-28T06:06:12+00:00"
},
{
"name": "symfony/polyfill-ctype",

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

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

Lee Rowlands
committed
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},

Lee Rowlands
committed
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {

Lee Rowlands
committed
"dev-master": "1.9-dev"
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
1817
1818
1819
1820
1821
1822
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],

Lee Rowlands
committed
"time": "2018-08-06T14:22:27+00:00"

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

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

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

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

Lee Rowlands
committed
"dev-master": "1.9-dev"
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
1876
1877
1878
1879
1880
1881
}
},
"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-08-06T14:22:27+00:00"
},

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

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

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

Lee Rowlands
committed
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"

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

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

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.9-dev"

catch
committed
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
1935
1936
1937
1938
1939
1940
}
},
"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-08-06T14:22:27+00:00"

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

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

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

Lee Rowlands
committed
"reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"

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

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

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

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

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

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

Lee Rowlands
committed
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
}
},
"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-08-06T14:22:27+00:00"