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": {
                    "Doctrine\\Instantiator\\": "src"
                }
            },
            "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"
            ],