|
@@ -0,0 +1,551 @@
|
|
|
|
+{
|
|
|
|
+ "_readme": [
|
|
|
|
+ "This file locks the dependencies of your project to a known state",
|
|
|
|
+ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
|
|
|
+ ],
|
|
|
|
+ "hash": "31c7269ca07414d4021c786f508bf4fb",
|
|
|
|
+ "packages": [
|
|
|
|
+ {
|
|
|
|
+ "name": "igorw/config-service-provider",
|
|
|
|
+ "version": "v1.2.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/igorw/ConfigServiceProvider.git",
|
|
|
|
+ "reference": "8e8f60b3ec86d63733db3bd6371117a758027ec6"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/igorw/ConfigServiceProvider/zipball/8e8f60b3ec86d63733db3bd6371117a758027ec6",
|
|
|
|
+ "reference": "8e8f60b3ec86d63733db3bd6371117a758027ec6",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "silex/silex": "~1.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "jamesmoss/toml": "~0.1",
|
|
|
|
+ "symfony/yaml": "~2.1"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "jamesmoss/toml": "~0.1",
|
|
|
|
+ "symfony/yaml": "~2.1"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.2-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Igorw\\Silex": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Igor Wiedler",
|
|
|
|
+ "email": "igor@wiedler.ch",
|
|
|
|
+ "homepage": "http://wiedler.ch/igor/"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Contributors",
|
|
|
|
+ "homepage": "https://github.com/igorw/ConfigServiceProvider/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A config ServiceProvider for Silex with support for php, json and yaml.",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "silex"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2013-05-31 14:23:34"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "pimple/pimple",
|
|
|
|
+ "version": "1.1.x-dev",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/fabpot/Pimple.git",
|
|
|
|
+ "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/fabpot/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
|
|
|
|
+ "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Pimple": "lib/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
|
|
|
|
+ "homepage": "http://pimple.sensiolabs.org",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "container",
|
|
|
|
+ "dependency injection"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2013-11-22 08:30:29"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "psr/log",
|
|
|
|
+ "version": "dev-master",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
|
+ "reference": "5144da9525d24346bf009ff28f10cbaa1f0f166e"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/5144da9525d24346bf009ff28f10cbaa1f0f166e",
|
|
|
|
+ "reference": "5144da9525d24346bf009ff28f10cbaa1f0f166e",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "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",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "log",
|
|
|
|
+ "psr",
|
|
|
|
+ "psr-3"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2013-12-05 15:25:07"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "silex/silex",
|
|
|
|
+ "version": "dev-master",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/silexphp/Silex.git",
|
|
|
|
+ "reference": "8c157d158348216ea4c2c520cbc00b245c770e0a"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/silexphp/Silex/zipball/8c157d158348216ea4c2c520cbc00b245c770e0a",
|
|
|
|
+ "reference": "8c157d158348216ea4c2c520cbc00b245c770e0a",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3",
|
|
|
|
+ "pimple/pimple": "~1.0",
|
|
|
|
+ "symfony/event-dispatcher": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/http-foundation": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/http-kernel": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/routing": ">=2.3,<2.5-dev"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
|
|
|
|
+ "monolog/monolog": "~1.4,>=1.4.1",
|
|
|
|
+ "phpunit/phpunit": "~3.7",
|
|
|
|
+ "swiftmailer/swiftmailer": "5.*",
|
|
|
|
+ "symfony/browser-kit": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/config": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/css-selector": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/debug": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/dom-crawler": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/finder": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/form": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/locale": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/monolog-bridge": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/options-resolver": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/process": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/security": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/serializer": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/translation": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/twig-bridge": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/validator": ">=2.3,<2.5-dev",
|
|
|
|
+ "twig/twig": ">=1.8.0,<2.0-dev"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "symfony/browser-kit": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/css-selector": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/dom-crawler": ">=2.3,<2.5-dev",
|
|
|
|
+ "symfony/form": ">=2.3,<2.5-dev"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Silex": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Igor Wiedler",
|
|
|
|
+ "email": "igor@wiedler.ch",
|
|
|
|
+ "homepage": "http://wiedler.ch/igor/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "The PHP micro-framework based on the Symfony2 Components",
|
|
|
|
+ "homepage": "http://silex.sensiolabs.org",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "microframework"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2013-12-06 10:11:42"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/debug",
|
|
|
|
+ "version": "dev-master",
|
|
|
|
+ "target-dir": "Symfony/Component/Debug",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/Debug.git",
|
|
|
|
+ "reference": "a1dd7dc6d7862dc1593e528fa870e44a31015d5f"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/Debug/zipball/a1dd7dc6d7862dc1593e528fa870e44a31015d5f",
|
|
|
|
+ "reference": "a1dd7dc6d7862dc1593e528fa870e44a31015d5f",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "symfony/http-foundation": "~2.1",
|
|
|
|
+ "symfony/http-kernel": "~2.1"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "symfony/http-foundation": "",
|
|
|
|
+ "symfony/http-kernel": ""
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.5-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Symfony\\Component\\Debug\\": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony Debug Component",
|
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
|
+ "time": "2013-12-16 10:52:16"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/event-dispatcher",
|
|
|
|
+ "version": "2.4.x-dev",
|
|
|
|
+ "target-dir": "Symfony/Component/EventDispatcher",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/EventDispatcher.git",
|
|
|
|
+ "reference": "acd1707236f6eb96fbb8d58f63d289b72ebc2f6e"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/acd1707236f6eb96fbb8d58f63d289b72ebc2f6e",
|
|
|
|
+ "reference": "acd1707236f6eb96fbb8d58f63d289b72ebc2f6e",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "symfony/dependency-injection": "~2.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "symfony/dependency-injection": "",
|
|
|
|
+ "symfony/http-kernel": ""
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.4-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Symfony\\Component\\EventDispatcher\\": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony EventDispatcher Component",
|
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
|
+ "time": "2013-12-03 14:52:22"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/http-foundation",
|
|
|
|
+ "version": "2.4.x-dev",
|
|
|
|
+ "target-dir": "Symfony/Component/HttpFoundation",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/HttpFoundation.git",
|
|
|
|
+ "reference": "381245ba3e507a3e9c5b4c2cbf344a312fb6081d"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/381245ba3e507a3e9c5b4c2cbf344a312fb6081d",
|
|
|
|
+ "reference": "381245ba3e507a3e9c5b4c2cbf344a312fb6081d",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.4-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Symfony\\Component\\HttpFoundation\\": ""
|
|
|
|
+ },
|
|
|
|
+ "classmap": [
|
|
|
|
+ "Symfony/Component/HttpFoundation/Resources/stubs"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony HttpFoundation Component",
|
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
|
+ "time": "2013-11-28 10:27:26"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/http-kernel",
|
|
|
|
+ "version": "2.4.x-dev",
|
|
|
|
+ "target-dir": "Symfony/Component/HttpKernel",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/HttpKernel.git",
|
|
|
|
+ "reference": "59472b6815cd11ea7e467e6e34700a1fba5d79d5"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/59472b6815cd11ea7e467e6e34700a1fba5d79d5",
|
|
|
|
+ "reference": "59472b6815cd11ea7e467e6e34700a1fba5d79d5",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3",
|
|
|
|
+ "psr/log": "~1.0",
|
|
|
|
+ "symfony/debug": "~2.3",
|
|
|
|
+ "symfony/event-dispatcher": "~2.1",
|
|
|
|
+ "symfony/http-foundation": "~2.4"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "symfony/browser-kit": "~2.2",
|
|
|
|
+ "symfony/class-loader": "~2.1",
|
|
|
|
+ "symfony/config": "~2.0",
|
|
|
|
+ "symfony/console": "~2.2",
|
|
|
|
+ "symfony/dependency-injection": "~2.0",
|
|
|
|
+ "symfony/finder": "~2.0",
|
|
|
|
+ "symfony/process": "~2.0",
|
|
|
|
+ "symfony/routing": "~2.2",
|
|
|
|
+ "symfony/stopwatch": "~2.2",
|
|
|
|
+ "symfony/templating": "~2.2"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "symfony/browser-kit": "",
|
|
|
|
+ "symfony/class-loader": "",
|
|
|
|
+ "symfony/config": "",
|
|
|
|
+ "symfony/console": "",
|
|
|
|
+ "symfony/dependency-injection": "",
|
|
|
|
+ "symfony/finder": ""
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.4-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Symfony\\Component\\HttpKernel\\": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony HttpKernel Component",
|
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
|
+ "time": "2013-12-12 16:06:47"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/routing",
|
|
|
|
+ "version": "2.4.x-dev",
|
|
|
|
+ "target-dir": "Symfony/Component/Routing",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/Routing.git",
|
|
|
|
+ "reference": "a7a665e2a0e3a203ca9a690c021066e76295bf6a"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/Routing/zipball/a7a665e2a0e3a203ca9a690c021066e76295bf6a",
|
|
|
|
+ "reference": "a7a665e2a0e3a203ca9a690c021066e76295bf6a",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/annotations": "~1.0",
|
|
|
|
+ "psr/log": "~1.0",
|
|
|
|
+ "symfony/config": "~2.2",
|
|
|
|
+ "symfony/expression-language": "~2.4",
|
|
|
|
+ "symfony/yaml": "~2.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "doctrine/annotations": "For using the annotation loader",
|
|
|
|
+ "symfony/config": "For using the all-in-one router or any loader",
|
|
|
|
+ "symfony/expression-language": "For using expression matching",
|
|
|
|
+ "symfony/yaml": "For using the YAML loader"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.4-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "Symfony\\Component\\Routing\\": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony Routing Component",
|
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "router",
|
|
|
|
+ "routing",
|
|
|
|
+ "uri",
|
|
|
|
+ "url"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2013-11-22 17:42:00"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "packages-dev": [
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ "aliases": [
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ "minimum-stability": "dev",
|
|
|
|
+ "stability-flags": [
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ "platform": [
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ "platform-dev": [
|
|
|
|
+
|
|
|
|
+ ]
|
|
|
|
+}
|