Skip to content
Extraits de code Groupes Projets
composer.lock 62,1 ko
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
mattab's avatar
mattab a validé
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    "hash": "92499fc432a629fefcd5c1b912e44d9c",
        {
            "name": "container-interop/container-interop",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
                "reference": "b4274c871bfd1ae8d8e527ba11734f4df1573e48"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/b4274c871bfd1ae8d8e527ba11734f4df1573e48",
                "reference": "b4274c871bfd1ae8d8e527ba11734f4df1573e48",
                "shasum": ""
            },
            "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.)",
            "time": "2014-03-16 14:50:05"
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633",
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Annotations\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2014-09-25 16:45:30"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2014-09-17 14:24:04"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2013-01-12 18:59:04"
        },
        {
            "name": "leafo/lessphp",
Fabian Becker's avatar
Fabian Becker a validé
            "version": "v0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/leafo/lessphp.git",
Fabian Becker's avatar
Fabian Becker a validé
                "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
            },
            "dist": {
                "type": "zip",
Fabian Becker's avatar
Fabian Becker a validé
                "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
                "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
                "shasum": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Leaf Corcoran",
                    "email": "leafot@gmail.com",
                    "homepage": "http://leafo.net"
                }
            ],
            "description": "lessphp is a compiler for LESS written in PHP.",
            "homepage": "http://leafo.net/lessphp/",
Fabian Becker's avatar
Fabian Becker a validé
            "time": "2013-08-09 17:09:19"
        {
            "name": "mnapoli/php-di",
            "version": "5.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/mnapoli/PHP-DI.git",
Matthieu Napoli's avatar
Matthieu Napoli a validé
                "reference": "dad96f16334492ff387a4f8bc48c5f9f0e01e4a7"
            },
            "dist": {
                "type": "zip",
Matthieu Napoli's avatar
Matthieu Napoli a validé
                "url": "https://api.github.com/repos/mnapoli/PHP-DI/zipball/dad96f16334492ff387a4f8bc48c5f9f0e01e4a7",
                "reference": "dad96f16334492ff387a4f8bc48c5f9f0e01e4a7",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "~1.0",
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "mnapoli/phpdocreader": "~1.3",
                "myclabs/php-enum": "1.*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "ocramius/proxy-manager": "~0.3",
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "ocramius/proxy-manager": "Install it if you want to use lazy injection"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "DI\\": "src/",
                    "IntegrationTests\\": "tests/",
                    "UnitTests\\": "tests/"
                },
                "files": [
                    "src/DI/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHP-DI is a Container that makes Dependency Injection as practical as possible in PHP",
            "homepage": "http://mnapoli.github.com/PHP-DI/",
            "keywords": [
                "container",
                "dependency injection",
                "di"
            ],
Matthieu Napoli's avatar
Matthieu Napoli a validé
            "time": "2014-11-10 01:38:05"
        },
        {
            "name": "mnapoli/phpdocreader",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mnapoli/PhpDocReader.git",
                "reference": "8a6e123fd1ce54f7fcbd71747b3bf04e465da229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mnapoli/PhpDocReader/zipball/8a6e123fd1ce54f7fcbd71747b3bf04e465da229",
                "reference": "8a6e123fd1ce54f7fcbd71747b3bf04e465da229",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PhpDocReader": "src/",
                    "UnitTest": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "keywords": [
                "phpdoc",
                "reflection"
            ],
            "time": "2014-08-21 08:20:45"
        },
