Skip to content
Snippets Groups Projects
composer.lock 91.5 KiB
Newer Older
  • Learn to ignore specific revisions
  •                 "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
                    }
                ],
                "description": "Wrapper around PHP's tokenizer extension.",
    
                "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
    
                    "url": "https://github.com/sebastianbergmann/phpunit.git",
    
                    "reference": "e90575c2bb86290d57a262862dab1da125431576"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e90575c2bb86290d57a262862dab1da125431576",
                    "reference": "e90575c2bb86290d57a262862dab1da125431576",
    
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
    
                    "ext-pcre": "*",
                    "ext-reflection": "*",
                    "ext-spl": "*",
                    "php": ">=5.3.3",
    
                    "phpunit/php-text-template": "~1.2",
                    "phpunit/php-timer": "~1.0.2",
    
                    "sebastian/comparator": "~1.0",
                    "sebastian/diff": "~1.1",
    
                    "sebastian/version": "~1.0",
                    "symfony/yaml": "~2.0"
    
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "The PHP Unit Testing framework.",
    
            },
            {
                "name": "phpunit/phpunit-mock-objects",
    
                    "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
    
                    "reference": "c63d2367247365f688544f0d500af90a11a44c65"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
                    "reference": "c63d2367247365f688544f0d500af90a11a44c65",
    
                    "doctrine/instantiator": "~1.0,>=1.0.1",
    
                    "phpunit/php-text-template": "~1.2"
                },
                "require-dev": {
    
                },
                "suggest": {
                    "ext-soap": "*"
                },
                "type": "library",
    
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "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": "react/promise",
                "version": "v2.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/reactphp/promise.git",
                    "reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/reactphp/promise/zipball/937b04f1b0ee8f6d180e75a0830aac778ca4bcd6",
                    "reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "React\\Promise\\": "src/"
                    },
                    "files": [
                        "src/functions.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jan Sorgalla",
                        "email": "jsorgalla@googlemail.com"
                    }
                ],
                "description": "A lightweight implementation of CommonJS Promises/A for PHP",
                "time": "2014-10-15 20:05:57"
            },
    
            {
                "name": "sdboyer/gliph",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sdboyer/gliph.git",
    
                    "reference": "db9e4b77622f91e2d338cc45f83c2cd0e3cf0e1e"
    
                    "url": "https://api.github.com/repos/sdboyer/gliph/zipball/db9e4b77622f91e2d338cc45f83c2cd0e3cf0e1e",
                    "reference": "db9e4b77622f91e2d338cc45f83c2cd0e3cf0e1e",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3"
                },
    
                "require-dev": {
                    "phpunit/phpunit": "3.7.*",
                    "satooshi/php-coveralls": "0.6.*"
                },
    
                "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"
                ],
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
    
                    "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
                    "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
    
                    "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": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
    
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "description": "Provides the functionality to compare PHP values for equality",
                "homepage": "http://www.github.com/sebastianbergmann/comparator",
                "keywords": [
                    "comparator",
                    "compare",
                    "equality"
                ],
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/diff.git",
    
                    "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
                    "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
    
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "description": "Diff implementation",
                "homepage": "http://www.github.com/sebastianbergmann/diff",
                "keywords": [
                    "diff"
                ],
    
                "version": "1.2.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/environment.git",
    
                    "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0d9bf79554d2a999da194a60416c15cf461eb67d",
                    "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d",
    
                        "dev-master": "1.2.x-dev"
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
                    }
                ],
                "description": "Provides functionality to handle HHVM/PHP environments",
                "homepage": "http://www.github.com/sebastianbergmann/environment",
                "keywords": [
                    "Xdebug",
                    "environment",
                    "hhvm"
                ],
    
                "time": "2014-10-22 06:38:05"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/exporter.git",
    
                    "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
                    "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
    
                },
                "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": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
    
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
    
                    }
                ],
                "description": "Provides the functionality to export PHP variables for visualization",
                "homepage": "http://www.github.com/sebastianbergmann/exporter",
                "keywords": [
                    "export",
                    "exporter"
                ],
    
            {
                "name": "sebastian/global-state",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/global-state.git",
                    "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
                    "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.2"
                },
                "suggest": {
                    "ext-uopz": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Snapshotting of global state",
                "homepage": "http://www.github.com/sebastianbergmann/global-state",
                "keywords": [
                    "global state"
                ],
                "time": "2014-10-06 09:23:50"
            },
    
            {
                "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": "stack/builder",
                "version": "v1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/stackphp/builder.git",
                    "reference": "b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/stackphp/builder/zipball/b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7",
                    "reference": "b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0",
                    "symfony/http-foundation": "~2.1",
                    "symfony/http-kernel": "~2.1"
                },
                "require-dev": {
                    "silex/silex": "~1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Stack": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Igor Wiedler",
                        "email": "igor@wiedler.ch",
                        "homepage": "http://wiedler.ch/igor/"
                    }
                ],
                "description": "Builder for stack middlewares based on HttpKernelInterface.",
                "keywords": [
                    "stack"
                ],
                "time": "2014-01-28 19:42:24"
            },
    
            {
                "name": "symfony-cmf/routing",
    
                    "url": "https://github.com/symfony-cmf/Routing.git",
    
                    "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6"
    
                    "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6",
                    "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6",
    
                    "psr/log": "~1.0",
                    "symfony/http-kernel": "~2.2",
                    "symfony/routing": "~2.2"
                },
                "require-dev": {
                    "symfony/config": "~2.2",
    
                    "symfony/dependency-injection": "~2.0@stable",
    
                    "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    "psr-4": {
                        "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": "deac802f76910708ab50d039806cfd1866895b52"
    
                    "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/deac802f76910708ab50d039806cfd1866895b52",
                    "reference": "deac802f76910708ab50d039806cfd1866895b52",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                    "symfony/finder": "~2.0,>=2.0.5"
    
                        "dev-master": "2.6-dev"
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony Community",
    
                        "homepage": "http://symfony.com/contributors"
    
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
                    }
                ],
                "description": "Symfony ClassLoader Component",
    
                "homepage": "http://symfony.com",
    
                "time": "2015-01-05 14:28:40"
    
                "target-dir": "Symfony/Component/CssSelector",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/CssSelector.git",
    
                    "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584"
    
                    "url": "https://api.github.com/repos/symfony/CssSelector/zipball/3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
                    "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.6-dev"
    
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Symfony\\Component\\CssSelector\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony Community",
                        "homepage": "http://symfony.com/contributors"
                    },
                    {
                        "name": "Jean-François Simon",
                        "email": "jeanfrancois.simon@sensiolabs.com"
    
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
                    }
                ],
                "description": "Symfony CssSelector Component",
                "homepage": "http://symfony.com",
    
                "time": "2015-01-03 08:01:59"
    
                "target-dir": "Symfony/Component/Debug",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/Debug.git",
    
                    "reference": "150c80059c3ccf68f96a4fceb513eb6b41f23300"
    
                    "url": "https://api.github.com/repos/symfony/Debug/zipball/150c80059c3ccf68f96a4fceb513eb6b41f23300",
                    "reference": "150c80059c3ccf68f96a4fceb513eb6b41f23300",
    
                    "php": ">=5.3.3",
                    "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"
                },
    
                    "symfony/class-loader": "~2.2",
    
                    "symfony/http-foundation": "~2.1",
    
                    "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
    
                },
                "suggest": {
                    "symfony/http-foundation": "",
                    "symfony/http-kernel": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.6-dev"
    
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Symfony\\Component\\Debug\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony Community",
                        "homepage": "http://symfony.com/contributors"
    
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
                    }
                ],
                "description": "Symfony Debug Component",
                "homepage": "http://symfony.com",
    
                "time": "2015-01-21 20:57:55"
    
                "name": "symfony/dependency-injection",
    
                "target-dir": "Symfony/Component/DependencyInjection",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/DependencyInjection.git",
    
                    "reference": "42bbb43fab66292a1865dc9616c299904c3d4d14"
    
                    "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/42bbb43fab66292a1865dc9616c299904c3d4d14",
                    "reference": "42bbb43fab66292a1865dc9616c299904c3d4d14",
    
                "conflict": {
                    "symfony/expression-language": "<2.6"
                },
    
                    "symfony/expression-language": "~2.6",
                    "symfony/yaml": "~2.1"
    
                    "symfony/config": "",
                    "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                    "symfony/yaml": ""
    
                        "dev-master": "2.6-dev"
    
                        "Symfony\\Component\\DependencyInjection\\": ""
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony Community",
    
                        "homepage": "http://symfony.com/contributors"
    
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
                    }
                ],
                "description": "Symfony DependencyInjection Component",
    
                "homepage": "http://symfony.com",
    
                "time": "2015-01-25 04:39:26"
    
                "target-dir": "Symfony/Component/EventDispatcher",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/EventDispatcher.git",
    
                    "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813"
    
                    "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f75989f3ab2743a82fe0b03ded2598a2b1546813",
                    "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                    "symfony/config": "~2.0,>=2.0.5",
    
                    "symfony/dependency-injection": "~2.6",
                    "symfony/expression-language": "~2.6",
    
                    "symfony/stopwatch": "~2.3"
    
                    "symfony/dependency-injection": "",
                    "symfony/http-kernel": ""
    
                        "dev-master": "2.6-dev"
    
                        "Symfony\\Component\\EventDispatcher\\": ""
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony Community",
    
                        "homepage": "http://symfony.com/contributors"
    
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
                    }
                ],
                "description": "Symfony EventDispatcher Component",
    
                "homepage": "http://symfony.com",
    
                "time": "2015-02-01 16:10:57"
    
                "target-dir": "Symfony/Component/HttpFoundation",
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/HttpFoundation.git",
    
                    "reference": "8fa63d614d56ccfe033e30411d90913cfc483ff6"
    
                    "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8fa63d614d56ccfe033e30411d90913cfc483ff6",
                    "reference": "8fa63d614d56ccfe033e30411d90913cfc483ff6",
    
                "require-dev": {
                    "symfony/expression-language": "~2.4"
                },
    
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.6-dev"