Skip to content
Extraits de code Groupes Projets
composer.lock 74,6 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": "17e350aee20978e54e56eda6052737ad",
        {
            "name": "container-interop/container-interop",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
                "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.)",
        },
        {
            "name": "doctrine/annotations",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
                "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-12-20 20:49:38"
        },
        {
            "name": "doctrine/cache",
            "version": "dev-filecache-race-condition-fix",
            "source": {
                "type": "git",
                "url": "https://github.com/piwik/cache.git",
                "reference": "c5a6d2ade84241128fcf95eca386e07b11ffa347"
            },
            "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/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "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"
            ],
        },
        {
            "name": "doctrine/lexer",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "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"
            ],
        {
            "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",
                "reference": "4676e15f7f014185864fd5f8f0b3cdbd678067d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mnapoli/PHP-DI/zipball/4676e15f7f014185864fd5f8f0b3cdbd678067d0",
                "reference": "4676e15f7f014185864fd5f8f0b3cdbd678067d0",
                "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": {
Matthieu Napoli's avatar
Matthieu Napoli a validé
                "psr-4": {
                    "DI\\": "src/DI/"
                },
                "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"
            ],
            "time": "2014-12-17 04:49:43"
        },
        {
            "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"
        },
        {
            "name": "monolog/monolog",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
                "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "~2.4, >2.4.8",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "raven/raven": "~0.5",
                "ruflin/elastica": "0.90.*",
                "videlalvaro/php-amqplib": "~2.4"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "raven/raven": "Allow sending log messages to a Sentry server",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
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-cache.git",
                "reference": "ec118c1d8b20197607052b8adb22f3a7709cb816"
                "url": "https://api.github.com/repos/piwik/component-cache/zipball/ec118c1d8b20197607052b8adb22f3a7709cb816",
                "reference": "ec118c1d8b20197607052b8adb22f3a7709cb816",
                "doctrine/cache": "dev-filecache-race-condition-fix as 1.3.1",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Piwik\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "The Piwik Team",
                    "email": "hello@piwik.org",
                    "homepage": "http://piwik.org/the-piwik-team/"
                }
            ],
            "description": "PHP caching library based on Doctrine cache",
            "keywords": [
                "array",
                "cache",
                "file",
                "redis"
            ],
            "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",
            "source": {
                "type": "git",
                "url": "https://github.com/piwik/device-detector.git",
                "reference": "dc2e1cb8afaa27fede27479bc46a694f698c17b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/piwik/device-detector/zipball/dc2e1cb8afaa27fede27479bc46a694f698c17b0",
                "reference": "dc2e1cb8afaa27fede27479bc46a694f698c17b0",
                "shasum": ""
            },
            "require": {
                "mustangostang/spyc": "*",
                "php": ">=5.3.2"
sgiehl's avatar
sgiehl a validé
            "require-dev": {
                "phpunit/phpunit": "4.1.*"
            },
            "suggest": {
                "doctrine/cache": "Can directly be used for caching purpose"
sgiehl's avatar
sgiehl a validé
            },
            "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"
            ],
        {
            "name": "piwik/ini",
Matthieu Napoli's avatar
Matthieu Napoli a validé
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/piwik/component-ini.git",
Matthieu Napoli's avatar
Matthieu Napoli a validé
                "reference": "2230c365f1cf09bb97f451fb3053092be32da5ad"
            },
            "dist": {
                "type": "zip",
Matthieu Napoli's avatar
Matthieu Napoli a validé
                "url": "https://api.github.com/repos/piwik/component-ini/zipball/2230c365f1cf09bb97f451fb3053092be32da5ad",
                "reference": "2230c365f1cf09bb97f451fb3053092be32da5ad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Piwik\\Ini\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
Matthieu Napoli's avatar
Matthieu Napoli a validé
            "time": "2015-01-08 04:07:36"
        {
            "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": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "symfony/console",
            "version": "v2.6.3",
            "target-dir": "Symfony/Component/Console",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Console.git",
                "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
                "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
mattab's avatar
mattab a validé
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1",
                "symfony/process": "~2.1"
            },
            "suggest": {
mattab's avatar
mattab a validé
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-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",
            "time": "2015-01-06 17:50:02"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.6.3",
            "target-dir": "Symfony/Component/EventDispatcher",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/EventDispatcher.git",
                "reference": "40ff70cadea3785d83cac1c8309514b36113064e"
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e",
                "reference": "40ff70cadea3785d83cac1c8309514b36113064e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.0,>=2.0.5",
                "symfony/dependency-injection": "~2.6",
                "symfony/expression-language": "~2.6",
                "symfony/stopwatch": "~2.3"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-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",
            "time": "2015-01-05 14:28:40"
        },
        {
            "name": "symfony/monolog-bridge",
            "version": "v2.6.3",
            "target-dir": "Symfony/Bridge/Monolog",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/MonologBridge.git",
                "reference": "83a451b5a2e16a14ffd07a42746c4b9db1a48c1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/MonologBridge/zipball/83a451b5a2e16a14ffd07a42746c4b9db1a48c1d",
                "reference": "83a451b5a2e16a14ffd07a42746c4b9db1a48c1d",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.11",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/console": "~2.4",
                "symfony/event-dispatcher": "~2.2",
                "symfony/http-kernel": "~2.4"
            },
            "suggest": {
                "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
                "symfony/event-dispatcher": "Needed when using log messages in console commands",
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel."
            },
            "type": "symfony-bridge",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Bridge\\Monolog\\": ""
                }
            },
            "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 Monolog Bridge",
            "homepage": "http://symfony.com",
            "time": "2015-01-03 08:01:59"
        },
        {
            "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",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/6dc11a1e8ecfc30e2c68aaeb218148409d8e68af",
                "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af",
                "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": "http://twig.sensiolabs.org/contributors",
                    "role": "Contributors"
                }
            ],