sgiehl's avatar
sgiehl a validé
        {
            "name": "mustangostang/spyc",
            "version": "0.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/mustangostang/spyc.git",
                "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mustangostang/spyc/zipball/dc4785b4d7227fd9905e086d499fb8abfadf9977",
                "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "Spyc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT License"
            ],
            "authors": [
                {
                    "name": "mustangostang",
                    "email": "vlad.andersen@gmail.com"
                }
            ],
            "description": "A simple YAML loader/dumper class for PHP",
            "homepage": "https://github.com/mustangostang/spyc/",
            "keywords": [
                "spyc",
                "yaml",
                "yml"
            ],
            "time": "2013-02-21 10:52:01"
        },
        {
            "name": "myclabs/php-enum",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/php-enum.git",
                "reference": "b52c2f215f5b251693369309ea7f537f9d92ec5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b52c2f215f5b251693369309ea7f537f9d92ec5e",
                "reference": "b52c2f215f5b251693369309ea7f537f9d92ec5e",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "MyCLabs": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHP Enum implementation",
            "homepage": "http://github.com/myclabs/php-enum",
            "keywords": [
                "enum"
            ],
            "time": "2013-11-11 18:29:08"
        },
            "source": {
                "type": "git",
                "url": "https://github.com/piwik/component-decompress.git",
                "reference": "1c7ad9696ac732a12868110b97938fc2f5d267fb"
                "url": "https://api.github.com/repos/piwik/component-decompress/zipball/1c7ad9696ac732a12868110b97938fc2f5d267fb",
                "reference": "1c7ad9696ac732a12868110b97938fc2f5d267fb",
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Piwik\\Decompress\\": "src/"
                },
                "classmap": [
                    "libs/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "time": "2014-10-28 21:14:38"
        {
            "name": "piwik/device-detector",
            "version": "2.6",
            "source": {
                "type": "git",
                "url": "https://github.com/piwik/device-detector.git",
                "reference": "60831e80b45d296e19b07cde198fe8dff7311bec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/piwik/device-detector/zipball/60831e80b45d296e19b07cde198fe8dff7311bec",
                "reference": "60831e80b45d296e19b07cde198fe8dff7311bec",
                "shasum": ""
            },
            "require": {
                "mustangostang/spyc": "*",
                "php": ">=5.3.1"
            },
sgiehl's avatar
sgiehl a validé
            "require-dev": {
                "phpunit/phpunit": "4.0.*"
            },
            "type": "library",
            "autoload": {
sgiehl's avatar
sgiehl a validé
                "psr-4": {
                    "DeviceDetector\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
            ],
            "authors": [
                {
                    "name": "The Piwik Team",
                    "email": "hello@piwik.org",
                    "homepage": "http://piwik.org/the-piwik-team/"
                }
            ],
sgiehl's avatar
sgiehl a validé
            "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
            "homepage": "http://piwik.org",
            "keywords": [
                "devicedetection",
                "parser",
                "useragent"
            ],
            "time": "2014-10-30 13:45:01"
        {
            "name": "piwik/network",
            "version": "0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/piwik/component-network.git",
                "reference": "9037fa29509f86767e02ba58a57d4deb1d01a844"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/piwik/component-network/zipball/9037fa29509f86767e02ba58a57d4deb1d01a844",
                "reference": "9037fa29509f86767e02ba58a57d4deb1d01a844",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Piwik\\Network\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "time": "2014-10-23 03:30:23"
        },
        {
            "name": "symfony/console",
mattab's avatar
mattab a validé
            "version": "v2.5.6",
            "target-dir": "Symfony/Component/Console",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Console.git",
mattab's avatar
mattab a validé
                "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0"
            },
            "dist": {
                "type": "zip",
mattab's avatar
mattab a validé
                "url": "https://api.github.com/repos/symfony/Console/zipball/6f177fca24200a5b97aef5ce7a5c98124a0f0db0",
                "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
mattab's avatar
mattab a validé
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1"
            },
            "suggest": {
mattab's avatar
mattab a validé
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
mattab's avatar
mattab a validé
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Console\\": ""
                }
            },
            "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 Console Component",
            "homepage": "http://symfony.com",
mattab's avatar
mattab a validé
            "time": "2014-10-05 13:57:04"
        },
        {
            "name": "tedivm/jshrink",
            "source": {
                "type": "git",
                "url": "https://github.com/tedious/JShrink.git",
                "reference": "4b48e3d051cf0ab145db9df20d3292d91485bb60"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/4b48e3d051cf0ab145db9df20d3292d91485bb60",
                "reference": "4b48e3d051cf0ab145db9df20d3292d91485bb60",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JShrink": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Robert Hafner",
                    "email": "tedivm@tedivm.com"
                }
            ],
            "description": "Javascript Minifier built in PHP",
            "homepage": "http://github.com/tedivm/JShrink",
            "keywords": [
                "javascript",
                "minifier"
            ],
        },
        {
            "name": "twig/twig",
mattab's avatar
mattab a validé
            "version": "v1.16.2",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/Twig.git",
mattab's avatar
mattab a validé
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
            },
            "dist": {
                "type": "zip",
mattab's avatar
mattab a validé
                "url": "https://api.github.com/repos/fabpot/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.16-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
mattab's avatar
mattab a validé
            "time": "2014-10-17 12:53:44"
        }
    ],
    "packages-dev": [
        {
            "name": "aws/aws-sdk-php",
            "version": "2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "937a39ca3cee98d31a7410a17db24e0496c41494"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/937a39ca3cee98d31a7410a17db24e0496c41494",
                "reference": "937a39ca3cee98d31a7410a17db24e0496c41494",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.7",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/cache": "~1.0",
                "ext-openssl": "*",
                "monolog/monolog": "~1.4",
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "doctrine/cache": "Adds support for caching of credentials and responses",
                "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
                "monolog/monolog": "Adds support for logging HTTP requests and responses",
                "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Aws": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "cloud",
                "dynamodb",
                "ec2",
                "glacier",
                "s3",
                "sdk"
            ],
            "time": "2014-10-16 21:37:55"
        },
