Skip to content
Snippets Groups Projects
composer.lock 82.2 KiB
Newer Older
  • Learn to ignore specific revisions
  •                 ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "include-path": [
                    ""
                ],
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sb@sebastian-bergmann.de",
                        "role": "lead"
                    }
                ],
                "description": "Mock Object library for PHPUnit",
                "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
                "keywords": [
                    "mock",
                    "xunit"
    
            {
                "name": "psr/log",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log",
                    "reference": "1.0.0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
                    "reference": "1.0.0",
                    "shasum": ""
                },
                "type": "library",
                "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": "2012-12-21 11:40:51"
    
            {
                "name": "sdboyer/gliph",
                "version": "0.1.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sdboyer/gliph.git",
                    "reference": "aad932ef7d808105341cc9a36538e9fe2cb5ee82"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sdboyer/gliph/zipball/aad932ef7d808105341cc9a36538e9fe2cb5ee82",
                    "reference": "aad932ef7d808105341cc9a36538e9fe2cb5ee82",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Gliph": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Sam Boyer",
                        "email": "tech@samboyer.org"
                    }
                ],
                "description": "A graph library for PHP.",
                "homepage": "http://github.com/sdboyer/gliph",
                "keywords": [
                    "gliph",
                    "graph",
                    "library",
                    "php",
                    "spl"
                ],
                "time": "2013-09-27 01:15:21"
            },
    
            {
                "name": "sebastian/comparator",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
                    "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
                    "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3",
                    "sebastian/diff": "~1.1",
                    "sebastian/exporter": "~1.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    }
                ],
                "description": "Provides the functionality to compare PHP values for equality",
                "homepage": "http://www.github.com/sebastianbergmann/comparator",
                "keywords": [
                    "comparator",
                    "compare",
                    "equality"
                ],
                "time": "2014-05-02 07:05:58"
            },
            {
                "name": "sebastian/diff",
                "version": "1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/diff.git",
                    "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
                    "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    },
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
                    }
                ],
                "description": "Diff implementation",
                "homepage": "http://www.github.com/sebastianbergmann/diff",
                "keywords": [
                    "diff"
                ],
                "time": "2013-08-03 16:46:33"
            },
            {
                "name": "sebastian/environment",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/environment.git",
                    "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a",
                    "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.0.*@dev"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Provides functionality to handle HHVM/PHP environments",
                "homepage": "http://www.github.com/sebastianbergmann/environment",
                "keywords": [
                    "Xdebug",
                    "environment",
                    "hhvm"
                ],
                "time": "2014-02-18 16:17:19"
            },
            {
                "name": "sebastian/exporter",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/exporter.git",
                    "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
                    "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.0.*@dev"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net",
                        "role": "Lead"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    }
                ],
                "description": "Provides the functionality to export PHP variables for visualization",
                "homepage": "http://www.github.com/sebastianbergmann/exporter",
                "keywords": [
                    "export",
                    "exporter"
                ],
                "time": "2014-02-16 08:26:31"
            },
            {
                "name": "sebastian/version",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/version.git",
                    "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
                    "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
                    "shasum": ""
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that helps with managing the version number of Git-hosted PHP projects",
                "homepage": "https://github.com/sebastianbergmann/version",
                "time": "2014-03-07 15:35:33"
            },
    
            {
                "name": "symfony-cmf/routing",
    
                "target-dir": "Symfony/Cmf/Component/Routing",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony-cmf/Routing.git",
    
                    "reference": "9f8607950cbf888ec678713a35f3d0088857c85f"
    
                    "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/9f8607950cbf888ec678713a35f3d0088857c85f",
                    "reference": "9f8607950cbf888ec678713a35f3d0088857c85f",
    
                    "psr/log": "~1.0",
                    "symfony/http-kernel": "~2.2",
                    "symfony/routing": "~2.2"
                },
                "require-dev": {
                    "symfony/config": "~2.2",
                    "symfony/dependency-injection": "~2.0",
                    "symfony/event-dispatcher": "~2.1"
    
                    "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Symfony\\Cmf\\Component\\Routing": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony CMF Community",
                        "homepage": "https://github.com/symfony-cmf/Routing/contributors"
                    }
                ],
                "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
                "homepage": "http://cmf.symfony.com",
                "keywords": [
                    "database",
                    "routing"
    
                "target-dir": "Symfony/Component/ClassLoader",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/ClassLoader.git",
    
                    "reference": "6a2ebedbc780130f07b3a15363743d08eb46820c"
    
                    "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/6a2ebedbc780130f07b3a15363743d08eb46820c",
                    "reference": "6a2ebedbc780130f07b3a15363743d08eb46820c",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
    
                        "homepage": "http://symfony.com/contributors"
    
                    }
                ],
                "description": "Symfony ClassLoader Component",
    
                "homepage": "http://symfony.com",
    
            {
                "name": "symfony/css-selector",
                "version": "v2.4.4",
                "target-dir": "Symfony/Component/CssSelector",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/CssSelector.git",
                    "reference": "479a5b409723f596ffc3b5178034e4d76ce615b3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/CssSelector/zipball/479a5b409723f596ffc3b5178034e4d76ce615b3",
                    "reference": "479a5b409723f596ffc3b5178034e4d76ce615b3",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.4-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Symfony\\Component\\CssSelector\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com",
                        "homepage": "http://fabien.potencier.org",
                        "role": "Lead Developer"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "http://symfony.com/contributors"
                    },
                    {
                        "name": "Jean-François Simon",
                        "email": "jeanfrancois.simon@sensiolabs.com"
                    }
                ],
                "description": "Symfony CssSelector Component",
                "homepage": "http://symfony.com",
                "time": "2014-04-18 20:37:09"
            },
    
                "target-dir": "Symfony/Component/Debug",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/Debug.git",
    
                    "reference": "729f6d19cfc401c4942e43fcc1059103bd6df130"
    
                    "url": "https://api.github.com/repos/symfony/Debug/zipball/729f6d19cfc401c4942e43fcc1059103bd6df130",
                    "reference": "729f6d19cfc401c4942e43fcc1059103bd6df130",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                    "symfony/http-foundation": "~2.1",
                    "symfony/http-kernel": "~2.1"
    
                },
                "suggest": {
                    "symfony/class-loader": "",
                    "symfony/http-foundation": "",
                    "symfony/http-kernel": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.3-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",
    
                "name": "symfony/dependency-injection",
    
                "target-dir": "Symfony/Component/DependencyInjection",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/DependencyInjection.git",
    
                    "reference": "7e5bde3a607dde1f8ddef5180759068ad53d259c"
    
                    "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/7e5bde3a607dde1f8ddef5180759068ad53d259c",
                    "reference": "7e5bde3a607dde1f8ddef5180759068ad53d259c",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                    "symfony/expression-language": "~2.4",
    
                    "symfony/config": "",
                    "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                    "symfony/yaml": ""
    
                        "Symfony\\Component\\DependencyInjection\\": ""
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
    
                        "homepage": "http://symfony.com/contributors"
    
                    }
                ],
                "description": "Symfony DependencyInjection Component",
    
                "homepage": "http://symfony.com",
    
                "target-dir": "Symfony/Component/EventDispatcher",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/EventDispatcher.git",
    
                    "reference": "e3ba42f6a70554ed05749e61b829550f6ac33601"
    
                    "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e3ba42f6a70554ed05749e61b829550f6ac33601",
                    "reference": "e3ba42f6a70554ed05749e61b829550f6ac33601",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                    "symfony/dependency-injection": "~2.0"
    
                    "symfony/dependency-injection": "",
                    "symfony/http-kernel": ""
    
                        "Symfony\\Component\\EventDispatcher\\": ""
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
    
                        "homepage": "http://symfony.com/contributors"
    
                    }
                ],
                "description": "Symfony EventDispatcher Component",
    
                "homepage": "http://symfony.com",
    
                "target-dir": "Symfony/Component/HttpFoundation",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/HttpFoundation.git",
    
                    "reference": "6c6b8a7bcd7e2cc920cd6acace563fdbf121d844"
    
                    "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/6c6b8a7bcd7e2cc920cd6acace563fdbf121d844",
                    "reference": "6c6b8a7bcd7e2cc920cd6acace563fdbf121d844",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "Symfony\\Component\\HttpFoundation\\": ""
                    },
                    "classmap": [
                        "Symfony/Component/HttpFoundation/Resources/stubs"
                    ]
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
    
                        "homepage": "http://symfony.com/contributors"
    
                    }
                ],
                "description": "Symfony HttpFoundation Component",
    
                "homepage": "http://symfony.com",
    
                "target-dir": "Symfony/Component/HttpKernel",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/HttpKernel.git",
    
                    "reference": "0605eedeb52c4d3a3144128d8336395a57be60d4"
    
                    "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/0605eedeb52c4d3a3144128d8336395a57be60d4",
                    "reference": "0605eedeb52c4d3a3144128d8336395a57be60d4",
    
                    "psr/log": "~1.0",
                    "symfony/debug": "~2.3",
                    "symfony/event-dispatcher": "~2.1",
    
                    "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"
    
                    "symfony/browser-kit": "",
                    "symfony/class-loader": "",
                    "symfony/config": "",
                    "symfony/console": "",
                    "symfony/dependency-injection": "",
                    "symfony/finder": ""
    
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
    
                        "homepage": "http://symfony.com/contributors"
    
                    }
                ],
                "description": "Symfony HttpKernel Component",
    
                "homepage": "http://symfony.com",
    
                "target-dir": "Symfony/Component/Process",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/Process.git",
    
                    "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b"
    
                    "url": "https://api.github.com/repos/symfony/Process/zipball/1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
                    "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
    
                        "Symfony\\Component\\Process\\": ""
    
                "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 Process Component",
    
                "homepage": "http://symfony.com",
    
            {
                "name": "symfony/property-access",
                "version": "v2.4.1",
                "target-dir": "Symfony/Component/PropertyAccess",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/PropertyAccess.git",
                    "reference": "274951234150e303c83099a2429be6be35629fe9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/274951234150e303c83099a2429be6be35629fe9",
                    "reference": "274951234150e303c83099a2429be6be35629fe9",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.4-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Symfony\\Component\\PropertyAccess\\": ""
                    }
                },
                "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 PropertyAccess Component",
                "homepage": "http://symfony.com",
                "keywords": [
                    "access",
                    "array",
                    "extraction",
                    "index",
                    "injection",
                    "object",
                    "property",
                    "property path",
                    "reflection"
                ],
                "time": "2013-11-13 21:30:16"
            },
    
                "target-dir": "Symfony/Component/Routing",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/Routing.git",
    
                    "reference": "4abfb500aab8be458c9e3a227ea56b190584f78a"
    
                    "url": "https://api.github.com/repos/symfony/Routing/zipball/4abfb500aab8be458c9e3a227ea56b190584f78a",
                    "reference": "4abfb500aab8be458c9e3a227ea56b190584f78a",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                    "psr/log": "~1.0",
                    "symfony/config": "~2.2",
    
                    "symfony/expression-language": "~2.4",
    
                    "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"
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
    
                        "homepage": "http://symfony.com/contributors"
    
                    }
                ],
                "description": "Symfony Routing Component",
    
                "homepage": "http://symfony.com",
    
                "keywords": [
                    "router",
                    "routing",
                    "uri",
                    "url"
                ],
                "time": "2014-01-05 02:10:50"