{
|
"_readme": [
|
"This file locks the dependencies of your project to a known state",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"This file is @generated automatically"
|
],
|
"content-hash": "96332eaa7d25413ae6f95a306fef7a60",
|
"packages": [
|
{
|
"name": "container-interop/container-interop",
|
"version": "1.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/container-interop/container-interop.git",
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
"shasum": ""
|
},
|
"require": {
|
"psr/container": "^1.0"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Interop\\Container\\": "src/Interop/Container/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
"homepage": "https://github.com/container-interop/container-interop",
|
"time": "2017-02-14T19:40:03+00:00"
|
},
|
{
|
"name": "nikic/fast-route",
|
"version": "v1.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/nikic/FastRoute.git",
|
"reference": "b5f95749071c82a8e0f58586987627054400cdf6"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6",
|
"reference": "b5f95749071c82a8e0f58586987627054400cdf6",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.4.0"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"FastRoute\\": "src/"
|
},
|
"files": [
|
"src/functions.php"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Nikita Popov",
|
"email": "nikic@php.net"
|
}
|
],
|
"description": "Fast request router for PHP",
|
"keywords": [
|
"router",
|
"routing"
|
],
|
"time": "2017-01-19T11:35:12+00:00"
|
},
|
{
|
"name": "paragonie/random_compat",
|
"version": "v2.0.11",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/paragonie/random_compat.git",
|
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
|
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
|
"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"
|
},
|
{
|
"name": "pimple/pimple",
|
"version": "v3.2.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/silexphp/Pimple.git",
|
"reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
|
"reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.3.0",
|
"psr/container": "^1.0"
|
},
|
"require-dev": {
|
"symfony/phpunit-bridge": "^3.2"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.2.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-0": {
|
"Pimple": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Fabien Potencier",
|
"email": "fabien@symfony.com"
|
}
|
],
|
"description": "Pimple, a simple Dependency Injection Container",
|
"homepage": "http://pimple.sensiolabs.org",
|
"keywords": [
|
"container",
|
"dependency injection"
|
],
|
"time": "2017-07-23T07:32:15+00:00"
|
},
|
{
|
"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"
|
},
|
{
|
"name": "psr/http-message",
|
"version": "1.0.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/http-message.git",
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
},
|
"dist": {
|
"type": "zip",
|
"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": {
|
"dev-master": "1.0.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\Http\\Message\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "http://www.php-fig.org/"
|
}
|
],
|
"description": "Common interface for HTTP messages",
|
"homepage": "https://github.com/php-fig/http-message",
|
"keywords": [
|
"http",
|
"http-message",
|
"psr",
|
"psr-7",
|
"request",
|
"response"
|
],
|
"time": "2016-08-06T14:39:51+00:00"
|
},
|
{
|
"name": "psr/log",
|
"version": "1.0.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/log.git",
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.3.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\Log\\": "Psr/Log/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "http://www.php-fig.org/"
|
}
|
],
|
"description": "Common interface for logging libraries",
|
"homepage": "https://github.com/php-fig/log",
|
"keywords": [
|
"log",
|
"psr",
|
"psr-3"
|
],
|
"time": "2016-10-10T12:19:37+00:00"
|
},
|
{
|
"name": "silex/silex",
|
"version": "v2.2.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/silexphp/Silex.git",
|
"reference": "3fe50331f194c83ded2f824c47c1c24c20877a8c"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/silexphp/Silex/zipball/3fe50331f194c83ded2f824c47c1c24c20877a8c",
|
"reference": "3fe50331f194c83ded2f824c47c1c24c20877a8c",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.5.9",
|
"pimple/pimple": "~3.0",
|
"symfony/event-dispatcher": "~2.8|^3.0",
|
"symfony/http-foundation": "~2.8|^3.0",
|
"symfony/http-kernel": "~2.8|^3.0",
|
"symfony/routing": "~2.8|^3.0"
|
},
|
"conflict": {
|
"phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3"
|
},
|
"replace": {
|
"silex/api": "self.version",
|
"silex/providers": "self.version"
|
},
|
"require-dev": {
|
"doctrine/dbal": "~2.2",
|
"monolog/monolog": "^1.4.1",
|
"swiftmailer/swiftmailer": "~5",
|
"symfony/asset": "~2.8|^3.0",
|
"symfony/browser-kit": "~2.8|^3.0",
|
"symfony/config": "~2.8|^3.0",
|
"symfony/css-selector": "~2.8|^3.0",
|
"symfony/debug": "~2.8|^3.0",
|
"symfony/doctrine-bridge": "~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/form": "~2.8|^3.0",
|
"symfony/intl": "~2.8|^3.0",
|
"symfony/monolog-bridge": "~2.8|^3.0",
|
"symfony/options-resolver": "~2.8|^3.0",
|
"symfony/phpunit-bridge": "^3.2",
|
"symfony/process": "~2.8|^3.0",
|
"symfony/security": "~2.8|^3.0",
|
"symfony/serializer": "~2.8|^3.0",
|
"symfony/translation": "~2.8|^3.0",
|
"symfony/twig-bridge": "~2.8|^3.0",
|
"symfony/validator": "~2.8|^3.0",
|
"symfony/var-dumper": "~2.8|^3.0",
|
"symfony/web-link": "^3.3",
|
"twig/twig": "~1.28|~2.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Silex\\": "src/Silex"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Fabien Potencier",
|
"email": "fabien@symfony.com"
|
},
|
{
|
"name": "Igor Wiedler",
|
"email": "igor@wiedler.ch"
|
}
|
],
|
"description": "The PHP micro-framework based on the Symfony Components",
|
"homepage": "http://silex.sensiolabs.org",
|
"keywords": [
|
"microframework"
|
],
|
"time": "2018-01-12T07:16:03+00:00"
|
},
|
{
|
"name": "slim/slim",
|
"version": "3.9.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/slimphp/Slim.git",
|
"reference": "4086d0106cf5a7135c69fce4161fe355a8feb118"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118",
|
"reference": "4086d0106cf5a7135c69fce4161fe355a8feb118",
|
"shasum": ""
|
},
|
"require": {
|
"container-interop/container-interop": "^1.2",
|
"nikic/fast-route": "^1.0",
|
"php": ">=5.5.0",
|
"pimple/pimple": "^3.0",
|
"psr/container": "^1.0",
|
"psr/http-message": "^1.0"
|
},
|
"provide": {
|
"psr/http-message-implementation": "1.0"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^4.0",
|
"squizlabs/php_codesniffer": "^2.5"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Slim\\": "Slim"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Rob Allen",
|
"email": "rob@akrabat.com",
|
"homepage": "http://akrabat.com"
|
},
|
{
|
"name": "Josh Lockhart",
|
"email": "hello@joshlockhart.com",
|
"homepage": "https://joshlockhart.com"
|
},
|
{
|
"name": "Gabriel Manricks",
|
"email": "gmanricks@me.com",
|
"homepage": "http://gabrielmanricks.com"
|
},
|
{
|
"name": "Andrew Smith",
|
"email": "a.smith@silentworks.co.uk",
|
"homepage": "http://silentworks.co.uk"
|
}
|
],
|
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
"homepage": "https://slimframework.com",
|
"keywords": [
|
"api",
|
"framework",
|
"micro",
|
"router"
|
],
|
"time": "2017-11-26T19:13:09+00:00"
|
},
|
{
|
"name": "symfony/debug",
|
"version": "v3.4.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/debug.git",
|
"reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/debug/zipball/603b95dda8b00020e4e6e60dc906e7b715b1c245",
|
"reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.5.9|>=7.0.8",
|
"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/http-kernel": "~2.8|~3.0|~4.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.4-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\Debug\\": ""
|
},
|
"exclude-from-classmap": [
|
"/Tests/"
|
]
|
},
|
"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-01-03T17:14:19+00:00"
|
},
|
{
|
"name": "symfony/event-dispatcher",
|
"version": "v3.4.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca",
|
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.5.9|>=7.0.8"
|
},
|
"conflict": {
|
"symfony/dependency-injection": "<3.3"
|
},
|
"require-dev": {
|
"psr/log": "~1.0",
|
"symfony/config": "~2.8|~3.0|~4.0",
|
"symfony/dependency-injection": "~3.3|~4.0",
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
"symfony/stopwatch": "~2.8|~3.0|~4.0"
|
},
|
"suggest": {
|
"symfony/dependency-injection": "",
|
"symfony/http-kernel": ""
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.4-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\EventDispatcher\\": ""
|
},
|
"exclude-from-classmap": [
|
"/Tests/"
|
]
|
},
|
"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-01-03T07:37:34+00:00"
|
},
|
{
|
"name": "symfony/http-foundation",
|
"version": "v3.4.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/http-foundation.git",
|
"reference": "4a213be1cc8598089b8c7451529a2927b49b5d26"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/4a213be1cc8598089b8c7451529a2927b49b5d26",
|
"reference": "4a213be1cc8598089b8c7451529a2927b49b5d26",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.5.9|>=7.0.8",
|
"symfony/polyfill-mbstring": "~1.1",
|
"symfony/polyfill-php70": "~1.6"
|
},
|
"require-dev": {
|
"symfony/expression-language": "~2.8|~3.0|~4.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.4-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\HttpFoundation\\": ""
|
},
|
"exclude-from-classmap": [
|
"/Tests/"
|
]
|
},
|
"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 HttpFoundation Component",
|
"homepage": "https://symfony.com",
|
"time": "2018-01-03T17:14:19+00:00"
|
},
|
{
|
"name": "symfony/http-kernel",
|
"version": "v3.4.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/http-kernel.git",
|
"reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e",
|
"reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.5.9|>=7.0.8",
|
"psr/log": "~1.0",
|
"symfony/debug": "~2.8|~3.0|~4.0",
|
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
"symfony/http-foundation": "^3.3.11|~4.0"
|
},
|
"conflict": {
|
"symfony/config": "<2.8",
|
"symfony/dependency-injection": "<3.4",
|
"symfony/var-dumper": "<3.3",
|
"twig/twig": "<1.34|<2.4,>=2"
|
},
|
"provide": {
|
"psr/log-implementation": "1.0"
|
},
|
"require-dev": {
|
"psr/cache": "~1.0",
|
"symfony/browser-kit": "~2.8|~3.0|~4.0",
|
"symfony/class-loader": "~2.8|~3.0",
|
"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|~4.0",
|
"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"
|
},
|
"suggest": {
|
"symfony/browser-kit": "",
|
"symfony/config": "",
|
"symfony/console": "",
|
"symfony/dependency-injection": "",
|
"symfony/finder": "",
|
"symfony/var-dumper": ""
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.4-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\HttpKernel\\": ""
|
},
|
"exclude-from-classmap": [
|
"/Tests/"
|
]
|
},
|
"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 HttpKernel Component",
|
"homepage": "https://symfony.com",
|
"time": "2018-01-05T08:33:00+00:00"
|
},
|
{
|
"name": "symfony/polyfill-mbstring",
|
"version": "v1.6.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.3.3"
|
},
|
"suggest": {
|
"ext-mbstring": "For best performance"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.6-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
},
|
"files": [
|
"bootstrap.php"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Nicolas Grekas",
|
"email": "p@tchwork.com"
|
},
|
{
|
"name": "Symfony Community",
|
"homepage": "https://symfony.com/contributors"
|
}
|
],
|
"description": "Symfony polyfill for the Mbstring extension",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"compatibility",
|
"mbstring",
|
"polyfill",
|
"portable",
|
"shim"
|
],
|
"time": "2017-10-11T12:05:26+00:00"
|
},
|
{
|
"name": "symfony/polyfill-php70",
|
"version": "v1.6.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
"reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
|
"reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
|
"shasum": ""
|
},
|
"require": {
|
"paragonie/random_compat": "~1.0|~2.0",
|
"php": ">=5.3.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.6-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Php70\\": ""
|
},
|
"files": [
|
"bootstrap.php"
|
],
|
"classmap": [
|
"Resources/stubs"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Nicolas Grekas",
|
"email": "p@tchwork.com"
|
},
|
{
|
"name": "Symfony Community",
|
"homepage": "https://symfony.com/contributors"
|
}
|
],
|
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"compatibility",
|
"polyfill",
|
"portable",
|
"shim"
|
],
|
"time": "2017-10-11T12:05:26+00:00"
|
},
|
{
|
"name": "symfony/routing",
|
"version": "v3.4.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/routing.git",
|
"reference": "e2b6d6fe7b090c7af720b75c7722c6dfa7a52658"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/routing/zipball/e2b6d6fe7b090c7af720b75c7722c6dfa7a52658",
|
"reference": "e2b6d6fe7b090c7af720b75c7722c6dfa7a52658",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.5.9|>=7.0.8"
|
},
|
"conflict": {
|
"symfony/config": "<2.8",
|
"symfony/dependency-injection": "<3.3",
|
"symfony/yaml": "<3.4"
|
},
|
"require-dev": {
|
"doctrine/annotations": "~1.0",
|
"doctrine/common": "~2.2",
|
"psr/log": "~1.0",
|
"symfony/config": "~2.8|~3.0|~4.0",
|
"symfony/dependency-injection": "~3.3|~4.0",
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
"symfony/http-foundation": "~2.8|~3.0|~4.0",
|
"symfony/yaml": "~3.4|~4.0"
|
},
|
"suggest": {
|
"doctrine/annotations": "For using the annotation loader",
|
"symfony/config": "For using the all-in-one router or any loader",
|
"symfony/dependency-injection": "For loading routes from a service",
|
"symfony/expression-language": "For using expression matching",
|
"symfony/http-foundation": "For using a Symfony Request object",
|
"symfony/yaml": "For using the YAML loader"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.4-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\Routing\\": ""
|
},
|
"exclude-from-classmap": [
|
"/Tests/"
|
]
|
},
|
"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 Routing Component",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"router",
|
"routing",
|
"uri",
|
"url"
|
],
|
"time": "2018-01-04T15:09:34+00:00"
|
}
|
],
|
"packages-dev": [],
|
"aliases": [],
|
"minimum-stability": "stable",
|
"stability-flags": [],
|
"prefer-stable": false,
|
"prefer-lowest": false,
|
"platform": [],
|
"platform-dev": []
|
}
|