diosmosis's avatar
diosmosis a validé
        {
            "name": "doctrine/instantiator",
            "version": "1.0.4",
diosmosis's avatar
diosmosis a validé
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
                "shasum": ""
            },
            "require": {
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "name": "facebook/xhprof",
            "version": "master",
            "source": {
                "type": "git",
                "url": "https://github.com/phacility/xhprof",
                "reference": "master"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "xhprof_lib/utils/xhprof_lib.php",
                    "xhprof_lib/utils/xhprof_runs.php"
                ]
            "description": "XHProf: A Hierarchical Profiler for PHP",
            "homepage": "http://pecl.php.net/package/xhprof",
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "54991459675c1a2924122afbb0e5609ade581155"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/54991459675c1a2924122afbb0e5609ade581155",
                "reference": "54991459675c1a2924122afbb0e5609ade581155",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-error-response": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/cache": "~1.3",
                "monolog/monolog": "~1.0",
                "phpunit/phpunit": "3.7.*",
                "psr/log": "~1.0",
                "symfony/class-loader": "~2.1",
                "zendframework/zend-cache": "2.*,<2.3",
                "zendframework/zend-log": "2.*,<2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle": "src/",
                    "Guzzle\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2014-08-11 04:32:36"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "0.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "5085202f1f37769aae59f9711c423f28159c9b29"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/5085202f1f37769aae59f9711c423f28159c9b29",
                "reference": "5085202f1f37769aae59f9711c423f28159c9b29",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0.0"
            },
            "require-dev": {
                "phing/phing": "2.7.*",
                "phpunit/phpunit": "4.0.*",
                "sami/sami": "1.*",
                "squizlabs/php_codesniffer": "1.*"
            },
            "suggest": {
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
                "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Crypt": "phpseclib/",
                    "File": "phpseclib/",
                    "Math": "phpseclib/",
                    "Net": "phpseclib/",
                    "System": "phpseclib/"
                },
                "files": [
                    "phpseclib/Crypt/Random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "phpseclib/"
            ],
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "time": "2014-09-13 02:42:45"
        },
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7"
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
                "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
                "phpunit/php-file-iterator": "~1.3",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-token-stream": "~1.3",
                "sebastian/environment": "~1.0",
                "sebastian/version": "~1.0"
                "ext-xdebug": ">=2.2.1",
                "ext-xmlwriter": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "File/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2013-10-10 15:34:57"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "Text/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2014-01-30 17:20:04"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2013-08-02 07:42:54"
        },
        {
            "name": "phpunit/php-token-stream",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
mattab's avatar
mattab a validé
            "version": "4.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
mattab's avatar
mattab a validé
                "reference": "23e4e0310f037aae873cc81b8658dbbb82878f71"
mattab's avatar
mattab a validé
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/23e4e0310f037aae873cc81b8658dbbb82878f71",
                "reference": "23e4e0310f037aae873cc81b8658dbbb82878f71",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpunit/php-code-coverage": "~2.0",
mattab's avatar
mattab a validé
                "phpunit/php-file-iterator": "~1.3.2",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "~1.0.2",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.0",
                "sebastian/diff": "~1.1",
                "sebastian/environment": "~1.0",
                "sebastian/exporter": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "",
                "../../symfony/yaml/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "http://www.phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
mattab's avatar
mattab a validé
            "time": "2014-10-22 11:43:12"
            "source": {
                "type": "git",
                "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": {
                ]
            },
            "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"
            ],
