Newer
Older

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

Alex Pott
committed
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"

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

Alex Pott
committed
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",

Alex Pott
committed
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
"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"
],

Alex Pott
committed
"time": "2017-03-13T16:27:32+00:00"

Alex Pott
committed
},
{

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.4",
"source": {
"type": "git",

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

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

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

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

Alex Pott
committed
"name": "symfony/class-loader",

catch
committed
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",

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

catch
committed
"url": "https://api.github.com/repos/symfony/class-loader/zipball/fc4c04bfd17130a9dccfded9578353f311967da7",
"reference": "fc4c04bfd17130a9dccfded9578353f311967da7",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"require-dev": {
"symfony/finder": "~2.8|~3.0",
"symfony/polyfill-apcu": "~1.1"
},
"suggest": {
"symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"

Alex Pott
committed
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {

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

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

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

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

Alex Pott
committed
"description": "Symfony ClassLoader Component",
"homepage": "https://symfony.com",

catch
committed
"time": "2017-04-12T14:13:17+00:00"

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

catch
committed
"version": "v3.2.8",

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

catch
committed
"reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"

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

catch
committed
"url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
"reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",

Alex Pott
committed
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/debug": "~2.8|~3.0",

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

Alex Pott
committed
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/filesystem": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"

Alex Pott
committed
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/filesystem": "",

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

catch
committed
"time": "2017-04-26T01:39:17+00:00"

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

catch
committed
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",

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

catch
committed
"url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
"reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
"shasum": ""
},
"require": {
"php": ">=5.5.9",

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": {
"symfony/class-loader": "~2.8|~3.0",
"symfony/http-kernel": "~2.8|~3.0"
},
"type": "library",

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

catch
committed
"time": "2017-04-19T20:17:50+00:00"

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

catch
committed
"version": "v3.2.8",

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

catch
committed
"reference": "5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59"

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

catch
committed
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59",
"reference": "5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59",

Alex Pott
committed
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"conflict": {
"symfony/yaml": "<3.2"

Alex Pott
committed
},
"require-dev": {
"symfony/config": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/yaml": "~3.2"

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

Alex Pott
committed
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-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",

catch
committed
"time": "2017-04-26T01:39:17+00:00"

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

catch
committed
"version": "v3.2.8",

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

catch
committed
"reference": "b8a401f733b43251e1d088c589368b2a94155e40"

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

catch
committed
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8a401f733b43251e1d088c589368b2a94155e40",
"reference": "b8a401f733b43251e1d088c589368b2a94155e40",

Alex Pott
committed
"shasum": ""
},
"require": {
"php": ">=5.5.9"

Alex Pott
committed
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0"

Alex Pott
committed
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-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",

catch
committed
"time": "2017-05-01T14:58:48+00:00"

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

catch
committed
"version": "v3.2.8",

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

catch
committed
"reference": "9de6add7f731e5af7f5b2e9c0da365e43383ebef"

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

catch
committed
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9de6add7f731e5af7f5b2e9c0da365e43383ebef",
"reference": "9de6add7f731e5af7f5b2e9c0da365e43383ebef",

Alex Pott
committed
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.1"

Alex Pott
committed
},
"require-dev": {
"symfony/expression-language": "~2.8|~3.0"

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

catch
committed
"time": "2017-05-01T14:55:58+00:00"

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

catch
committed
"version": "v3.2.8",

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

catch
committed
"reference": "46e8b209abab55c072c47d72d5cd1d62c0585e05"

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

catch
committed
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/46e8b209abab55c072c47d72d5cd1d62c0585e05",
"reference": "46e8b209abab55c072c47d72d5cd1d62c0585e05",

Alex Pott
committed
"shasum": ""
},
"require": {
"php": ">=5.5.9",

Alex Pott
committed
"psr/log": "~1.0",
"symfony/debug": "~2.8|~3.0",
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"

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

Alex Pott
committed
},
"require-dev": {
"symfony/browser-kit": "~2.8|~3.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0",
"symfony/console": "~2.8|~3.0",
"symfony/css-selector": "~2.8|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/dom-crawler": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/finder": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0",
"symfony/routing": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0",
"symfony/templating": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0",
"symfony/var-dumper": "~3.2"

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

catch
committed
"time": "2017-05-01T17:46:48+00:00"

catch
committed
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "cba36f3616d9866b3e52662e88da5c090fac1e97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97",
"reference": "cba36f3616d9866b3e52662e88da5c090fac1e97",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
}
},
"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"
],
},

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

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

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

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

catch
committed
1768
1769
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
1797
1798
1799
1800
}
},
"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"
],
},

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

catch
committed
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",

catch
committed
"reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/process/zipball/999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
"reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
"shasum": ""
},
"require": {
"php": ">=5.5.9"

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

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

catch
committed
"time": "2017-04-12T14:13:17+00:00"

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

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

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

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

Alex Pott
committed
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
"reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
"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": {

Alex Pott
committed
"psr/http-message-implementation": "To use the HttpFoundation factory",

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

Angie Byron
committed
},

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

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"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": "2016-09-14T18:37:20+00:00"

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

catch
committed
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",

catch
committed
"reference": "5029745d6d463585e8b487dbc83d6333f408853a"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/routing/zipball/5029745d6d463585e8b487dbc83d6333f408853a",
"reference": "5029745d6d463585e8b487dbc83d6333f408853a",
"shasum": ""
},
"require": {
"php": ">=5.5.9"

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

Alex Pott
committed
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/common": "~2.2",
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/http-foundation": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0"
},
"suggest": {

Alex Pott
committed
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",

catch
committed
"symfony/dependency-injection": "For loading routes from a service",

Alex Pott
committed
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",

Alex Pott
committed
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {

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

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
"notification-url": "https://packagist.org/downloads/",
"license": [

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

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

Alex Pott
committed
"description": "Symfony Routing Component",
"homepage": "https://symfony.com",
"keywords": [

Alex Pott
committed
"router",
"routing",
"uri",
"url"

catch
committed
"time": "2017-04-12T14:13:17+00:00"

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

catch
committed
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",

catch
committed
"reference": "6eeae1ba82005b761a53b7b8cf960bbf40c95986"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/serializer/zipball/6eeae1ba82005b761a53b7b8cf960bbf40c95986",
"reference": "6eeae1ba82005b761a53b7b8cf960bbf40c95986",
"shasum": ""
},