bpaulin/SetupEzContentTypeBundle

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "3779c487ea1bf51f985d0ac36e87b2fd",
    "packages": [
        {
            "name": "doctrine/annotations",
            "version": "v1.2.6",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
                "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": "2015-06-17 12:21:22"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7",
                "predis/predis": "~1.0",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2015-04-15 00:11:59"
        },
        {
            "name": "doctrine/collections",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Collections\\": "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": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "time": "2015-04-14 22:21:58"
        },
        {
            "name": "doctrine/common",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\": "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": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
            "time": "2015-04-02 19:55:44"
        },
        {
            "name": "doctrine/dbal",
            "version": "v2.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
                "shasum": ""
            },
            "require": {
                "doctrine/common": ">=2.4,<2.6-dev",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*",
                "symfony/console": "2.*"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\DBAL\\": "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"
                }
            ],
            "description": "Database Abstraction Layer",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "persistence",
                "queryobject"
            ],
            "time": "2015-01-12 21:52:47"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
                "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "~2.3",
                "doctrine/doctrine-cache-bundle": "~1.0",
                "jdorn/sql-formatter": "~1.1",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.2",
                "symfony/framework-bundle": "~2.2"
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "phpunit/php-code-coverage": "~1.2",
                "phpunit/phpunit": "~3.7",
                "phpunit/phpunit-mock-objects": "~1.2",
                "satooshi/php-coveralls": "~0.6.1",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2",
                "twig/twig": "~1"
            },
            "suggest": {
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
                "symfony/web-profiler-bundle": "to use the data collector"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony DoctrineBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "orm",
                "persistence"
            ],
            "time": "2014-11-28 08:32:03"
        },
        {
            "name": "doctrine/doctrine-cache-bundle",
            "version": "v1.0.1",
            "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "~1.3",
                "doctrine/inflector": "~1.0",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.2",
                "symfony/framework-bundle": "~2.2",
                "symfony/security": "~2.2"
            },
            "require-dev": {
                "instaclick/coding-standard": "~1.1",
                "instaclick/object-calisthenics-sniffs": "dev-master",
                "instaclick/symfony2-coding-standard": "dev-remaster",
                "phpunit/phpunit": "~3.7",
                "satooshi/php-coveralls": "~0.6.1",
                "squizlabs/php_codesniffer": "dev-master",
                "symfony/console": "~2.2",
                "symfony/finder": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Bundle\\DoctrineCacheBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Fabio B. Silva",
                    "email": "fabio.bat.silva@gmail.com"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony2 Bundle for Doctrine Cache",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2014-11-28 09:43:36"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "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": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2014-12-20 21:24:13"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "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"
            ],
            "time": "2014-09-09 13:34:57"
        },
        {
            "name": "ezsystems/ezpublish-kernel",
            "version": "v2014.11.8",
            "source": {
                "type": "git",
                "url": "https://github.com/ezsystems/ezpublish-kernel.git",
                "reference": "ef2e10183d29b56a98785931e52931570e7450d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezsystems/ezpublish-kernel/zipball/ef2e10183d29b56a98785931e52931570e7450d2",
                "reference": "ef2e10183d29b56a98785931e52931570e7450d2",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "2.5.*@beta",
                "doctrine/doctrine-bundle": "1.3.*@beta",
                "ext-ctype": "*",
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-pdo": "*",
                "ext-spl": "*",
                "ext-xsl": "*",
                "friendsofsymfony/http-cache-bundle": "~1.2",
                "hautelook/templated-uri-bundle": "~1.0 | ~2.0",
                "kriswallsmith/buzz": ">=0.9",
                "liip/imagine-bundle": "~1.0",
                "nelmio/cors-bundle": "1.3.*",
                "ocramius/proxy-manager": "0.5.*",
                "oneup/flysystem-bundle": "~0.4",
                "pagerfanta/pagerfanta": "~1.0",
                "php": ">=5.4.4",
                "qafoo/rmf": "1.0.*",
                "sensio/distribution-bundle": "~2.3|~3.0",
                "sensio/framework-extra-bundle": "~3.0",
                "symfony-cmf/routing": "~1.1",
                "symfony/expression-language": "~2.4",
                "symfony/symfony": "~2.3",
                "tedivm/stash-bundle": "0.4.*",
                "zetacomponents/mail": "~1.8"
            },
            "conflict": {
                "zendframework/zend-stdlib": ">=2.3"
            },
            "replace": {
                "ezsystems/ezpublish": "*",
                "ezsystems/ezpublish-api": "self.version",
                "ezsystems/ezpublish-spi": "self.version"
            },
            "require-dev": {
                "ezsystems/ezpublish-legacy": "@dev",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "mikey179/vfsstream": "1.1.0",
                "mockery/mockery": "dev-master",
                "phpunit/phpunit": "~4.1.3",
                "symfony/assetic-bundle": "~2.3"
            },
            "suggest": {
                "php-64bit": "For support of more than 30 languages, a 64bit php installation on all involved prod/dev machines is required"
            },
            "type": "library",
            "extra": {
                "ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
            },
            "autoload": {
                "psr-0": {
                    "eZ": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "description": "eZ Publish API and kernel. This is the heart of eZ Publish 5.",
            "homepage": "http://share.ez.no",
            "time": "2015-01-26 07:09:46"
        },
        {
            "name": "friendsofsymfony/http-cache",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
                "reference": "54117e25b9a0ac4568d33f349d62ef83d2301b76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/54117e25b9a0ac4568d33f349d62ef83d2301b76",
                "reference": "54117e25b9a0ac4568d33f349d62ef83d2301b76",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.8",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.3",
                "symfony/options-resolver": "~2.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "monolog/monolog": "~1.0",
                "symfony/http-kernel": "~2.3",
                "symfony/process": "~2.3"
            },
            "suggest": {
                "monolog/monolog": "For logging issues while invalidating"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\HttpCache\\": "src/",
                    "FOS\\HttpCache\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Driebit",
                    "email": "tech@driebit.nl",
                    "homepage": "http://www.driebit.nl"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
                }
            ],
            "description": "Tools to manage cache invalidation",
            "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
            "keywords": [
                "caching",
                "http",
                "invalidation",
                "nginx",
                "purge",
                "varnish"
            ],
            "time": "2015-06-02 07:31:35"
        },
        {
            "name": "friendsofsymfony/http-cache-bundle",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
                "reference": "b048546bfcdef0c0cc0d196b1a62d821f429b8e7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/b048546bfcdef0c0cc0d196b1a62d821f429b8e7",
                "reference": "b048546bfcdef0c0cc0d196b1a62d821f429b8e7",
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/http-cache": "~1.4",
                "php": ">=5.3.3",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "mockery/mockery": "0.9.*",
                "monolog/monolog": "*",
                "polishsymfonycommunity/symfony-mocker-container": "~1.0",
                "sensio/framework-extra-bundle": "~2.3",
                "symfony/expression-language": "~2.4",
                "symfony/monolog-bundle": "~2.3",
                "symfony/phpunit-bridge": "~2.7",
                "symfony/symfony": "~2.3"
            },
            "suggest": {
                "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
                "symfony/console": "To send invalidation requests from the command line",
                "symfony/expression-language": "For Tagged Cache Invalidation"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\HttpCacheBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Driebit",
                    "email": "tech@driebit.nl",
                    "homepage": "http://www.driebit.nl"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
                }
            ],
            "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
            "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
            "keywords": [
                "caching",
                "esi",
                "http",
                "invalidation",
                "purge",
                "varnish"
            ],
            "time": "2015-06-11 11:19:02"
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-error-response": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/cache": "~1.3",
                "monolog/monolog": "~1.0",
                "phpunit/phpunit": "3.7.*",
                "psr/log": "~1.0",
                "symfony/class-loader": "~2.1",
                "zendframework/zend-cache": "2.*,<2.3",
                "zendframework/zend-log": "2.*,<2.3"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle": "src/",
                    "Guzzle\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2015-03-18 18:23:50"
        },
        {
            "name": "hautelook/templated-uri-bundle",
            "version": "2.0.0",
            "target-dir": "Hautelook/TemplatedUriBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/hautelook/TemplatedUriBundle.git",
                "reference": "d5d32ca1c9f13ca170023fd7cb4f1c969d3fd1ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hautelook/TemplatedUriBundle/zipball/d5d32ca1c9f13ca170023fd7cb4f1c969d3fd1ad",
                "reference": "d5d32ca1c9f13ca170023fd7cb4f1c969d3fd1ad",
                "shasum": ""
            },
            "require": {
                "hautelook/templated-uri-router": "~2.0",
                "php": ">=5.3.0",
                "symfony/framework-bundle": "~2.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Hautelook\\TemplatedUriBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baldur Rensch",
                    "email": "brensch@gmail.com"
                }
            ],
            "description": "Symfony2 Bundle that provides a RFC-6570 compatible router and URL Generator.",
            "homepage": "http://www.hautelooktech.com/",
            "keywords": [
                "HATEOAS",
                "RFC 6570",
                "Symfony2",
                "json",
                "uri",
                "url",
                "xml"
            ],
            "time": "2014-07-28 21:56:22"
        },
        {
            "name": "hautelook/templated-uri-router",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/hautelook/TemplatedUriRouter.git",
                "reference": "4eae819c9a6b8cc3e9bb6959de40e9fe6203e3ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hautelook/TemplatedUriRouter/zipball/4eae819c9a6b8cc3e9bb6959de40e9fe6203e3ed",
                "reference": "4eae819c9a6b8cc3e9bb6959de40e9fe6203e3ed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/routing": "~2.5"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hautelook\\TemplatedUriRouter\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baldur Rensch",
                    "email": "brensch@gmail.com"
                }
            ],
            "description": "Symfony2 RFC-6570 compatible router and URL Generator",
            "homepage": "http://www.hautelooktech.com/",
            "keywords": [
                "HATEOAS",
                "RFC 6570",
                "Symfony2",
                "json",
                "router",
                "uri",
                "url",
                "xml"
            ],
            "time": "2015-02-27 14:07:45"
        },
        {
            "name": "imagine/imagine",
            "version": "0.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/avalanche123/Imagine.git",
                "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
                "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "sami/sami": "dev-master"
            },
            "suggest": {
                "ext-gd": "to use the GD implementation",
                "ext-gmagick": "to use the Gmagick implementation",
                "ext-imagick": "to use the Imagick implementation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Imagine": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com",
                    "homepage": "http://avalanche123.com"
                }
            ],
            "description": "Image processing for PHP 5.3",
            "homepage": "http://imagine.readthedocs.org/",
            "keywords": [
                "drawing",
                "graphics",
                "image manipulation",
                "image processing"
            ],
            "time": "2014-11-11 11:36:02"
        },
        {
            "name": "jdorn/sql-formatter",
            "version": "v1.2.17",
            "source": {
                "type": "git",
                "url": "https://github.com/jdorn/sql-formatter.git",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "http://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/jdorn/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "time": "2014-01-12 16:20:24"
        },
        {
            "name": "kriswallsmith/buzz",
            "version": "v0.15",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/Buzz.git",
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "suggest": {
                "ext-curl": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Buzz": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Lightweight HTTP client",
            "homepage": "https://github.com/kriswallsmith/Buzz",
            "keywords": [
                "curl",
                "http client"
            ],
            "time": "2015-06-25 17:26:56"
        },
        {
            "name": "league/flysystem",
            "version": "0.5.12",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "e046fe60d761e30691c642c9cc6a4089f724e805"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e046fe60d761e30691c642c9cc6a4089f724e805",
                "reference": "e046fe60d761e30691c642c9cc6a4089f724e805",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "~2.4",
                "barracuda/copy": "~1.1.4",
                "dropbox/dropbox-sdk": "~1.1.1",
                "ext-fileinfo": "*",
                "guzzlehttp/guzzle": "~4.0",
                "league/event": "~1.0",
                "league/phpunit-coverage-listener": "~1.1",
                "mockery/mockery": "~0.9",
                "phpseclib/phpseclib": "~0.3.5",
                "phpspec/phpspec": "~2.0",
                "phpunit/phpunit": "~4.0",
                "predis/predis": "~1.0",
                "rackspace/php-opencloud": "~1.10.0",
                "sabre/dav": "~2.0.2",
                "tedivm/stash": "~0.12.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allows you to use AWS S3 storage",
                "barracuda/copy": "Allows you to use Copy.com storage",
                "dropbox/dropbox-sdk": "Allows you to use Dropbox storage",
                "ext-fileinfo": "Required for MimeType",
                "guzzlehttp/guzzle": "Allows you to use http files (reading only)",
                "league/event": "Required for EventableFilesystem",
                "phpseclib/phpseclib": "Allows SFTP server storage",
                "predis/predis": "Allows you to use Predis for caching",
                "rackspace/php-opencloud": "Allows you to use Rackspace Cloud Files",
                "sabre/dav": "Enables WebDav support",
                "tedivm/stash": "Allows you to use Stash as cache implementation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Many filesystems, one API.",
            "keywords": [
                "Cloud Files",
                "WebDAV",
                "aws",
                "cloud",
                "copy.com",
                "dropbox",
                "file systems",
                "files",
                "filesystem",
                "ftp",
                "rackspace",
                "remote",
                "s3",
                "sftp",
                "storage"
            ],
            "time": "2014-11-05 13:39:29"
        },
        {
            "name": "liip/imagine-bundle",
            "version": "1.3.0",
            "target-dir": "Liip/ImagineBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/liip/LiipImagineBundle.git",
                "reference": "24c977ccf1a15854dc5fb3efc5de86011f8f0ef3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/24c977ccf1a15854dc5fb3efc5de86011f8f0ef3",
                "reference": "24c977ccf1a15854dc5fb3efc5de86011f8f0ef3",
                "shasum": ""
            },
            "require": {
                "imagine/imagine": "~0.5,<0.7",
                "php": ">=5.3.2",
                "symfony/filesystem": "~2.3 || ~3.0",
                "symfony/finder": "~2.3 || ~3.0",
                "symfony/framework-bundle": "~2.3 || ~3.0",
                "symfony/options-resolver": "~2.3 || ~3.0"
            },
            "require-dev": {
                "amazonwebservices/aws-sdk-for-php": "~1.0",
                "aws/aws-sdk-php": "~2.4",
                "doctrine/cache": "~1.1",
                "doctrine/mongodb-odm": "1.0.*",
                "doctrine/orm": "~2.3",
                "ext-gd": "*",
                "phpunit/phpunit": "~4.3",
                "psr/log": "~1.0",
                "symfony/browser-kit": "~2.3 || ~3.0",
                "symfony/console": "~2.3 || ~3.0",
                "symfony/form": "~2.3 || ~3.0",
                "symfony/phpunit-bridge": "~2.3 || ~3.0",
                "symfony/yaml": "~2.3 || ~3.0",
                "twig/twig": "~1.0"
            },
            "suggest": {
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
                "monolog/monolog": "If you'd want to write logs",
                "twig/twig": "If you'd want to use some handy twig filters"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev",
                    "dev-0.x": "0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Liip\\ImagineBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip and other contributors",
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
                }
            ],
            "description": "This Bundle assists in imagine manipulation using the imagine library",
            "homepage": "http://liip.ch",
            "keywords": [
                "image",
                "imagine"
            ],
            "time": "2015-06-04 11:44:07"
        },
        {
            "name": "nelmio/cors-bundle",
            "version": "1.3.3",
            "target-dir": "Nelmio/CorsBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
                "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/d482c01f6ca0840025b81b65534d0ffb7c18f425",
                "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425",
                "shasum": ""
            },
            "require": {
                "symfony/framework-bundle": "~2.2"
            },
            "require-dev": {
                "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
                "mockery/mockery": "dev-master"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Nelmio\\CorsBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nelmio",
                    "homepage": "http://nelm.io"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
                }
            ],
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
            "keywords": [
                "api",
                "cors",
                "crossdomain"
            ],
            "time": "2014-12-10 17:26:49"
        },
        {
            "name": "ocramius/proxy-manager",
            "version": "0.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
                "reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
                "reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-code": ">2.2.5,<3.0"
            },
            "require-dev": {
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "1.5.*"
            },
            "suggest": {
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
                "zendframework/zend-stdlib": "To use the hydrator proxy",
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ProxyManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
            "homepage": "https://github.com/Ocramius/ProxyManager",
            "keywords": [
                "aop",
                "lazy loading",
                "proxy",
                "proxy pattern",
                "service proxies"
            ],
            "time": "2014-09-28 14:18:11"
        },
        {
            "name": "oneup/flysystem-bundle",
            "version": "v0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/1up-lab/OneupFlysystemBundle.git",
                "reference": "1c017ff194088c55faaa3b5234c86a1b19a671de"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/1c017ff194088c55faaa3b5234c86a1b19a671de",
                "reference": "1c017ff194088c55faaa3b5234c86a1b19a671de",
                "shasum": ""
            },
            "require": {
                "league/flysystem": "~0.4",
                "symfony/framework-bundle": ">=2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "symfony/browser-kit": ">=2.0",
                "symfony/finder": ">=2.0"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Oneup\\FlysystemBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Schmid",
                    "email": "js@1up.io",
                    "homepage": "http://1up.io",
                    "role": "Developer"
                }
            ],
            "description": "Integrates Flysystem filesystem abstraction library to your Symfony2 project.",
            "homepage": "http://1up.io",
            "keywords": [
                "Flysystem",
                "Symfony2",
                "abstraction",
                "filesystem"
            ],
            "time": "2015-05-01 10:23:18"
        },
        {
            "name": "pagerfanta/pagerfanta",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "doctrine/phpcr-odm": "1.*",
                "jackalope/jackalope-doctrine-dbal": "1.*",
                "jmikola/geojson": "~1.0",
                "mandango/mandango": "~1.0@dev",
                "mandango/mondator": "~1.0@dev",
                "phpunit/phpunit": "~4",
                "propel/propel1": "~1.6",
                "ruflin/elastica": "~1.3",
                "solarium/solarium": "~3.1"
            },
            "suggest": {
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
                "doctrine/orm": "To use the DoctrineORMAdapter.",
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
                "mandango/mandango": "To use the MandangoAdapter.",
                "propel/propel1": "To use the PropelAdapter",
                "solarium/solarium": "To use the SolariumAdapter."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Pagerfanta\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pablo Díez",
                    "email": "pablodip@gmail.com"
                }
            ],
            "description": "Pagination for PHP 5.3",
            "keywords": [
                "page",
                "pagination",
                "paginator",
                "paging"
            ],
            "time": "2014-10-06 10:57:25"
        },
        {
            "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": "qafoo/rmf",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Qafoo/REST-Micro-Framework.git",
                "reference": "d382e9e20ff189c4351f12c70df083dac039e818"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Qafoo/REST-Micro-Framework/zipball/d382e9e20ff189c4351f12c70df083dac039e818",
                "reference": "d382e9e20ff189c4351f12c70df083dac039e818",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Qafoo\\RMF": "src/main/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "description": "Very simple VC framework which makes it easy to build HTTP applications / REST webservices",
            "time": "2012-09-03 18:24:11"
        },
        {
            "name": "sensio/distribution-bundle",
            "version": "v3.0.30",
            "target-dir": "Sensio/Bundle/DistributionBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sensiolabs/security-checker": "~2.0",
                "symfony/class-loader": "~2.2",
                "symfony/framework-bundle": "~2.3",
                "symfony/process": "~2.2"
            },
            "require-dev": {
                "symfony/form": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "suggest": {
                "symfony/form": "If you want to use the configurator",
                "symfony/validator": "If you want to use the configurator",
                "symfony/yaml": "If you want to use  the configurator"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sensio\\Bundle\\DistributionBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Base bundle for Symfony Distributions",
            "keywords": [
                "configuration",
                "distribution"
            ],
            "time": "2015-06-05 22:32:22"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v3.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "0616fd568da051adc19ca63006cc808531ba2da4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/0616fd568da051adc19ca63006cc808531ba2da4",
                "reference": "0616fd568da051adc19ca63006cc808531ba2da4",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "symfony/expression-language": "~2.4",
                "symfony/security-bundle": "~2.4"
            },
            "suggest": {
                "symfony/expression-language": "",
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
                "symfony/security-bundle": ""
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle provides a way to configure your controllers with annotations",
            "keywords": [
                "annotations",
                "controllers"
            ],
            "time": "2015-06-05 13:59:21"
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "symfony/console": "~2.0"
            },
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "SensioLabs\\Security": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
            ],
            "description": "A security checker for your composer.lock",
            "time": "2015-05-28 14:22:40"
        },
        {
            "name": "symfony-cmf/routing",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/Routing.git",
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6",
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "psr/log": "~1.0",
                "symfony/http-kernel": "~2.2",
                "symfony/routing": "~2.2"
            },
            "require-dev": {
                "symfony/config": "~2.2",
                "symfony/dependency-injection": "~2.0@stable",
                "symfony/event-dispatcher": "~2.1"
            },
            "suggest": {
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Component\\Routing\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
                }
            ],
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "database",
                "routing"
            ],
            "time": "2014-10-20 20:55:17"
        },
        {
            "name": "symfony/symfony",
            "version": "v2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/932b6e7499c670f4db6d0b871477a4a3ca161e74",
                "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.3",
                "php": ">=5.3.9",
                "psr/log": "~1.0",
                "twig/twig": "~1.18"
            },
            "replace": {
                "symfony/asset": "self.version",
                "symfony/browser-kit": "self.version",
                "symfony/class-loader": "self.version",
                "symfony/config": "self.version",
                "symfony/console": "self.version",
                "symfony/css-selector": "self.version",
                "symfony/debug": "self.version",
                "symfony/debug-bundle": "self.version",
                "symfony/dependency-injection": "self.version",
                "symfony/doctrine-bridge": "self.version",
                "symfony/dom-crawler": "self.version",
                "symfony/event-dispatcher": "self.version",
                "symfony/expression-language": "self.version",
                "symfony/filesystem": "self.version",
                "symfony/finder": "self.version",
                "symfony/form": "self.version",
                "symfony/framework-bundle": "self.version",
                "symfony/http-foundation": "self.version",
                "symfony/http-kernel": "self.version",
                "symfony/intl": "self.version",
                "symfony/locale": "self.version",
                "symfony/monolog-bridge": "self.version",
                "symfony/options-resolver": "self.version",
                "symfony/process": "self.version",
                "symfony/property-access": "self.version",
                "symfony/proxy-manager-bridge": "self.version",
                "symfony/routing": "self.version",
                "symfony/security": "self.version",
                "symfony/security-acl": "self.version",
                "symfony/security-bundle": "self.version",
                "symfony/security-core": "self.version",
                "symfony/security-csrf": "self.version",
                "symfony/security-http": "self.version",
                "symfony/serializer": "self.version",
                "symfony/stopwatch": "self.version",
                "symfony/swiftmailer-bridge": "self.version",
                "symfony/templating": "self.version",
                "symfony/translation": "self.version",
                "symfony/twig-bridge": "self.version",
                "symfony/twig-bundle": "self.version",
                "symfony/validator": "self.version",
                "symfony/var-dumper": "self.version",
                "symfony/web-profiler-bundle": "self.version",
                "symfony/yaml": "self.version"
            },
            "require-dev": {
                "doctrine/data-fixtures": "1.0.*",
                "doctrine/dbal": "~2.2",
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/orm": "~2.2,>=2.2.3",
                "egulias/email-validator": "~1.2",
                "ircmaxell/password-compat": "~1.0",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": "~0.4|~1.0",
                "symfony/phpunit-bridge": "self.version"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                    "Symfony\\Component\\": "src/Symfony/Component/"
                },
                "classmap": [
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
                    "src/Symfony/Component/Intl/Resources/stubs"
                ],
                "files": [
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "The Symfony PHP framework",
            "homepage": "https://symfony.com",
            "keywords": [
                "framework"
            ],
            "time": "2015-06-11 21:15:28"
        },
        {
            "name": "tedivm/stash",
            "version": "v0.12.3",
            "source": {
                "type": "git",
                "url": "https://github.com/tedious/Stash.git",
                "reference": "5b830f6a0e4626e5cd02c862d37721ca16820a13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tedious/Stash/zipball/5b830f6a0e4626e5cd02c862d37721ca16820a13",
                "reference": "5b830f6a0e4626e5cd02c862d37721ca16820a13",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.1.*",
                "phpunit/phpunit": "4.3.*",
                "satooshi/php-coveralls": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Stash\\": "src/Stash/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Robert Hafner",
                    "email": "tedivm@tedivm.com"
                },
                {
                    "name": "Josh Hall-Bachner",
                    "email": "charlequin@gmail.com"
                }
            ],
            "description": "The place to keep your cache.",
            "homepage": "http://github.com/tedious/Stash",
            "keywords": [
                "apc",
                "cache",
                "caching",
                "memcached",
                "redis",
                "sessions"
            ],
            "time": "2015-01-17 07:51:57"
        },
        {
            "name": "tedivm/stash-bundle",
            "version": "v0.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/tedious/TedivmStashBundle.git",
                "reference": "c8bca57685e9cca3dfb109db329aaec52cf7b3e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tedious/TedivmStashBundle/zipball/c8bca57685e9cca3dfb109db329aaec52cf7b3e4",
                "reference": "c8bca57685e9cca3dfb109db329aaec52cf7b3e4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/config": ">=2.1,<3.0",
                "symfony/dependency-injection": ">=2.1,<3.0",
                "symfony/http-kernel": ">=2.1,<3.0",
                "tedivm/stash": "0.12.*"
            },
            "require-dev": {
                "doctrine/cache": "~1.0",
                "fabpot/php-cs-fixer": "0.4.0",
                "phpunit/phpunit": "4.1.*",
                "satooshi/php-coveralls": "dev-master"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Tedivm\\StashBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Robert Hafner",
                    "email": "tedivm@tedivm.com"
                },
                {
                    "name": "Josh Hall-Bachner",
                    "email": "jhallbachner@gmail.com"
                }
            ],
            "description": "Incorporates the Stash caching library into Symfony.",
            "homepage": "http://github.com/tedious/TedivmStashBundle",
            "keywords": [
                "apc",
                "cache",
                "caching",
                "memcached",
                "redis",
                "sessions",
                "stash",
                "symfony"
            ],
            "time": "2014-12-08 07:00:03"
        },
        {
            "name": "twig/twig",
            "version": "v1.18.2",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-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"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2015-06-06 23:31:24"
        },
        {
            "name": "zendframework/zend-code",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-code.git",
                "reference": "79ff39f88a03461ccceeeabfc7ead2cf7d328f36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/79ff39f88a03461ccceeeabfc7ead2cf7d328f36",
                "reference": "79ff39f88a03461ccceeeabfc7ead2cf7d328f36",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-eventmanager": "self.version"
            },
            "require-dev": {
                "doctrine/common": ">=2.1",
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-stdlib": "self.version"
            },
            "suggest": {
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Code\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
            "homepage": "https://github.com/zendframework/zend-code",
            "keywords": [
                "code",
                "zf2"
            ],
            "time": "2014-03-06 17:27:03"
        },
        {
            "name": "zendframework/zend-eventmanager",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-eventmanager.git",
                "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b",
                "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-event-manager",
            "keywords": [
                "eventmanager",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zendframework/zend-stdlib",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-stdlib.git",
                "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/b42d784bd142e916058a9d68eeafcc10ff63c12e",
                "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-stdlib",
            "keywords": [
                "stdlib",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zetacomponents/base",
            "version": "1.9",
            "source": {
                "type": "git",
                "url": "https://github.com/zetacomponents/Base.git",
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
                "shasum": ""
            },
            "require-dev": {
                "zetacomponents/unit-test": "*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Sergey Alexeev"
                },
                {
                    "name": "Sebastian Bergmann"
                },
                {
                    "name": "Jan Borsodi"
                },
                {
                    "name": "Raymond Bosman"
                },
                {
                    "name": "Frederik Holljen"
                },
                {
                    "name": "Kore Nordmann"
                },
                {
                    "name": "Derick Rethans"
                },
                {
                    "name": "Vadym Savchuk"
                },
                {
                    "name": "Tobias Schlitt"
                },
                {
                    "name": "Alexandru Stanoi"
                }
            ],
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
            "homepage": "https://github.com/zetacomponents",
            "time": "2014-09-19 03:28:34"
        },
        {
            "name": "zetacomponents/mail",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zetacomponents/Mail.git",
                "reference": "33f0fce2c156b26a850d495a3b069ad1c1e40854"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/33f0fce2c156b26a850d495a3b069ad1c1e40854",
                "reference": "33f0fce2c156b26a850d495a3b069ad1c1e40854",
                "shasum": ""
            },
            "require": {
                "zetacomponents/base": "~1.8"
            },
            "require-dev": {
                "zetacomponents/unit-test": "*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Sergey Alexeev"
                },
                {
                    "name": "Sebastian Bergmann"
                },
                {
                    "name": "Jan Borsodi"
                },
                {
                    "name": "Raymond Bosman"
                },
                {
                    "name": "Frederik Holljen"
                },
                {
                    "name": "Kore Nordmann"
                },
                {
                    "name": "Derick Rethans"
                },
                {
                    "name": "Vadym Savchuk"
                },
                {
                    "name": "Tobias Schlitt"
                },
                {
                    "name": "Alexandru Stanoi"
                },
                {
                    "name": "Christian Michel"
                },
                {
                    "name": "Sinisa Dukaric"
                },
                {
                    "name": "Mikko Koppanen"
                }
            ],
            "description": "The component allows you construct and/or parse Mail messages conforming to  the mail standard. It has support for attachments, multipart messages and HTML  mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to  retrieve e-mail.",
            "homepage": "https://github.com/zetacomponents",
            "time": "2014-11-04 10:14:21"
        }
    ],
    "packages-dev": [
        {
            "name": "cilex/cilex",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Cilex/Cilex.git",
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
                "shasum": ""
            },
            "require": {
                "cilex/console-service-provider": "1.*",
                "php": ">=5.3.3",
                "pimple/pimple": "~1.0",
                "symfony/finder": "~2.1",
                "symfony/process": "~2.1"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "symfony/validator": "~2.1"
            },
            "suggest": {
                "monolog/monolog": ">=1.0.0",
                "symfony/validator": ">=1.0.0",
                "symfony/yaml": ">=1.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Cilex": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
            "homepage": "http://cilex.github.com",
            "keywords": [
                "cli",
                "microframework"
            ],
            "time": "2014-03-29 14:03:13"
        },
        {
            "name": "cilex/console-service-provider",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Cilex/console-service-provider.git",
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "pimple/pimple": "1.*@dev",
                "symfony/console": "~2.1"
            },
            "require-dev": {
                "cilex/cilex": "1.*@dev",
                "silex/silex": "1.*@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Cilex\\Provider\\Console": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                },
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "description": "Console Service Provider",
            "keywords": [
                "cilex",
                "console",
                "pimple",
                "service-provider",
                "silex"
            ],
            "time": "2012-12-19 10:50:58"
        },
        {
            "name": "codeclimate/php-test-reporter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/codeclimate/php-test-reporter.git",
                "reference": "418ae782307841ac50fe26daa4cfe04520b0de9c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/418ae782307841ac50fe26daa4cfe04520b0de9c",
                "reference": "418ae782307841ac50fe26daa4cfe04520b0de9c",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3",
                "satooshi/php-coveralls": "0.6.*",
                "symfony/console": ">=2.0"
            },
            "require-dev": {
                "ext-xdebug": "*",
                "phpunit/phpunit": "3.7.*@stable"
            },
            "bin": [
                "composer/bin/test-reporter"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "CodeClimate\\Component": "src/",
                    "CodeClimate\\Bundle": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Code Climate",
                    "email": "hello@codeclimate.com",
                    "homepage": "https://codeclimate.com"
                }
            ],
            "description": "PHP client for reporting test coverage to Code Climate",
            "homepage": "https://github.com/codeclimate/php-test-reporter",
            "keywords": [
                "codeclimate",
                "coverage"
            ],
            "time": "2015-04-18 14:43:54"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2015-06-14 21:17:01"
        },
        {
            "name": "erusev/parsedown",
            "version": "1.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a",
                "reference": "b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "time": "2015-04-29 20:22:24"
        },
        {
            "name": "ezsystems/ezcs",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ezsystems/ezcs.git",
                "reference": "1c7a4a4fce1dd0d859ab061f6b007d8cf1f5a9e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezsystems/ezcs/zipball/1c7a4a4fce1dd0d859ab061f6b007d8cf1f5a9e8",
                "reference": "1c7a4a4fce1dd0d859ab061f6b007d8cf1f5a9e8",
                "shasum": ""
            },
            "require-dev": {
                "squizlabs/php_codesniffer": "1.*"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GNU General Public License v2.0"
            ],
            "description": "This package contains the configuration for various tools to check the eZ coding standards in different languages",
            "time": "2015-06-01 12:04:45"
        },
        {
            "name": "herrera-io/json",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/herrera-io/php-json.git",
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/herrera-io/php-json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
                "php": ">=5.3.3",
                "seld/jsonlint": ">=1.0,<2.0-dev"
            },
            "require-dev": {
                "herrera-io/phpunit-test-case": "1.*",
                "mikey179/vfsstream": "1.1.0",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/lib/json_version.php"
                ],
                "psr-0": {
                    "Herrera\\Json": "src/lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Herrera",
                    "email": "kevin@herrera.io",
                    "homepage": "http://kevin.herrera.io/",
                    "role": "Developer"
                }
            ],
            "description": "A library for simplifying JSON linting and validation.",
            "homepage": "http://herrera-io.github.com/php-json",
            "keywords": [
                "json",
                "lint",
                "schema",
                "validate"
            ],
            "time": "2013-10-30 16:51:34"
        },
        {
            "name": "herrera-io/phar-update",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/herrera-io/php-phar-update.git",
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/herrera-io/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
                "shasum": ""
            },
            "require": {
                "herrera-io/json": "1.*",
                "kherge/version": "1.*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "herrera-io/phpunit-test-case": "1.*",
                "mikey179/vfsstream": "1.1.0",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/lib/constants.php"
                ],
                "psr-0": {
                    "Herrera\\Phar\\Update": "src/lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Herrera",
                    "email": "kevin@herrera.io",
                    "homepage": "http://kevin.herrera.io/",
                    "role": "Developer"
                }
            ],
            "description": "A library for self-updating Phars.",
            "homepage": "http://herrera-io.github.com/php-phar-update",
            "keywords": [
                "phar",
                "update"
            ],
            "time": "2013-10-30 17:23:01"
        },
        {
            "name": "jms/metadata",
            "version": "1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/metadata.git",
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "doctrine/cache": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Metadata\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Class/method/property metadata management in PHP",
            "keywords": [
                "annotations",
                "metadata",
                "xml",
                "yaml"
            ],
            "time": "2014-07-12 07:13:19"
        },
        {
            "name": "jms/parser-lib",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/parser-lib.git",
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
                "shasum": ""
            },
            "require": {
                "phpoption/phpoption": ">=0.9,<2.0-dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "description": "A library for easily creating recursive-descent parsers.",
            "time": "2012-11-18 18:08:43"
        },
        {
            "name": "jms/serializer",
            "version": "0.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/serializer.git",
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "jms/metadata": "~1.1",
                "jms/parser-lib": "1.*",
                "php": ">=5.3.2",
                "phpcollection/phpcollection": "~0.1"
            },
            "require-dev": {
                "doctrine/orm": "~2.1",
                "doctrine/phpcr-odm": "~1.0.1",
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
                "propel/propel1": "~1.7",
                "symfony/filesystem": "2.*",
                "symfony/form": "~2.1",
                "symfony/translation": "~2.0",
                "symfony/validator": "~2.0",
                "symfony/yaml": "2.*",
                "twig/twig": ">=1.8,<2.0-dev"
            },
            "suggest": {
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.15-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\Serializer": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
            "homepage": "http://jmsyst.com/libs/serializer",
            "keywords": [
                "deserialization",
                "jaxb",
                "json",
                "serialization",
                "xml"
            ],
            "time": "2014-03-18 08:39:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "7dfe4f1db8a62be3dd35710efce663537d515653"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/7dfe4f1db8a62be3dd35710efce663537d515653",
                "reference": "7dfe4f1db8a62be3dd35710efce663537d515653",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "json-schema/json-schema-test-suite": "1.1.0",
                "phpdocumentor/phpdocumentor": "~2",
                "phpunit/phpunit": "~3.7"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JsonSchema": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2015-06-14 20:01:28"
        },
        {
            "name": "kherge/version",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kherge-unmaintained/Version.git",
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kherge-unmaintained/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "KevinGH\\Version": "src/lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Herrera",
                    "email": "me@kevingh.com",
                    "homepage": "http://www.kevingh.com/"
                }
            ],
            "description": "A parsing and comparison library for semantic versioning.",
            "homepage": "http://github.com/kherge/Version",
            "time": "2012-08-16 17:13:03"
        },
        {
            "name": "matthiasnoback/symfony-config-test",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
                "reference": "fe88b915a18399a1848ea30c77b56d099b771a38"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/fe88b915a18399a1848ea30c77b56d099b771a38",
                "reference": "fe88b915a18399a1848ea30c77b56d099b771a38",
                "shasum": ""
            },
            "require": {
                "symfony/config": "2.*"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7",
                "sebastian/exporter": "1.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Matthias\\SymfonyConfigTest\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Noback",
                    "email": "matthiasnoback@gmail.com",
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
                }
            ],
            "description": "Library for testing user classes related to the Symfony Config Component",
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
            "keywords": [
                "config",
                "phpunit",
                "symfony"
            ],
            "time": "2015-04-10 09:28:03"
        },
        {
            "name": "monolog/monolog",
            "version": "1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc",
                "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc",
                "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.9",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "raven/raven": "~0.8",
                "ruflin/elastica": ">=0.90 <3.0",
                "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",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "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": {
                    "dev-master": "1.14.x-dev"
                }
            },
            "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"
            ],
            "time": "2015-06-19 13:29:54"
        },
        {
            "name": "nikic/php-parser",
            "version": "v0.9.5",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb",
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PHPParser": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "time": "2014-07-23 18:24:17"
        },
        {
            "name": "pdepend/pdepend",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pdepend/pdepend.git",
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f58902a774449f73f1a1d9cd1a07aeac8fbee367",
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367",
                "shasum": ""
            },
            "require": {
                "symfony/config": ">=2.4",
                "symfony/dependency-injection": ">=2.4",
                "symfony/filesystem": ">=2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*@stable",
                "squizlabs/php_codesniffer": "@stable"
            },
            "bin": [
                "src/bin/pdepend"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PDepend\\": "src/main/php/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Official version of pdepend to be handled with Composer",
            "time": "2015-05-21 18:09:06"
        },
        {
            "name": "phing/phing",
            "version": "2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phingofficial/phing.git",
                "reference": "a185fef6df7241e540466b67486a4c4b552260e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/a185fef6df7241e540466b67486a4c4b552260e1",
                "reference": "a185fef6df7241e540466b67486a4c4b552260e1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "ext-pdo_sqlite": "*",
                "lastcraft/simpletest": "@dev",
                "pdepend/pdepend": "2.x",
                "pear-pear.php.net/http_request2": "2.2.x",
                "pear-pear.php.net/net_growl": "2.7.x",
                "pear-pear.php.net/pear_packagefilemanager": "1.7.x",
                "pear-pear.php.net/pear_packagefilemanager2": "1.0.x",
                "pear-pear.php.net/xml_serializer": "0.20.x",
                "pear/pear_exception": "~1.0",
                "pear/versioncontrol_git": "@dev",
                "pear/versioncontrol_svn": "~0.5",
                "phpdocumentor/phpdocumentor": "2.x",
                "phploc/phploc": "2.x",
                "phpmd/phpmd": "~2.2",
                "phpunit/phpunit": ">=3.7",
                "sebastian/phpcpd": "2.x",
                "squizlabs/php_codesniffer": "~2.2"
            },
            "suggest": {
                "pdepend/pdepend": "PHP version of JDepend",
                "pear/archive_tar": "Tar file management class",
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
                "phpmd/phpmd": "PHP version of PMD tool",
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
                "phpunit/phpunit": "The PHP Unit Testing Framework",
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
                "tedivm/jshrink": "Javascript Minifier built in PHP"
            },
            "bin": [
                "bin/phing"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "classes/phing/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "classes"
            ],
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                },
                {
                    "name": "Phing Community",
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
                }
            ],
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
            "homepage": "https://www.phing.info/",
            "keywords": [
                "build",
                "phing",
                "task",
                "tool"
            ],
            "time": "2015-05-20 13:04:38"
        },
        {
            "name": "phpcollection/phpcollection",
            "version": "0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-collection.git",
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
                "shasum": ""
            },
            "require": {
                "phpoption/phpoption": "1.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PhpCollection": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "General-Purpose Collection Library for PHP",
            "keywords": [
                "collection",
                "list",
                "map",
                "sequence",
                "set"
            ],
            "time": "2014-03-11 13:46:42"
        },
        {
            "name": "phpdocumentor/fileset",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/Fileset.git",
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/finder": "~2.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/",
                        "tests/unit/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Fileset component for collecting a set of files given directories and file paths",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "files",
                "fileset",
                "phpdoc"
            ],
            "time": "2013-08-06 21:07:42"
        },
        {
            "name": "phpdocumentor/graphviz",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/GraphViz.git",
                "reference": "aa243118c8a055fc853c02802e8503c5435862f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/aa243118c8a055fc853c02802e8503c5435862f7",
                "reference": "aa243118c8a055fc853c02802e8503c5435862f7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/",
                        "tests/unit"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "time": "2014-07-19 06:52:59"
        },
        {
            "name": "phpdocumentor/phpdocumentor",
            "version": "v2.8.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
                "reference": "6d8f4c6381283dd2ae21efae30080adde9bfb1ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/6d8f4c6381283dd2ae21efae30080adde9bfb1ba",
                "reference": "6d8f4c6381283dd2ae21efae30080adde9bfb1ba",
                "shasum": ""
            },
            "require": {
                "cilex/cilex": "~1.0",
                "erusev/parsedown": "~1.0",
                "herrera-io/phar-update": "1.0.3",
                "jms/serializer": "~0.12",
                "monolog/monolog": "~1.6",
                "php": ">=5.3.3",
                "phpdocumentor/fileset": "~1.0",
                "phpdocumentor/graphviz": "~1.0",
                "phpdocumentor/reflection": "~1.0",
                "phpdocumentor/reflection-docblock": "~2.0",
                "symfony/config": "~2.3",
                "symfony/console": "~2.3",
                "symfony/event-dispatcher": "~2.1",
                "symfony/process": "~2.0",
                "symfony/stopwatch": "~2.3",
                "symfony/validator": "~2.2",
                "twig/twig": "~1.3",
                "zendframework/zend-cache": "~2.1",
                "zendframework/zend-config": "~2.1",
                "zendframework/zend-filter": "~2.1",
                "zendframework/zend-i18n": "~2.1",
                "zendframework/zend-serializer": "~2.1",
                "zendframework/zend-servicemanager": "~2.1",
                "zendframework/zend-stdlib": "~2.1",
                "zetacomponents/document": ">=1.3.1"
            },
            "require-dev": {
                "behat/behat": "~3.0",
                "mikey179/vfsstream": "~1.2",
                "mockery/mockery": "~0.9@dev",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.4",
                "symfony/expression-language": "~2.4"
            },
            "suggest": {
                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
            },
            "bin": [
                "bin/phpdoc.php",
                "bin/phpdoc"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "2.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/",
                        "tests/unit/"
                    ],
                    "Cilex\\Provider": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Documentation Generator for PHP",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "api",
                "application",
                "dga",
                "documentation",
                "phpdoc"
            ],
            "time": "2015-07-03 10:23:02"
        },
        {
            "name": "phpdocumentor/reflection",
            "version": "1.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/Reflection.git",
                "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/fc40c3f604ac2287eb5c314174d5109b2c699372",
                "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "~0.9.4",
                "php": ">=5.3.3",
                "phpdocumentor/reflection-docblock": "~2.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "behat/behat": "~2.4",
                "mockery/mockery": "~0.8",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/",
                        "tests/unit/",
                        "tests/mocks/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Reflection library to do Static Analysis for PHP Projects",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2014-11-14 11:43:04"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "dflydev/markdown": "~1.0",
                "erusev/parsedown": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "time": "2015-02-03 12:10:50"
        },
        {
            "name": "phploc/phploc",
            "version": "2.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phploc.git",
                "reference": "ab893cbe5c4b63760b1560b370fedc001eb5717f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/ab893cbe5c4b63760b1560b370fedc001eb5717f",
                "reference": "ab893cbe5c4b63760b1560b370fedc001eb5717f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/finder-facade": "~1.1",
                "sebastian/git": "~2.0",
                "sebastian/version": "~1.0.3",
                "symfony/console": "~2.5"
            },
            "require-dev": {
                "phpunit/phpunit": "~4"
            },
            "bin": [
                "phploc"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "A tool for quickly measuring the size of a PHP project.",
            "homepage": "https://github.com/sebastianbergmann/phploc",
            "time": "2015-06-04 13:18:14"
        },
        {
            "name": "phpmd/phpmd",
            "version": "2.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phpmd/phpmd.git",
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/5eeb5a4d39c8304910b33ae49f8813905346cc35",
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35",
                "shasum": ""
            },
            "require": {
                "pdepend/pdepend": "~2.0",
                "php": ">=5.3.0",
                "symfony/config": ">=2.4",
                "symfony/dependency-injection": ">=2.4",
                "symfony/filesystem": ">=2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "*",
                "squizlabs/php_codesniffer": "*"
            },
            "bin": [
                "src/bin/phpmd"
            ],
            "type": "project",
            "autoload": {
                "psr-0": {
                    "PHPMD\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Manuel Pichler",
                    "email": "github@manuel-pichler.de",
                    "homepage": "https://github.com/manuelpichler",
                    "role": "Project founder"
                },
                {
                    "name": "Other contributors",
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
            "homepage": "http://phpmd.org/",
            "keywords": [
                "mess detection",
                "mess detector",
                "pdepend",
                "phpmd",
                "pmd"
            ],
            "time": "2015-05-27 18:16:57"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PhpOption\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "time": "2014-01-09 22:37:17"
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "phpdocumentor/reflection-docblock": "~2.0",
                "sebastian/comparator": "~1.1"
            },
            "require-dev": {
                "phpspec/phpspec": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2015-04-27 22:15:08"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.1.7",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "07e27765596d72c378a6103e80da5d84e802f1e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/07e27765596d72c378a6103e80da5d84e802f1e4",
                "reference": "07e27765596d72c378a6103e80da5d84e802f1e4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": "~1.3",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-token-stream": "~1.3",
                "sebastian/environment": "~1.0",
                "sebastian/version": "~1.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.1.4",
                "phpunit/phpunit": "~4"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.2.1",
                "ext-xmlwriter": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "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": "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"
            ],
            "time": "2015-06-30 06:52:35"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "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"
            ],
            "time": "2015-04-02 05:19:05"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21 13:50:34"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "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": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2015-06-13 07:35:30"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2015-06-19 03:43:16"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.7.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b",
                "reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "~1.3,>=1.3.1",
                "phpunit/php-code-coverage": "~2.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": ">=1.0.6",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.1",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "~1.2",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.7.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2015-06-30 06:53:57"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/1c330b1b6e1ea8fd15f2fbea46770576e366855c",
                "reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "~1.0,>=1.0.2",
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "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": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2015-07-04 05:41:32"
        },
        {
            "name": "pimple/pimple",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/silexphp/Pimple.git",
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Pimple": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
            "homepage": "http://pimple.sensiolabs.org",
            "keywords": [
                "container",
                "dependency injection"
            ],
            "time": "2013-11-22 08:30:29"
        },
        {
            "name": "satooshi/php-coveralls",
            "version": "v0.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/satooshi/php-coveralls.git",
                "reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/dd0df95bd37a7cf5c5c50304dfe260ffe4b50760",
                "reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-simplexml": "*",
                "guzzle/guzzle": ">=3.0",
                "php": ">=5.3",
                "psr/log": "1.0.0",
                "symfony/config": ">=2.0",
                "symfony/console": ">=2.0",
                "symfony/stopwatch": ">=2.2",
                "symfony/yaml": ">=2.0"
            },
            "require-dev": {
                "apigen/apigen": "2.8.*@stable",
                "pdepend/pdepend": "dev-master",
                "phpmd/phpmd": "dev-master",
                "phpunit/php-invoker": ">=1.1.0,<1.2.0",
                "phpunit/phpunit": "3.7.*@stable",
                "sebastian/finder-facade": "dev-master",
                "sebastian/phpcpd": "1.4.*@stable",
                "squizlabs/php_codesniffer": "1.4.*@stable",
                "theseer/fdomdocument": "dev-master"
            },
            "bin": [
                "composer/bin/coveralls"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Contrib\\Component": "src/",
                    "Contrib\\Bundle": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kitamura Satoshi",
                    "email": "with.no.parachute@gmail.com",
                    "homepage": "https://www.facebook.com/satooshi.jp"
                }
            ],
            "description": "PHP client library for Coveralls API",
            "homepage": "https://github.com/satooshi/php-coveralls",
            "keywords": [
                "ci",
                "coverage",
                "github",
                "test"
            ],
            "time": "2013-05-04 08:07:33"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2015-01-29 16:28:08"
        },
        {
            "name": "sebastian/diff",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "http://www.github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-02-22 15:13:53"
        },
        {
            "name": "sebastian/environment",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2015-01-01 10:01:08"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "84839970d05254c73cde183a721c7af13aede943"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
                "reference": "84839970d05254c73cde183a721c7af13aede943",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2015-01-27 07:23:06"
        },
        {
            "name": "sebastian/finder-facade",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b",
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b",
                "shasum": ""
            },
            "require": {
                "symfony/finder": "~2.3",
                "theseer/fdomdocument": "~1.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
            "time": "2015-06-04 08:11:58"
        },
        {
            "name": "sebastian/git",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/git.git",
                "reference": "2d5c139d0eedcb9e67e0e9ca08023be6e9b7b47b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/2d5c139d0eedcb9e67e0e9ca08023be6e9b7b47b",
                "reference": "2d5c139d0eedcb9e67e0e9ca08023be6e9b7b47b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Simple wrapper for Git",
            "homepage": "http://www.github.com/sebastianbergmann/git",
            "keywords": [
                "git"
            ],
            "time": "2015-04-06 16:23:43"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2014-10-06 09:23:50"
        },
        {
            "name": "sebastian/phpcpd",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d3ad100fdf15805495f6ff19f473f4314c99390c",
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-timer": "~1.0",
                "sebastian/finder-facade": "~1.1",
                "sebastian/version": "~1.0",
                "symfony/console": "~2.2",
                "theseer/fdomdocument": "~1.4"
            },
            "bin": [
                "phpcpd"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Copy/Paste Detector (CPD) for PHP code.",
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
            "time": "2015-03-26 14:47:38"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2015-01-24 09:48:32"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2015-06-21 13:59:46"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
                "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "time": "2015-01-04 21:18:15"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "2.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c1a26c729508f73560c1a4f767f60b8ab6b4a666",
                "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.1.2"
            },
            "bin": [
                "scripts/phpcs",
                "scripts/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "CodeSniffer.php",
                    "CodeSniffer/CLI.php",
                    "CodeSniffer/Exception.php",
                    "CodeSniffer/File.php",
                    "CodeSniffer/Fixer.php",
                    "CodeSniffer/Report.php",
                    "CodeSniffer/Reporting.php",
                    "CodeSniffer/Sniff.php",
                    "CodeSniffer/Tokens.php",
                    "CodeSniffer/Reports/",
                    "CodeSniffer/Tokenizers/",
                    "CodeSniffer/DocGenerators/",
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
                    "CodeSniffer/Standards/IncorrectPatternException.php",
                    "CodeSniffer/Standards/Generic/Sniffs/",
                    "CodeSniffer/Standards/MySource/Sniffs/",
                    "CodeSniffer/Standards/PEAR/Sniffs/",
                    "CodeSniffer/Standards/PSR1/Sniffs/",
                    "CodeSniffer/Standards/PSR2/Sniffs/",
                    "CodeSniffer/Standards/Squiz/Sniffs/",
                    "CodeSniffer/Standards/Zend/Sniffs/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "lead"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "http://www.squizlabs.com/php-codesniffer",
            "keywords": [
                "phpcs",
                "standards"
            ],
            "time": "2015-06-24 03:16:23"
        },
        {
            "name": "theseer/fdomdocument",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/fDOMDocument.git",
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "lib-libxml": "*",
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "lead"
                }
            ],
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
            "homepage": "https://github.com/theseer/fDOMDocument",
            "time": "2015-05-27 22:58:02"
        },
        {
            "name": "zendframework/zend-cache",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-cache.git",
                "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/ead910ec8b0aa464ede58c959665d0292d9482b0",
                "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-session": "self.version"
            },
            "suggest": {
                "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
                "ext-dba": "DBA, to use the DBA storage adapter",
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-session": "Zend\\Session component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a generic way to cache any data",
            "homepage": "https://github.com/zendframework/zend-cache",
            "keywords": [
                "cache",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zendframework/zend-config",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-config.git",
                "reference": "2077985e6de29bf2bd7df16d4f385dcb53062394"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2077985e6de29bf2bd7df16d4f385dcb53062394",
                "reference": "2077985e6de29bf2bd7df16d4f385dcb53062394",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-i18n": "self.version",
                "zendframework/zend-json": "self.version",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-filter": "Zend\\Filter component",
                "zendframework/zend-i18n": "Zend\\I18n component",
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Config\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
            "homepage": "https://github.com/zendframework/zend-config",
            "keywords": [
                "config",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zendframework/zend-filter",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-filter.git",
                "reference": "790934a61b9bce2c00106ec75fbc024c029de4d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/790934a61b9bce2c00106ec75fbc024c029de4d0",
                "reference": "790934a61b9bce2c00106ec75fbc024c029de4d0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-crypt": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-uri": "self.version"
            },
            "suggest": {
                "zendframework/zend-crypt": "Zend\\Crypt component",
                "zendframework/zend-i18n": "Zend\\I18n component",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
                "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter",
                "zendframework/zend-validator": "Zend\\Validator component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Filter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a set of commonly needed data filters",
            "homepage": "https://github.com/zendframework/zend-filter",
            "keywords": [
                "filter",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zendframework/zend-i18n",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-i18n.git",
                "reference": "6a5a65c1cdcf02877e2526c1b3e315de6a59bb8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6a5a65c1cdcf02877e2526c1b3e315de6a59bb8c",
                "reference": "6a5a65c1cdcf02877e2526c1b3e315de6a59bb8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-cache": "self.version",
                "zendframework/zend-config": "self.version",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-validator": "self.version",
                "zendframework/zend-view": "self.version"
            },
            "suggest": {
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
                "zendframework/zend-cache": "Zend\\Cache component",
                "zendframework/zend-config": "Zend\\Config component",
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
                "zendframework/zend-filter": "You should install this package to use the provided filters",
                "zendframework/zend-resources": "Translation resources",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
                "zendframework/zend-validator": "You should install this package to use the provided validators",
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\I18n\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-i18n",
            "keywords": [
                "i18n",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zendframework/zend-json",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-json.git",
                "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/e0a2e72459b029c3d3785fe8a0b41312670bfd24",
                "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-http": "self.version",
                "zendframework/zend-server": "self.version"
            },
            "suggest": {
                "zendframework/zend-http": "Zend\\Http component",
                "zendframework/zend-server": "Zend\\Server component",
                "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Json\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
            "homepage": "https://github.com/zendframework/zend-json",
            "keywords": [
                "json",
                "zf2"
            ],
            "time": "2014-03-06 17:27:03"
        },
        {
            "name": "zendframework/zend-math",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-math.git",
                "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/0e5ba13e2bc64f6544f5508acf705dd2fc12d91d",
                "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master"
            },
            "suggest": {
                "ext-bcmath": "If using the bcmath functionality",
                "ext-gmp": "If using the gmp functionality",
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
                "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-math",
            "keywords": [
                "math",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zendframework/zend-serializer",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-serializer.git",
                "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/aabfa157039e0c8ca0627a002e8e8f13e62393a8",
                "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-json": "self.version",
                "zendframework/zend-math": "self.version",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-servicemanager": "To support plugin manager support"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Serializer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
            "homepage": "https://github.com/zendframework/zend-serializer",
            "keywords": [
                "serializer",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zendframework/zend-servicemanager",
            "version": "2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-servicemanager.git",
                "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0",
                "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master"
            },
            "suggest": {
                "zendframework/zend-di": "Zend\\Di component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\ServiceManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-service-manager",
            "keywords": [
                "servicemanager",
                "zf2"
            ],
            "time": "2014-03-05 17:29:35"
        },
        {
            "name": "zetacomponents/document",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zetacomponents/Document.git",
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
                "shasum": ""
            },
            "require": {
                "zetacomponents/base": "*"
            },
            "require-dev": {
                "zetacomponents/unit-test": "dev-master"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann"
                },
                {
                    "name": "Kore Nordmann"
                },
                {
                    "name": "Derick Rethans"
                },
                {
                    "name": "Tobias Schlitt"
                },
                {
                    "name": "Alexandru Stanoi"
                }
            ],
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
            "homepage": "https://github.com/zetacomponents",
            "time": "2013-12-19 11:40:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "ezsystems/ezcs": 20,
        "codeclimate/php-test-reporter": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}