sgiehl's avatar
sgiehl a validé
        {
            "name": "sebastian/comparator",
sgiehl's avatar
sgiehl a validé
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef"
sgiehl's avatar
sgiehl a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
                "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
sgiehl's avatar
sgiehl a validé
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.1",
                "sebastian/exporter": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.1"
sgiehl's avatar
sgiehl a validé
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
sgiehl's avatar
sgiehl a validé
            "autoload": {
                "classmap": [
                    "src/"
sgiehl's avatar
sgiehl a validé
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
sgiehl's avatar
sgiehl a validé
            ],
            "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"
sgiehl's avatar
sgiehl a validé
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
sgiehl's avatar
sgiehl a validé
            "keywords": [
                "comparator",
                "compare",
                "equality"
sgiehl's avatar
sgiehl a validé
            ],
sgiehl's avatar
sgiehl a validé
        },
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                }
            },
            "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"
            ],
        },
        {
            "name": "sebastian/environment",
mattab's avatar
mattab a validé
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
mattab's avatar
mattab a validé
                "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d"
mattab's avatar
mattab a validé
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0d9bf79554d2a999da194a60416c15cf461eb67d",
                "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
            },
            "type": "library",
            "extra": {
                "branch-alias": {
mattab's avatar
mattab a validé
                    "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"
            ],
mattab's avatar
mattab a validé
            "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",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-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": "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/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/event-dispatcher",
mattab's avatar
mattab a validé
            "version": "v2.5.6",
            "target-dir": "Symfony/Component/EventDispatcher",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/EventDispatcher.git",
mattab's avatar
mattab a validé
                "reference": "804eb28dbbfba9ffdab21fe2066744906cea2212"
mattab's avatar
mattab a validé
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/804eb28dbbfba9ffdab21fe2066744906cea2212",
                "reference": "804eb28dbbfba9ffdab21fe2066744906cea2212",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.0",
                "symfony/dependency-injection": "~2.0,<2.6.0",
                "symfony/stopwatch": "~2.2"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "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",
mattab's avatar
mattab a validé
            "time": "2014-10-01 15:43:05"
mattab's avatar
mattab a validé
            "version": "v2.5.6",
            "target-dir": "Symfony/Component/Yaml",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml.git",
mattab's avatar
mattab a validé
                "reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726"
mattab's avatar
mattab a validé
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/2d9f527449cabfa8543dd7fa3a466d6ae83d6726",
                "reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
mattab's avatar
mattab a validé
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Yaml\\": ""
                }
            },
            "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 Yaml Component",
            "homepage": "http://symfony.com",
mattab's avatar
mattab a validé
            "time": "2014-10-01 05:50:18"
Matthieu Napoli's avatar
Matthieu Napoli a validé
    "aliases": [],
    "minimum-stability": "stable",
diosmosis's avatar
diosmosis a validé
    "stability-flags": {
        "mnapoli/php-di": 20,
diosmosis's avatar
diosmosis a validé
        "facebook/xhprof": 20
    },
    "prefer-stable": false,
        "php": ">=5.3.3"
Matthieu Napoli's avatar
Matthieu Napoli a validé
    "platform-dev": []