[
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2014-09-09 13:34:57",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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",
        "version": "v0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/lessphp.git",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "shasum": ""
        },
        "time": "2013-08-09 17:09:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3-dev"
            }
        },
        "installation-source": "dist",
        "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/"
    },
    {
        "name": "myclabs/php-enum",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/php-enum.git",
            "reference": "c0bcd731d26d53d3db280cca0af33b3cd99fbafe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/php-enum/zipball/c0bcd731d26d53d3db280cca0af33b3cd99fbafe",
            "reference": "c0bcd731d26d53d3db280cca0af33b3cd99fbafe",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2015-01-30 22:06:24",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MyCLabs\\Enum\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP Enum contributors",
                "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
            }
        ],
        "description": "PHP Enum implementation",
        "homepage": "http://github.com/myclabs/php-enum",
        "keywords": [
            "enum"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.2.3",
        "version_normalized": "1.2.3.0",
        "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.*"
        },
        "time": "2014-12-20 20:49:38",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "mnapoli/phpdocreader",
        "version": "1.3.0",
        "version_normalized": "1.3.0.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"
        },
        "time": "2014-08-21 08:20:45",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PhpDocReader": "src/",
                "UnitTest": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "keywords": [
            "phpdoc",
            "reflection"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
            "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7",
            "predis/predis": "~0.8",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2015-01-15 20:38:55",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "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": ""
        },
        "time": "2014-12-30 15:22:37",
        "type": "library",
        "installation-source": "dist",
        "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": "mnapoli/php-di",
        "version": "5.0.x-dev",
        "version_normalized": "5.0.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/mnapoli/PHP-DI.git",
            "reference": "ee5145095555c4532220eab991bf7782e9a645c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mnapoli/PHP-DI/zipball/ee5145095555c4532220eab991bf7782e9a645c6",
            "reference": "ee5145095555c4532220eab991bf7782e9a645c6",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "~1.0",
            "doctrine/annotations": "~1.2",
            "doctrine/cache": "~1.0",
            "mnapoli/phpdocreader": "~1.3",
            "myclabs/php-enum": "~1.1",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mnapoli/phpunit-easymock": "~0.1.1",
            "ocramius/proxy-manager": "~0.5",
            "phpunit/phpunit": "~4.4"
        },
        "suggest": {
            "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~0.5)"
        },
        "time": "2015-01-29 03:02:32",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "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"
        ]
    },
    {
        "name": "piwik/cache",
        "version": "0.2.5",
        "version_normalized": "0.2.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/piwik/component-cache.git",
            "reference": "e97ed763c6e710734194664099edd5ee7a41d6b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/piwik/component-cache/zipball/e97ed763c6e710734194664099edd5ee7a41d6b0",
            "reference": "e97ed763c6e710734194664099edd5ee7a41d6b0",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.4",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-02-11 22:35:22",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "piwik/decompress",
        "version": "0.1.1",
        "version_normalized": "0.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/piwik/component-decompress.git",
            "reference": "1c7ad9696ac732a12868110b97938fc2f5d267fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/piwik/component-decompress/zipball/1c7ad9696ac732a12868110b97938fc2f5d267fb",
            "reference": "1c7ad9696ac732a12868110b97938fc2f5d267fb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-28 21:14:38",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Piwik\\Decompress\\": "src/"
            },
            "classmap": [
                "libs/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ]
    },
    {
        "name": "mustangostang/spyc",
        "version": "0.5.1",
        "version_normalized": "0.5.1.0",
        "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"
        },
        "time": "2013-02-21 10:52:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "piwik/device-detector",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/piwik/device-detector.git",
            "reference": "87720bc573642ad96ae9bdc42d82a843a8e65899"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/piwik/device-detector/zipball/87720bc573642ad96ae9bdc42d82a843a8e65899",
            "reference": "87720bc573642ad96ae9bdc42d82a843a8e65899",
            "shasum": ""
        },
        "require": {
            "mustangostang/spyc": "*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.1.*"
        },
        "suggest": {
            "doctrine/cache": "Can directly be used for caching purpose"
        },
        "time": "2015-02-21 19:36:09",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeviceDetector\\": ""
            }
        },
        "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": "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",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/piwik/component-ini.git",
            "reference": "2230c365f1cf09bb97f451fb3053092be32da5ad"
        },
        "dist": {
            "type": "zip",
            "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"
        },
        "time": "2015-01-08 04:07:36",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Piwik\\Ini\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ]
    },
    {
        "name": "piwik/network",
        "version": "0.1.0",
        "version_normalized": "0.1.0.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"
        },
        "time": "2014-10-23 03:30:23",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Piwik\\Network\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.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": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "symfony/console",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "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": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.1",
            "symfony/process": "~2.1"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/process": ""
        },
        "time": "2015-01-06 17:50:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/EventDispatcher",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/EventDispatcher.git",
            "reference": "40ff70cadea3785d83cac1c8309514b36113064e"
        },
        "dist": {
            "type": "zip",
            "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": ""
        },
        "time": "2015-01-05 14:28:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "monolog/monolog",
        "version": "1.12.0",
        "version_normalized": "1.12.0.0",
        "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",
            "phpunit/phpunit": "~4.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"
        },
        "time": "2014-12-29 21:29:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "symfony/monolog-bridge",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "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."
        },
        "time": "2015-01-03 08:01:59",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "tedivm/jshrink",
        "version": "v0.5.2",
        "version_normalized": "0.5.2.0",
        "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"
        },
        "time": "2014-01-14 22:23:53",
        "type": "library",
        "installation-source": "dist",
        "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",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
            "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2015-01-25 17:32:08",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.18-dev"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    }
]
