[
    {
        "name": "kriswallsmith/assetic",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "df991c124a2212371443b586a1be767500036dee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/df991c124a2212371443b586a1be767500036dee",
            "reference": "df991c124a2212371443b586a1be767500036dee",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "cssmin/cssmin": "*",
            "joliclic/javascript-packer": "*",
            "kamicane/packager": "*",
            "leafo/lessphp": "*",
            "leafo/scssphp": "*",
            "leafo/scssphp-compass": "*",
            "mrclay/minify": "*",
            "patchwork/jsqueeze": "~1.0",
            "phpunit/phpunit": "~4",
            "psr/log": "~1.0",
            "ptachoire/cssembed": "*",
            "twig/twig": "~1.6"
        },
        "suggest": {
            "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
            "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
            "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
            "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
            "twig/twig": "Assetic provides the integration with the Twig templating engine"
        },
        "time": "2014-10-14 14:45:32",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Assetic": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Asset Management for PHP",
        "homepage": "https://github.com/kriswallsmith/assetic",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "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": "ptachoire/cssembed",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/krichprollsch/phpCssEmbed.git",
            "reference": "fe4cb93fb565e739c6ed2d726afcf35070804f60"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/krichprollsch/phpCssEmbed/zipball/fe4cb93fb565e739c6ed2d726afcf35070804f60",
            "reference": "fe4cb93fb565e739c6ed2d726afcf35070804f60",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-07-18 14:10:18",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "CssEmbed": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pierre Tachoire",
                "email": "pierre.tachoire@gmail.com"
            }
        ],
        "description": "Css url embed library.",
        "homepage": "https://github.com/krichprollsch/phpCssEmbed",
        "keywords": [
            "css",
            "url"
        ]
    },
    {
        "name": "leafo/scssphp-compass",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/scssphp-compass.git",
            "reference": "f1631ddb17731326863954d99b39694f0bbed6ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/scssphp-compass/zipball/f1631ddb17731326863954d99b39694f0bbed6ec",
            "reference": "f1631ddb17731326863954d99b39694f0bbed6ec",
            "shasum": ""
        },
        "require": {
            "leafo/scssphp": "dev-master"
        },
        "time": "2012-08-02 02:04:32",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "compass.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "Compass for scssphp",
        "homepage": "http://leafo.net/scssphp/"
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
            "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-01-30 17:20:04",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Text/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Simple template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "1.2.3",
        "version_normalized": "1.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
            "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "phpunit/php-text-template": ">=1.1.1@stable"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2013-01-13 10:24:48",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHPUnit/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
            "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-08-02 07:42:54",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Utility class for timing",
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
        "keywords": [
            "timer"
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
            "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.3.3"
        },
        "time": "2014-03-03 05:10:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "1.2.18",
        "version_normalized": "1.2.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
            "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "phpunit/php-file-iterator": ">=1.3.0@stable",
            "phpunit/php-text-template": ">=1.2.0@stable",
            "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*@dev"
        },
        "suggest": {
            "ext-dom": "*",
            "ext-xdebug": ">=2.0.5"
        },
        "time": "2014-09-02 10:13:14",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
        "keywords": [
            "coverage",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "3.7.38",
        "version_normalized": "3.7.38.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
            "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-reflection": "*",
            "ext-spl": "*",
            "php": ">=5.3.3",
            "phpunit/php-code-coverage": "~1.2",
            "phpunit/php-file-iterator": "~1.3",
            "phpunit/php-text-template": "~1.1",
            "phpunit/php-timer": "~1.0",
            "phpunit/phpunit-mock-objects": "~1.2",
            "symfony/yaml": "~2.0"
        },
        "require-dev": {
            "pear-pear.php.net/pear": "1.9.4"
        },
        "suggest": {
            "phpunit/php-invoker": "~1.1"
        },
        "time": "2014-10-17 09:04:17",
        "bin": [
            "composer/bin/phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHPUnit/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "",
            "../../symfony/yaml/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "http://www.phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "mrclay/minify",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/mrclay/minify.git",
            "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mrclay/minify/zipball/3c11ba8232a2155a1a29552aafc528be5fb0a662",
            "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.2.1"
        },
        "require-dev": {
            "tubalmartin/cssmin": "~2.4.8"
        },
        "suggest": {
            "tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
        },
        "time": "2014-10-30 22:58:02",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "min/lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Stephen Clay",
                "email": "steve@mrclay.org",
                "role": "Developer"
            }
        ],
        "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
        "homepage": "http://code.google.com/p/minify/"
    },
    {
        "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": "monolog/monolog",
        "version": "1.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
            "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
            "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.*",
            "swiftmailer/swiftmailer": "~5.3",
            "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": "2015-03-09 09:58:04",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13.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/process",
        "version": "v2.6.6",
        "version_normalized": "2.6.6.0",
        "target-dir": "Symfony/Component/Process",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Process.git",
            "reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Process/zipball/a8bebaec1a9dc6cde53e0250e32917579b0be552",
            "reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-03-30 15:54:10",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Process\\": ""
            }
        },
        "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 Process Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
            "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-04-02 05:19:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
        "keywords": [
            "filesystem",
            "iterator"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v2.6.6",
        "version_normalized": "2.6.6.0",
        "target-dir": "Symfony/Component/Yaml",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Yaml.git",
            "reference": "174f009ed36379a801109955fc5a71a49fe62dd4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Yaml/zipball/174f009ed36379a801109955fc5a71a49fe62dd4",
            "reference": "174f009ed36379a801109955fc5a71a49fe62dd4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-03-30 15:54:10",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Yaml\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "pulse00/monolog-parser",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/pulse00/monolog-parser.git",
            "reference": "2464f4afc6d7b06330a6b5ccf8f2503c783db331"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pulse00/monolog-parser/zipball/2464f4afc6d7b06330a6b5ccf8f2503c783db331",
            "reference": "2464f4afc6d7b06330a6b5ccf8f2503c783db331",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "1.*"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5"
        },
        "time": "2015-03-30 22:13:44",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Dubture": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Robert Gruendler",
                "email": "r.gruendler@gmail.com"
            }
        ],
        "description": "A parser for monolog log entries"
    },
    {
        "name": "leafo/scssphp",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/scssphp.git",
            "reference": "cc3e8945fc7a46350c09d3610f2714875b15954a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/scssphp/zipball/cc3e8945fc7a46350c09d3610f2714875b15954a",
            "reference": "cc3e8945fc7a46350c09d3610f2714875b15954a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2015-01-27 19:12:34",
        "bin": [
            "bin/pscss"
        ],
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "classmap.php"
            ],
            "psr-4": {
                "Leafo\\ScssPhp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "scssphp is a compiler for SCSS written in PHP.",
        "homepage": "http://leafo.net/scssphp/",
        "keywords": [
            "css",
            "less",
            "sass",
            "scss",
            "stylesheet"
        ]
    },
    {
        "name": "patchwork/jsqueeze",
        "version": "v1.0.7",
        "version_normalized": "1.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tchwork/jsqueeze.git",
            "reference": "f90a933213534b93e4ff3c2c3026ff7458f7721b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tchwork/jsqueeze/zipball/f90a933213534b93e4ff3c2c3026ff7458f7721b",
            "reference": "f90a933213534b93e4ff3c2c3026ff7458f7721b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.1.4"
        },
        "time": "2015-03-25 10:11:08",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "JSqueeze": "class/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            }
        ],
        "description": "Efficient JavaScript minification in PHP",
        "homepage": "https://github.com/tchwork/jsqueeze",
        "keywords": [
            "compression",
            "javascript",
            "minification"
        ]
    }
]
