HiccupInsurance/sulu-blog-bundle

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": "bb2fda4d40bd08a85f42fd6b52501f4b",
    "content-hash": "926f5c0c57aa3c9f05c14ae470c048fc",
    "packages": [
        {
            "name": "aferrandini/urlizer",
            "version": "1.0.0",
            "target-dir": "Ferrandini",
            "source": {
                "type": "git",
                "url": "https://github.com/aferrandini/Urlizer.git",
                "reference": "9223a883ac24981385cf3ea41bff526c95a3547a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aferrandini/Urlizer/zipball/9223a883ac24981385cf3ea41bff526c95a3547a",
                "reference": "9223a883ac24981385cf3ea41bff526c95a3547a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Ferrandini": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ariel Ferrandini",
                    "email": "arielferrandini@gmail.com",
                    "homepage": "http://www.ferrandini.com/",
                    "role": "Developer"
                }
            ],
            "description": "Library for urlizer",
            "homepage": "https://github.com/aferrandini/urlizer",
            "keywords": [
                "url",
                "urlizer"
            ],
            "time": "2012-11-15 19:49:27"
        },
        {
            "name": "alchemy/binary-driver",
            "version": "1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/alchemy-fr/BinaryDriver.git",
                "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
                "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^2.0|^1.0",
                "monolog/monolog": "^1.3",
                "php": ">=5.5",
                "psr/log": "^1.0",
                "symfony/process": "^2.0|^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0|^5.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Alchemy": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Romain Neutron",
                    "email": "imprec@gmail.com",
                    "homepage": "http://www.lickmychip.com/"
                },
                {
                    "name": "Phraseanet Team",
                    "email": "info@alchemy.fr",
                    "homepage": "http://www.phraseanet.com/"
                },
                {
                    "name": "Nicolas Le Goff",
                    "email": "legoff.n@gmail.com"
                }
            ],
            "description": "A set of tools to build binary drivers",
            "keywords": [
                "binary",
                "driver"
            ],
            "time": "2016-03-02 13:49:15"
        },
        {
            "name": "behat/transliterator",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Transliterator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Artistic-1.0"
            ],
            "description": "String transliterator",
            "keywords": [
                "i18n",
                "slug",
                "transliterator"
            ],
            "time": "2015-09-28 16:26:35"
        },
        {
            "name": "cboden/ratchet",
            "version": "v0.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/ratchetphp/Ratchet.git",
                "reference": "a177819dd0e6eb1d7e4192aeafadfa43a84867f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/a177819dd0e6eb1d7e4192aeafadfa43a84867f1",
                "reference": "a177819dd0e6eb1d7e4192aeafadfa43a84867f1",
                "shasum": ""
            },
            "require": {
                "guzzle/http": "^3.6",
                "php": ">=5.3.9",
                "react/socket": "^0.3 || ^0.4",
                "symfony/http-foundation": "^2.2|^3.0",
                "symfony/routing": "^2.2|^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ratchet\\": "src/Ratchet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP WebSocket library",
            "homepage": "http://socketo.me",
            "keywords": [
                "Ratchet",
                "WebSockets",
                "server",
                "sockets"
            ],
            "time": "2015-12-23 15:06:48"
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
                "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-08-31 12:32:49"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
                "shasum": ""
            },
            "require": {
                "php": "~5.5|~7.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8|~5.0",
                "predis/predis": "~1.0",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "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-12-31 16:37:02"
        },
        {
            "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.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": "~5.5|~7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8|~5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "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-12-25 13:18:31"
        },
        {
            "name": "doctrine/data-fixtures",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/data-fixtures.git",
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/orm": "< 2.4"
            },
            "require-dev": {
                "doctrine/orm": "~2.4"
            },
            "suggest": {
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
                "doctrine/orm": "For loading ORM fixtures",
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\DataFixtures": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Data Fixtures for all Doctrine Object Managers",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database"
            ],
            "time": "2015-03-30 12:14:13"
        },
        {
            "name": "doctrine/dbal",
            "version": "v2.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
                "shasum": ""
            },
            "require": {
                "doctrine/common": ">=2.4,<2.7-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": "2016-01-05 22:11:12"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.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": "2015-11-06 14:35:42"
        },
        {
            "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": "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": "doctrine/orm",
            "version": "v2.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/doctrine2.git",
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "~1.4",
                "doctrine/collections": "~1.2",
                "doctrine/common": ">=2.5-dev,<2.7-dev",
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
                "doctrine/instantiator": "~1.0.1",
                "ext-pdo": "*",
                "php": ">=5.4",
                "symfony/console": "~2.5|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine",
                "bin/doctrine.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\ORM\\": "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": "Object-Relational-Mapper for PHP",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "orm"
            ],
            "time": "2016-01-05 21:34:58"
        },
        {
            "name": "doctrine/phpcr-bundle",
            "version": "1.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrinePHPCRBundle.git",
                "reference": "cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c",
                "reference": "cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpcr/phpcr-implementation": "2.1.*",
                "phpcr/phpcr-utils": "~1.2.0",
                "symfony/doctrine-bridge": "~2.3",
                "symfony/framework-bundle": "~2.3.27 || ~2.4 || ~2.5.11 || ~2.6.6 || ~2.7"
            },
            "conflict": {
                "phpcr/phpcr-shell": "<1.0.0-beta1"
            },
            "require-dev": {
                "doctrine/phpcr-odm": "~1.1",
                "jackalope/jackalope-jackrabbit": "~1.1.0",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "symfony-cmf/testing": "~1.1",
                "symfony/form": "~2.2"
            },
            "suggest": {
                "burgov/key-value-form-bundle": "to edit assoc multivalue properties. require version 1.0.*",
                "doctrine/data-fixtures": "if you want to use the fixture loading.",
                "doctrine/doctrine-bundle": "when using jackalope-doctrine-dbal",
                "doctrine/phpcr-odm": "if you want to use the odm as well. require version ~1.1",
                "jackalope/jackalope-doctrine-dbal": "if you want to use jackalope-doctrine-dbal. require version 1.0.*",
                "jackalope/jackalope-jackrabbit": "if you want to connect to jackrabbit. require version ~1.0.1",
                "phpcr/phpcr-shell": "If you want native access to PHPCR-Shell to manage the PHPCR repository"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\PHPCRBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                }
            ],
            "description": "Symfony DoctrinePHPCRBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "odm",
                "persistence",
                "phpcr"
            ],
            "time": "2015-05-22 10:02:46"
        },
        {
            "name": "doctrine/phpcr-odm",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/phpcr-odm.git",
                "reference": "094accbb0c5e3394cde29b26ec1db8f7abeb08c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/094accbb0c5e3394cde29b26ec1db8f7abeb08c0",
                "reference": "094accbb0c5e3394cde29b26ec1db8f7abeb08c0",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.2",
                "doctrine/common": "^2.4",
                "doctrine/data-fixtures": "^1.0",
                "doctrine/instantiator": "^1.0.1",
                "php": "^5.3.9|~7.0",
                "phpcr/phpcr": "^2.1.1",
                "phpcr/phpcr-implementation": "^2.1.0",
                "phpcr/phpcr-utils": "^1.2.8",
                "symfony/console": "^2.3|^3.0"
            },
            "conflict": {
                "jackalope/jackalope-doctrine-dbal": "<1.1.5"
            },
            "require-dev": {
                "liip/rmt": "~1.2",
                "symfony/phpunit-bridge": "^2.7|^3.0",
                "symfony/yaml": "^2.3|^3.0"
            },
            "suggest": {
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
                "jackalope/jackalope-jackrabbit": "^1.0",
                "symfony/yaml": "^2.3|^3.0"
            },
            "bin": [
                "bin/phpcrodm",
                "bin/phpcrodm.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\ODM\\PHPCR\\": "lib/Doctrine/ODM/PHPCR"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Object-Document-Mapper for PHPCR",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "odm",
                "phpcr"
            ],
            "time": "2016-04-06 05:20:39"
        },
        {
            "name": "evenement/evenement",
            "version": "v2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/igorw/evenement.git",
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Evenement": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch",
                    "homepage": "http://wiedler.ch/igor/"
                }
            ],
            "description": "Événement is a very simple event dispatching library for PHP",
            "keywords": [
                "event-dispatcher",
                "event-emitter"
            ],
            "time": "2012-11-02 14:49:47"
        },
        {
            "name": "friendsofsymfony/http-cache",
            "version": "1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
                "reference": "6269866289ce9b80b7e569b4cffdc829fbe7452b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/6269866289ce9b80b7e569b4cffdc829fbe7452b",
                "reference": "6269866289ce9b80b7e569b4cffdc829fbe7452b",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.0",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.3",
                "symfony/options-resolver": "~2.3"
            },
            "require-dev": {
                "guzzle/plugin-mock": "*",
                "mockery/mockery": "*",
                "monolog/monolog": "*",
                "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.3.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-05-08 08:56:21"
        },
        {
            "name": "friendsofsymfony/rest-bundle",
            "version": "1.7.8",
            "target-dir": "FOS/RestBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
                "reference": "691e7c52d7cf9df266c6404180eda1e47cc64f59"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/691e7c52d7cf9df266c6404180eda1e47cc64f59",
                "reference": "691e7c52d7cf9df266c6404180eda1e47cc64f59",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "~1.0",
                "php": "^5.3.9|~7.0",
                "psr/log": "~1.0",
                "symfony/framework-bundle": "~2.3|~3.0",
                "symfony/http-kernel": "^2.3.24|~3.0",
                "willdurand/jsonp-callback-validator": "~1.0",
                "willdurand/negotiation": "~1.2"
            },
            "conflict": {
                "jms/serializer": "<0.13",
                "jms/serializer-bundle": "<0.11",
                "sensio/framework-extra-bundle": ">=3.0.13",
                "symfony/validator": ">=2.5.0,<2.5.5"
            },
            "require-dev": {
                "jms/serializer": "~0.13|~1.0",
                "jms/serializer-bundle": "~0.11|~1.0",
                "phpoption/phpoption": "~1.1.0",
                "sensio/framework-extra-bundle": "~2.0|~3.0,<3.0.13",
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
                "symfony/browser-kit": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/form": "~2.3|~3.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "symfony/security": "~2.3|~3.0",
                "symfony/serializer": "~2.3|~3.0",
                "symfony/validator": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "suggest": {
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12|~1.0",
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~2.0|~3.0",
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "FOS\\RestBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
                },
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com"
                }
            ],
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "rest"
            ],
            "time": "2016-03-03 17:30:37"
        },
        {
            "name": "gedmo/doctrine-extensions",
            "version": "v2.3.12",
            "source": {
                "type": "git",
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
                "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
                "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
                "shasum": ""
            },
            "require": {
                "behat/transliterator": "~1.0",
                "doctrine/common": "~2.4",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/mongodb-odm": ">=1.0.0-BETA11",
                "doctrine/orm": "~2.4",
                "phpunit/phpunit": "~4.4",
                "phpunit/phpunit-mock-objects": "~2.3",
                "symfony/yaml": "~2.3"
            },
            "suggest": {
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
                "doctrine/orm": "to use the extensions with the ORM"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Gedmo\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                },
                {
                    "name": "Gediminas Morkevicius",
                    "email": "gediminas.morkevicius@gmail.com"
                },
                {
                    "name": "Gustavo Falco",
                    "email": "comfortablynumb84@gmail.com"
                }
            ],
            "description": "Doctrine2 behavioral extensions",
            "homepage": "http://gediminasm.org/",
            "keywords": [
                "Blameable",
                "behaviors",
                "doctrine2",
                "extensions",
                "gedmo",
                "loggable",
                "nestedset",
                "sluggable",
                "sortable",
                "timestampable",
                "translatable",
                "tree",
                "uploadable"
            ],
            "time": "2015-02-24 21:41:37"
        },
        {
            "name": "goodby/csv",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/goodby/csv.git",
                "reference": "e71217b8d6110f3d1ac3784ef9b8a2383c3398b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/goodby/csv/zipball/e71217b8d6110f3d1ac3784ef9b8a2383c3398b9",
                "reference": "e71217b8d6110f3d1ac3784ef9b8a2383c3398b9",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "mikey179/vfsstream": ">=1.1.0",
                "mockery/mockery": ">=0.7.2",
                "phpunit/phpunit": "3.7.*",
                "suin/php-expose": ">=1.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Goodby\\CSV": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "suin",
                    "email": "suinyeze@gmail.com",
                    "homepage": "https://www.facebook.com/suinyeze",
                    "role": "Developer, Renaming Specialist"
                },
                {
                    "name": "reoring",
                    "email": "mori.reo@gmail.com",
                    "homepage": "https://www.facebook.com/reoring",
                    "role": "Developer"
                }
            ],
            "description": "CSV import/export library",
            "homepage": "https://github.com/goodby/csv",
            "keywords": [
                "csv",
                "export",
                "import"
            ],
            "time": "2015-06-29 10:28:19"
        },
        {
            "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": "imagine/imagine",
            "version": "v0.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/avalanche123/Imagine.git",
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
                "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": "2015-09-19 16:54:05"
        },
        {
            "name": "ircmaxell/password-compat",
            "version": "v1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/ircmaxell/password_compat.git",
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/password.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthony Ferrara",
                    "email": "ircmaxell@php.net",
                    "homepage": "http://blog.ircmaxell.com"
                }
            ],
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
            "homepage": "https://github.com/ircmaxell/password_compat",
            "keywords": [
                "hashing",
                "password"
            ],
            "time": "2014-11-20 16:49:30"
        },
        {
            "name": "jackalope/jackalope",
            "version": "1.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/jackalope/jackalope.git",
                "reference": "d908efddf111a97ad2c02a4e180cb23c8f0d0275"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jackalope/jackalope/zipball/d908efddf111a97ad2c02a4e180cb23c8f0d0275",
                "reference": "d908efddf111a97ad2c02a4e180cb23c8f0d0275",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "jackalope/jackalope-transport": "*",
                "php": ">=5.3.3",
                "phpcr/phpcr": "~2.1.0,>=2.1.0-beta12",
                "phpcr/phpcr-utils": "~1.2,>=1.2.6"
            },
            "provide": {
                "phpcr/phpcr-implementation": "2.1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Jackalope\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Jackalope Community",
                    "homepage": "https://github.com/jackalope/jackalope/contributors"
                }
            ],
            "description": "Jackalope PHPCR library",
            "homepage": "http://jackalope.github.io",
            "keywords": [
                "phpcr"
            ],
            "time": "2015-12-01 13:48:15"
        },
        {
            "name": "jackalope/jackalope-doctrine-dbal",
            "version": "1.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
                "reference": "121c087f4ebda828be178dc3cc92fab2e9ffaab6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/121c087f4ebda828be178dc3cc92fab2e9ffaab6",
                "reference": "121c087f4ebda828be178dc3cc92fab2e9ffaab6",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": ">=2.4.5,<3.0.x-dev",
                "jackalope/jackalope": "~1.2.6",
                "php": ">=5.3.3",
                "phpcr/phpcr": "~2.1.2",
                "phpcr/phpcr-utils": "^1.2.9"
            },
            "provide": {
                "jackalope/jackalope-transport": "1.1.0"
            },
            "require-dev": {
                "phpcr/phpcr-api-tests": "2.1.15",
                "phpunit/dbunit": "~1.3",
                "phpunit/phpunit": "4.7.*",
                "psr/log": "~1.0"
            },
            "bin": [
                "bin/jackalope"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Jackalope\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Jackalope Community",
                    "homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
                }
            ],
            "description": "Jackalope Transport library for Doctrine DBAL",
            "homepage": "http://jackalope.github.io",
            "keywords": [
                "doctrine-dbal",
                "phpcr",
                "transport implementation"
            ],
            "time": "2016-04-25 06:11:48"
        },
        {
            "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": "jms/serializer-bundle",
            "version": "0.13.0",
            "target-dir": "JMS/SerializerBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
                "shasum": ""
            },
            "require": {
                "jms/serializer": "~0.11",
                "php": ">=5.3.2",
                "symfony/framework-bundle": "~2.1"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "*",
                "doctrine/orm": "*",
                "symfony/browser-kit": "*",
                "symfony/class-loader": "*",
                "symfony/css-selector": "*",
                "symfony/finder": "*",
                "symfony/form": "*",
                "symfony/process": "*",
                "symfony/twig-bundle": "*",
                "symfony/validator": "*",
                "symfony/yaml": "*"
            },
            "suggest": {
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.13-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\SerializerBundle": ""
                }
            },
            "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": "Allows you to easily serialize, and deserialize data of any complexity",
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
            "keywords": [
                "deserialization",
                "jaxb",
                "json",
                "serialization",
                "xml"
            ],
            "time": "2013-12-05 14:36:11"
        },
        {
            "name": "liip/theme-bundle",
            "version": "1.3.0",
            "target-dir": "Liip/ThemeBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/liip/LiipThemeBundle.git",
                "reference": "4d1843cb3ad9eb491fe9700b4bb9d3b704a2152d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/4d1843cb3ad9eb491fe9700b4bb9d3b704a2152d",
                "reference": "4d1843cb3ad9eb491fe9700b4bb9d3b704a2152d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "psr/log": "~1.0",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "kriswallsmith/assetic": "~1.1",
                "phpunit/php-code-coverage": "@stable",
                "phpunit/phpunit": "~4.5@stable",
                "symfony/console": "~2.0",
                "symfony/expression-language": "~2.6",
                "twig/twig": "~1.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Liip\\ThemeBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
                },
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                }
            ],
            "description": "Provides theming support for #Symfony2 Bundles",
            "keywords": [
                "themes",
                "theming"
            ],
            "time": "2015-06-07 18:06:44"
        },
        {
            "name": "massive/search-bundle",
            "version": "0.13.1",
            "source": {
                "type": "git",
                "url": "https://github.com/massiveart/MassiveSearchBundle.git",
                "reference": "f041cd057bde2f4df383b78fb7e06c66f829f61f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/massiveart/MassiveSearchBundle/zipball/f041cd057bde2f4df383b78fb7e06c66f829f61f",
                "reference": "f041cd057bde2f4df383b78fb7e06c66f829f61f",
                "shasum": ""
            },
            "require": {
                "jms/metadata": "~1.5",
                "php": ">=5.4.0",
                "symfony/property-access": "~2.4"
            },
            "require-dev": {
                "behat/behat": "~3.0.0",
                "behat/symfony2-extension": "~2.0@dev",
                "behat/web-api-extension": "~1.0@dev",
                "doctrine/doctrine-bundle": "~1.3",
                "doctrine/orm": "~2.4",
                "elasticsearch/elasticsearch": "~1.3",
                "matthiasnoback/symfony-dependency-injection-test": "0.7.1",
                "phpbench/phpbench": "~0.10.0",
                "phpbench/tabular": "@dev",
                "symfony-cmf/testing": "dev-master",
                "symfony/symfony": "~2.6",
                "zendframework/zend-stdlib": "2.3.1 as 2.0.0rc5",
                "zendframework/zendsearch": "2.*@dev"
            },
            "suggest": {
                "elasticsearch/elasticsearch": "To use Elasticsearch",
                "sensio/distribution-bundle": "Required if the SearchScriptHandler is used",
                "zendframework/zend-stdlib": "(dependency of zendsearch)",
                "zendframework/zendsearch": "To use the PHP based Zend Search library (based on Lucene)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Massive\\Bundle\\SearchBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Leech",
                    "email": "daniel.leech@massiveart.com"
                }
            ],
            "description": "Massive Search Bundle",
            "time": "2016-05-10 08:04:53"
        },
        {
            "name": "monolog/monolog",
            "version": "1.19.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
                "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",
                "jakub-onderka/php-parallel-lint": "0.9",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "raven/raven": "^0.13",
                "ruflin/elastica": ">=0.90 <3.0",
                "swiftmailer/swiftmailer": "~5.3"
            },
            "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",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.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": "2016-04-12 18:29:35"
        },
        {
            "name": "neutron/temporary-filesystem",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
                "reference": "0a72a1c858b95fd469d87baa333f627978504ea8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8",
                "reference": "0a72a1c858b95fd469d87baa333f627978504ea8",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.9 || ^7.0",
                "symfony/filesystem": "^2.3 || ^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Neutron": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Romain Neutron",
                    "email": "imprec@gmail.com"
                }
            ],
            "description": "Symfony filesystem extension to handle temporary files",
            "time": "2016-03-05 10:22:50"
        },
        {
            "name": "ocramius/proxy-manager",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
                "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": "2.0.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": "2015-08-09 04:28:19"
        },
        {
            "name": "oro/doctrine-extensions",
            "version": "1.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/orocrm/doctrine-extensions.git",
                "reference": "2aab7d5f530d9bc115b6bdb4bf48fe3156453089"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/orocrm/doctrine-extensions/zipball/2aab7d5f530d9bc115b6bdb4bf48fe3156453089",
                "reference": "2aab7d5f530d9bc115b6bdb4bf48fe3156453089",
                "shasum": ""
            },
            "require": {
                "doctrine/orm": ">=2.2.3",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "doctrine/data-fixtures": "dev-master",
                "doctrine/orm": "<2.5.0",
                "phpunit/phpunit": "4.*",
                "symfony/yaml": "2.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Oro\\DBAL": "src/",
                    "Oro\\ORM": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oro, Inc",
                    "homepage": "http://www.orocrm.com"
                }
            ],
            "description": "Doctrine Extensions for MySQL and PostgreSQL.",
            "homepage": "https://github.com/orocrm/doctrine-extensions/",
            "keywords": [
                "database",
                "doctrine",
                "dql",
                "function",
                "mysql",
                "postgresql",
                "type"
            ],
            "time": "2016-03-29 10:30:36"
        },
        {
            "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": "paragonie/random_compat",
            "version": "v2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "pseudorandom",
                "random"
            ],
            "time": "2016-04-03 06:00:07"
        },
        {
            "name": "php-ffmpeg/php-ffmpeg",
            "version": "0.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
                "reference": "7687be530c0bb22ee92ee8924cb0ff0e5edd5e5d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/7687be530c0bb22ee92ee8924cb0ff0e5edd5e5d",
                "reference": "7687be530c0bb22ee92ee8924cb0ff0e5edd5e5d",
                "shasum": ""
            },
            "require": {
                "alchemy/binary-driver": "^1.5",
                "doctrine/cache": "^1.0",
                "evenement/evenement": "^2.0 || ^1.0",
                "neutron/temporary-filesystem": "^2.1.1",
                "php": "^5.3.9 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8",
                "sami/sami": "~1.0",
                "silex/silex": "~1.0"
            },
            "suggest": {
                "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "FFMpeg": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Romain Neutron",
                    "email": "imprec@gmail.com",
                    "homepage": "http://www.lickmychip.com/"
                },
                {
                    "name": "Phraseanet Team",
                    "email": "info@alchemy.fr",
                    "homepage": "http://www.phraseanet.com/"
                },
                {
                    "name": "Patrik Karisch",
                    "email": "patrik@karisch.guru",
                    "homepage": "http://www.karisch.guru"
                }
            ],
            "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
            "keywords": [
                "audio",
                "audio processing",
                "avconv",
                "avprobe",
                "ffmpeg",
                "ffprobe",
                "video",
                "video processing"
            ],
            "time": "2016-03-08 00:47:06"
        },
        {
            "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": "phpcr/phpcr",
            "version": "2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpcr/phpcr.git",
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpcr/phpcr/zipball/fea1529685d7bc4290e2ad0683830263f502971e",
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PHPCR": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                },
                {
                    "name": "Karsten Dambekalns",
                    "email": "karsten@typo3.org"
                }
            ],
            "description": "PHP Content Repository interfaces",
            "homepage": "http://phpcr.github.io",
            "keywords": [
                "contentrepository",
                "phpcr"
            ],
            "time": "2014-12-08 09:40:30"
        },
        {
            "name": "phpcr/phpcr-utils",
            "version": "1.2.9",
            "source": {
                "type": "git",
                "url": "https://github.com/phpcr/phpcr-utils.git",
                "reference": "9f51c3ebfcd1afd83d52f8735a4b14f8bee7e210"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/9f51c3ebfcd1afd83d52f8735a4b14f8bee7e210",
                "reference": "9f51c3ebfcd1afd83d52f8735a4b14f8bee7e210",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpcr/phpcr": "~2.1.0",
                "symfony/console": "~2.3|~3.0"
            },
            "conflict": {
                "jackalope/jackalope-jackrabbit": "<1.2.1"
            },
            "suggest": {
                "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)."
            },
            "bin": [
                "bin/phpcr"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PHPCR\\Util": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                },
                {
                    "name": "Nacho Martín",
                    "email": "nitram.ohcan@gmail.com"
                },
                {
                    "name": "Daniel Barsotti",
                    "email": "daniel.barsotti@liip.ch"
                }
            ],
            "description": "PHP Content Repository implementation independant utilities",
            "homepage": "http://phpcr.github.io",
            "keywords": [
                "cli",
                "contentrepository",
                "phpcr"
            ],
            "time": "2016-02-12 13:58:06"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.7.*"
            },
            "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 M. Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "time": "2015-07-25 16:39:46"
        },
        {
            "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": "pulse00/ffmpeg-bundle",
            "version": "0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pulse00/ffmpeg-bundle.git",
                "reference": "43014797e87e5d79322e59973e9925a88d64f9e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pulse00/ffmpeg-bundle/zipball/43014797e87e5d79322e59973e9925a88d64f9e9",
                "reference": "43014797e87e5d79322e59973e9925a88d64f9e9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.9 || ^7.0",
                "php-ffmpeg/php-ffmpeg": "^0.5 || ^0.6",
                "symfony/dependency-injection": "^2.3 || ^3.0",
                "symfony/framework-bundle": "^2.3 || ^3.0"
            },
            "require-dev": {
                "matthiasnoback/symfony-dependency-injection-test": "~0.7",
                "phpunit/phpunit": "^4.8"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Dubture\\FFmpegBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Robert Gruendler",
                    "email": "r.gruendler@gmail.com"
                }
            ],
            "description": "Symfony bundle to provide PHP-FFmpeg as a Symfony service (https://github.com/alchemy-fr/PHP-FFmpeg)",
            "keywords": [
                "audio",
                "audio processing",
                "avconv",
                "avprobe",
                "ffmpeg",
                "ffprobe",
                "multimedia",
                "video",
                "video processing"
            ],
            "time": "2016-03-07 09:47:04"
        },
        {
            "name": "react/event-loop",
            "version": "v0.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/event-loop.git",
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "suggest": {
                "ext-event": "~1.0",
                "ext-libev": "*",
                "ext-libevent": ">=0.1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\EventLoop\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
            "keywords": [
                "asynchronous",
                "event-loop"
            ],
            "time": "2016-03-08 02:09:32"
        },
        {
            "name": "react/socket",
            "version": "v0.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/ce015ec5879b96f5d30905f035f223aa85013fcc",
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "~2.0|~1.0",
                "php": ">=5.3.0",
                "react/event-loop": "0.4.*|0.3.*",
                "react/stream": "0.4.*|0.3.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Socket\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Library for building an evented socket server.",
            "keywords": [
                "Socket"
            ],
            "time": "2016-03-01 20:10:35"
        },
        {
            "name": "react/stream",
            "version": "v0.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/stream.git",
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^2.0|^1.0",
                "php": ">=5.3.8"
            },
            "require-dev": {
                "react/event-loop": "^0.4|^0.3",
                "react/promise": "^2.0|^1.0"
            },
            "suggest": {
                "react/event-loop": "^0.4",
                "react/promise": "^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Stream\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Basic readable and writable stream interfaces that support piping.",
            "keywords": [
                "pipe",
                "stream"
            ],
            "time": "2015-10-07 18:32:58"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v3.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "symfony/framework-bundle": "~2.3|~3.0"
            },
            "require-dev": {
                "symfony/expression-language": "~2.4|~3.0",
                "symfony/security-bundle": "~2.4|~3.0"
            },
            "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-12-18 17:39:27"
        },
        {
            "name": "stof/doctrine-extensions-bundle",
            "version": "v1.1.0",
            "target-dir": "Stof/DoctrineExtensionsBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
                "reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/0aa21137bcae43241ffa047946bbdd46b91a2b0a",
                "reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a",
                "shasum": ""
            },
            "require": {
                "gedmo/doctrine-extensions": "2.3.*",
                "php": ">=5.3.2",
                "symfony/framework-bundle": "~2.1"
            },
            "suggest": {
                "doctrine/doctrine-bundle": "to use the ORM extensions",
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Stof\\DoctrineExtensionsBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
            "keywords": [
                "behaviors",
                "doctrine2",
                "extensions",
                "gedmo",
                "loggable",
                "nestedset",
                "sluggable",
                "sortable",
                "timestampable",
                "translatable",
                "tree"
            ],
            "time": "2013-06-23 16:53:41"
        },
        {
            "name": "sulu/document-manager",
            "version": "0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sulu/sulu-document-manager.git",
                "reference": "e1a6c20a6fdcd1b66933c47bbbb519a845d81baf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sulu/sulu-document-manager/zipball/e1a6c20a6fdcd1b66933c47bbbb519a845d81baf",
                "reference": "e1a6c20a6fdcd1b66933c47bbbb519a845d81baf",
                "shasum": ""
            },
            "require": {
                "aferrandini/urlizer": "1.0.*",
                "doctrine/phpcr-odm": "~1.2",
                "ocramius/proxy-manager": "~1.0",
                "symfony-cmf/core-bundle": "~1.2",
                "symfony/event-dispatcher": "~2.0",
                "symfony/options-resolver": "~2.4"
            },
            "require-dev": {
                "jackalope/jackalope-doctrine-dbal": "~1.2@dev",
                "monolog/monolog": "~1.0",
                "phpbench/phpbench": "~0.10",
                "phpunit/phpunit": "~4.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Sulu\\Component\\DocumentManager\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Leech",
                    "email": "daniel@dantleech.com"
                }
            ],
            "description": "Sulu Document Manager",
            "time": "2016-04-11 16:04:37"
        },
        {
            "name": "sulu/sulu",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sulu/sulu.git",
                "reference": "5922f9f6cd0d89b28ee80fb2994212ec4a7f1421"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sulu/sulu/zipball/5922f9f6cd0d89b28ee80fb2994212ec4a7f1421",
                "reference": "5922f9f6cd0d89b28ee80fb2994212ec4a7f1421",
                "shasum": ""
            },
            "require": {
                "cboden/ratchet": "0.3.*",
                "doctrine/orm": "2.5.*",
                "doctrine/phpcr-bundle": "~1.2.4",
                "doctrine/phpcr-odm": "~1.3.0",
                "friendsofsymfony/http-cache": "1.3.*",
                "friendsofsymfony/rest-bundle": "~1.4",
                "goodby/csv": "^1.3",
                "guzzle/guzzle": "3.*",
                "imagine/imagine": "~0.6.1",
                "liip/theme-bundle": "1.3.*",
                "massive/search-bundle": "0.13.*",
                "oro/doctrine-extensions": "^1.0",
                "pagerfanta/pagerfanta": "~1.0",
                "php": "^5.5 || ^7.0",
                "pulse00/ffmpeg-bundle": "^0.6",
                "sensio/framework-extra-bundle": "3.0.*",
                "stof/doctrine-extensions-bundle": "1.1.*",
                "sulu/document-manager": "0.6.*",
                "symfony-cmf/routing-bundle": "1.2.*",
                "symfony/swiftmailer-bundle": "~2.3",
                "symfony/symfony": "~2.8",
                "willdurand/hateoas-bundle": "0.3.*"
            },
            "replace": {
                "sulu/admin-bundle": "self.version",
                "sulu/category-bundle": "self.version",
                "sulu/contact-bundle": "self.version",
                "sulu/content-bundle": "self.version",
                "sulu/generator-bundle": "self.version",
                "sulu/location-bundle": "self.version",
                "sulu/media-bundle": "self.version",
                "sulu/search-bundle": "self.version",
                "sulu/security-bundle": "self.version",
                "sulu/snippet-bundle": "self.version",
                "sulu/tag-bundle": "self.version",
                "sulu/test-bundle": "self.version",
                "sulu/translate-bundle": "self.version",
                "sulu/website-bundle": "self.version"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "1.4.*",
                "doctrine/doctrine-fixtures-bundle": "2.2.*",
                "guzzle/plugin-mock": "3.9.*",
                "jackalope/jackalope-jackrabbit": "~1.2.0",
                "massive/build-bundle": "0.2.*",
                "matthiasnoback/symfony-config-test": "^1.0",
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.3",
                "phpcr/phpcr-shell": "~1.0.0@alpha",
                "phpunit/phpunit": ">=4.8.0",
                "sensio/framework-extra-bundle": "~3.0",
                "symfony/monolog-bundle": "2.4.*",
                "twig/twig": "~1.11",
                "zendframework/zend-stdlib": "~2.3",
                "zendframework/zendsearch": "@dev"
            },
            "suggest": {
                "doctrine/doctrine-bundle": "1.2.*",
                "massive/build-bundle": "0.2.*",
                "sensio/framework-extra-bundle": "~3.0",
                "symfony/monolog-bundle": "2.4.*",
                "zendframework/zend-stdlib": "Needed (as in require dev) in addition to zendsearch",
                "zendframework/zendsearch": "To use the PHP based Zend Search library (based on Lucene)"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Sulu\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/Sulu/Component/*/Tests/",
                    "src/Sulu/Bundle/*/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sulu Community",
                    "homepage": "https://github.com/sulu-io/sulu/contributors"
                }
            ],
            "description": "Sulu core distribution",
            "keywords": [
                "core",
                "sulu"
            ],
            "time": "2016-05-10 07:53:57"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1,<0.9.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "http://swiftmailer.org",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "time": "2016-05-01 08:45:47"
        },
        {
            "name": "symfony-cmf/core-bundle",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/core-bundle.git",
                "reference": "2795f93d0a0de9b4dd04572a424a770b8aba0c10"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/2795f93d0a0de9b4dd04572a424a770b8aba0c10",
                "reference": "2795f93d0a0de9b4dd04572a424a770b8aba0c10",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.9|^7.0",
                "symfony-cmf/slugifier-api": "^1.0",
                "symfony/framework-bundle": "^2.3"
            },
            "require-dev": {
                "doctrine/dbal": "2.5.*",
                "mockery/mockery": "^0.9.4",
                "sonata-project/admin-bundle": "^2.2",
                "symfony-cmf/routing-bundle": "^1.2",
                "symfony-cmf/testing": "^1.3",
                "symfony/security-bundle": "^2.1"
            },
            "suggest": {
                "doctrine/phpcr-bundle": "To be able to use the CMF twig extension (^1.0)",
                "doctrine/phpcr-odm": "To be able to use the CMF twig extension (^1.0)",
                "sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension (^2.2)",
                "sonata-project/translation-bundle": "To be able to edit translatable documents (^1.0)",
                "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable (^1.2)",
                "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener (^1.2)",
                "symfony/security-bundle": "To be able to use the publish workflow system (^2.1)",
                "symfony/twig-bundle": "To get access to the CMF twig extension (^2.1)"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
                }
            ],
            "description": "Symfony CMF Core Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF"
            ],
            "time": "2016-03-31 09:52:13"
        },
        {
            "name": "symfony-cmf/routing",
            "version": "1.2.0",
            "target-dir": "Symfony/Cmf/Component/Routing",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/Routing.git",
                "reference": "c67258b875eef3cb08009bf1428499d0f01ce5e7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/c67258b875eef3cb08009bf1428499d0f01ce5e7",
                "reference": "c67258b875eef3cb08009bf1428499d0f01ce5e7",
                "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",
                "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.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "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-05-08 19:37:14"
        },
        {
            "name": "symfony-cmf/routing-bundle",
            "version": "1.2.0",
            "target-dir": "Symfony/Cmf/Bundle/RoutingBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/routing-bundle.git",
                "reference": "46937814d7430e637940714abf1e48cea4996ea4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/46937814d7430e637940714abf1e48cea4996ea4",
                "reference": "46937814d7430e637940714abf1e48cea4996ea4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony-cmf/routing": "~1.2.0",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "doctrine/orm": "2.3.*",
                "matthiasnoback/symfony-config-test": "0.*",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
                "symfony-cmf/core-bundle": "~1.1",
                "symfony-cmf/testing": "1.1.*",
                "symfony/monolog-bundle": "2.3.*"
            },
            "suggest": {
                "doctrine/orm": "To enable support for the ORM entities",
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents",
                "symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
                "symfony-cmf/core-bundle": "To use the provided Doctrine\\Phpcr documents and for easier configuration"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Cmf\\Bundle\\RoutingBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
                }
            ],
            "description": "Symfony RoutingBundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "database",
                "routing"
            ],
            "time": "2014-05-08 19:39:23"
        },
        {
            "name": "symfony-cmf/slugifier-api",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/slugifier-api.git",
                "reference": "32537551dbb6ed831b7523d7e63367d3fcea1c37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/slugifier-api/zipball/32537551dbb6ed831b7523d7e63367d3fcea1c37",
                "reference": "32537551dbb6ed831b7523d7e63367d3fcea1c37",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.9|^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Api\\Slugifier\\": "",
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\Slugifier\\": "CoreBundle"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/slugifier-api/contributors"
                }
            ],
            "description": "Provides a basic slugifier interface to transform text into strings suitable for URLs",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "slugify",
                "urlize"
            ],
            "time": "2016-03-31 08:06:29"
        },
        {
            "name": "symfony/polyfill-apcu",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-apcu.git",
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "apcu",
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-intl-icu",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
                "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f",
                "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/intl": "~2.3|~3.0"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's ICU-related data and classes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "icu",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-php54",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php54.git",
                "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1",
                "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php54\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-php55",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php55.git",
                "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
                "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
                "shasum": ""
            },
            "require": {
                "ircmaxell/password-compat": "~1.0",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php55\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-php56",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php56.git",
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-util": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php56\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "~1.0|~2.0",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php70\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-util",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-util.git",
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Util\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony utilities for portability of PHP codes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compat",
                "compatibility",
                "polyfill",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/security-acl",
            "version": "v3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/security-acl.git",
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1",
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/security-core": "~2.8|~3.0"
            },
            "require-dev": {
                "doctrine/common": "~2.2",
                "doctrine/dbal": "~2.2",
                "psr/log": "~1.0",
                "symfony/phpunit-bridge": "~2.8|~3.0"
            },
            "suggest": {
                "doctrine/dbal": "For using the built-in ACL implementation",
                "symfony/class-loader": "For using the ACL generateSql script",
                "symfony/finder": "For using the ACL generateSql script"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Security\\Acl\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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": "Symfony Security Component - ACL (Access Control List)",
            "homepage": "https://symfony.com",
            "time": "2015-12-28 09:39:46"
        },
        {
            "name": "symfony/swiftmailer-bundle",
            "version": "v2.3.11",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7|~3.0"
            },
            "suggest": {
                "psr/log": "Allows logging"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony SwiftmailerBundle",
            "homepage": "http://symfony.com",
            "time": "2016-01-15 16:41:20"
        },
        {
            "name": "symfony/symfony",
            "version": "v2.8.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "8408816780215fae055599d100b5385d9a247151"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/8408816780215fae055599d100b5385d9a247151",
                "reference": "8408816780215fae055599d100b5385d9a247151",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "php": ">=5.3.9",
                "psr/log": "~1.0",
                "symfony/polyfill-apcu": "~1.1",
                "symfony/polyfill-intl-icu": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php54": "~1.0",
                "symfony/polyfill-php55": "~1.0",
                "symfony/polyfill-php56": "~1.0",
                "symfony/polyfill-php70": "~1.0",
                "symfony/polyfill-util": "~1.0",
                "symfony/security-acl": "~2.7|~3.0.0",
                "twig/twig": "~1.23|~2.0"
            },
            "conflict": {
                "phpdocumentor/reflection": "<1.0.7"
            },
            "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/ldap": "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/property-info": "self.version",
                "symfony/proxy-manager-bridge": "self.version",
                "symfony/routing": "self.version",
                "symfony/security": "self.version",
                "symfony/security-bundle": "self.version",
                "symfony/security-core": "self.version",
                "symfony/security-csrf": "self.version",
                "symfony/security-guard": "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.4",
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/orm": "~2.4,>=2.4.5",
                "egulias/email-validator": "~1.2",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
                "phpdocumentor/reflection": "^1.0.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-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/Intl/Resources/stubs"
                ],
                "exclude-from-classmap": [
                    "**/Tests/"
                ]
            },
            "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": "2016-05-09 21:45:54"
        },
        {
            "name": "twig/twig",
            "version": "v1.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.7"
            },
            "require-dev": {
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.24-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": "2016-01-25 21:22:18"
        },
        {
            "name": "willdurand/hateoas",
            "version": "v2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/Hateoas.git",
                "reference": "fc0869381d6934e5d430084154584761297caa6c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
                "reference": "fc0869381d6934e5d430084154584761297caa6c",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "~1.0",
                "doctrine/common": "~2.0",
                "jms/metadata": "~1.1",
                "jms/serializer": "~0.13",
                "php": ">=5.3",
                "symfony/expression-language": "~2.4"
            },
            "require-dev": {
                "atoum/atoum": "*@dev",
                "hautelook/frankenstein": "~0.1",
                "pagerfanta/pagerfanta": "~1.0",
                "phpunit/phpunit": "~3.7",
                "symfony/dependency-injection": "~2.0",
                "symfony/routing": "~2.0",
                "symfony/yaml": "~2.0",
                "twig/twig": "~1.12"
            },
            "suggest": {
                "symfony/routing": "To use the SymfonyRouteFactory.",
                "symfony/yaml": "To use yaml based configuration.",
                "twig/twig": "To use the Twig extensions."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Hateoas": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Adrien Brault",
                    "email": "adrien.brault@gmail.com"
                },
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "A PHP library to support implementing representations for HATEOAS REST web services",
            "time": "2015-05-21 21:57:34"
        },
        {
            "name": "willdurand/hateoas-bundle",
            "version": "0.3.0",
            "target-dir": "Bazinga/Bundle/HateoasBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
                "reference": "2776be35729b27e31b15a49c05dae8fe3c03692f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/2776be35729b27e31b15a49c05dae8fe3c03692f",
                "reference": "2776be35729b27e31b15a49c05dae8fe3c03692f",
                "shasum": ""
            },
            "require": {
                "jms/serializer-bundle": "~0.13",
                "symfony/framework-bundle": "~2.2",
                "willdurand/hateoas": "~2.0"
            },
            "require-dev": {
                "symfony/expression-language": "~2.4"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Bazinga\\Bundle\\HateoasBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com",
                    "homepage": "http://www.willdurand.fr"
                }
            ],
            "description": "Integration of Hateoas into Symfony2.",
            "keywords": [
                "HATEOAS",
                "rest"
            ],
            "time": "2014-06-03 07:39:08"
        },
        {
            "name": "willdurand/jsonp-callback-validator",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JsonpCallbackValidator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com",
                    "homepage": "http://www.willdurand.fr"
                }
            ],
            "description": "JSONP callback validator.",
            "time": "2014-01-20 22:35:06"
        },
        {
            "name": "willdurand/negotiation",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/Negotiation.git",
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Negotiation\\": "src/Negotiation"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
            "homepage": "http://williamdurand.fr/Negotiation/",
            "keywords": [
                "accept",
                "content",
                "format",
                "header",
                "negotiation"
            ],
            "time": "2015-10-01 07:42:40"
        },
        {
            "name": "zendframework/zend-code",
            "version": "2.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-code.git",
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
            },
            "require-dev": {
                "doctrine/annotations": "~1.0",
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "^4.8.21",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "suggest": {
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev",
                    "dev-develop": "2.7-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": "2016-04-20 17:26:42"
        },
        {
            "name": "zendframework/zend-eventmanager",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-eventmanager.git",
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0"
            },
            "require-dev": {
                "athletic/athletic": "^0.1",
                "container-interop/container-interop": "^1.1.0",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "^2.0",
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
            },
            "suggest": {
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev",
                    "dev-develop": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Trigger and listen to events within a PHP application",
            "homepage": "https://github.com/zendframework/zend-eventmanager",
            "keywords": [
                "event",
                "eventmanager",
                "events",
                "zf2"
            ],
            "time": "2016-02-18 20:53:00"
        }
    ],
    "packages-dev": [
        {
            "name": "codeclimate/php-test-reporter",
            "version": "v0.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/codeclimate/php-test-reporter.git",
                "reference": "3a2d3ebdc1df5acf372458c15041af240a6fc016"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/3a2d3ebdc1df5acf372458c15041af240a6fc016",
                "reference": "3a2d3ebdc1df5acf372458c15041af240a6fc016",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3",
                "satooshi/php-coveralls": "1.0.*",
                "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.3.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": "2016-04-19 16:54:33"
        },
        {
            "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": "phpspec/prophecy",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "~2.0",
                "sebastian/comparator": "~1.1",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "phpspec/phpspec": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.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": "2016-02-15 07:46:21"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "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.3.2",
                "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.2.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-10-06 15:47:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
                "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-06-21 13:08:43"
        },
        {
            "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.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4|~5"
            },
            "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": "2016-05-12 18:03:57"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "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-09-15 10:49:45"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.8.26",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "^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.3",
                "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.8.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": "2016-05-17 03:09:28"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2",
                "sebastian/exporter": "~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-10-02 06:51:40"
        },
        {
            "name": "satooshi/php-coveralls",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/satooshi/php-coveralls.git",
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "guzzle/guzzle": "^2.8|^3.0",
                "php": ">=5.3.3",
                "psr/log": "^1.0",
                "symfony/config": "^2.1|^3.0",
                "symfony/console": "^2.1|^3.0",
                "symfony/stopwatch": "^2.0|^3.0",
                "symfony/yaml": "^2.0|^3.0"
            },
            "suggest": {
                "symfony/http-kernel": "Allows Symfony integration"
            },
            "bin": [
                "bin/coveralls"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Satooshi\\": "src/Satooshi/"
                }
            },
            "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": "2016-01-20 17:35:46"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
                "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.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"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2015-07-26 15:48:44"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "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": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-12-08 07:14:41"
        },
        {
            "name": "sebastian/environment",
            "version": "1.3.7",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
                "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": "2016-05-17 03:18:57"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
                "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-06-21 07:55:53"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "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": "2015-10-12 03:26:01"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
                "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-11-11 19:50:13"
        },
        {
            "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"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}