open-orchestra/open-orchestra

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"
    ],
    "content-hash": "2d4f79e57f9752a48eda1a86a6b61260",
    "packages": [
        {
            "name": "alav/composer-assets",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/alavieille/composer-assets.git",
                "reference": "1d187541da2c576d21639b93efe0e5a6fb43b9b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/alavieille/composer-assets/zipball/1d187541da2c576d21639b93efe0e5a6fb43b9b4",
                "reference": "1d187541da2c576d21639b93efe0e5a6fb43b9b4",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "mouf/nodejs-installer": "~1.0.10"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "composer/composer": "~1.0@dev",
                "phake/phake": "@stable",
                "phpunit/phpunit": "4.5.*"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Alav\\ComposerAssets\\ComposerAssetsPlugin"
            },
            "autoload": {
                "psr-4": {
                    "Alav\\ComposerAssets\\": "src/ComposerAssets"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Composer Plugin for installing Assets (bower,npm)",
            "homepage": "https://github.com/alavieille/composer-assets.git",
            "keywords": [
                "assets",
                "bower",
                "composer",
                "npm"
            ],
            "time": "2017-04-03T16:16:16+00:00"
        },
        {
            "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-02T13:49:15+00:00"
        },
        {
            "name": "antimattr/mongodb-migrations",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/antimattr/mongodb-migrations.git",
                "reference": "d553f96ec588ed929ffc75c88f039b26da0d705a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/antimattr/mongodb-migrations/zipball/d553f96ec588ed929ffc75c88f039b26da0d705a",
                "reference": "d553f96ec588ed929ffc75c88f039b26da0d705a",
                "shasum": ""
            },
            "require": {
                "doctrine/mongodb": "1.*",
                "php": ">=5.3.2",
                "symfony/console": "~2",
                "symfony/yaml": "~2"
            },
            "require-dev": {
                "antimattr/test-case": "~1.0@stable",
                "friendsofphp/php-cs-fixer": "~1",
                "mikey179/vfsstream": "1.*",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "AntiMattr\\MongoDB\\Migrations\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Fitzgerald",
                    "email": "matthewfitz@gmail.com"
                },
                {
                    "name": "Ryan Catlin",
                    "email": "ryan.catlin@gmail.com"
                },
                {
                    "name": "Jonathon Suggs",
                    "email": "jsuggs@gmail.com"
                }
            ],
            "description": "Managed Database Migrations for MongoDB",
            "homepage": "http://github.com/antimattr/mongodb-migrations",
            "keywords": [
                "antimattr",
                "database",
                "doctrine",
                "migration",
                "mongodb"
            ],
            "time": "2016-09-16T17:14:51+00:00"
        },
        {
            "name": "antimattr/mongodb-migrations-bundle",
            "version": "v1.0.2",
            "target-dir": "AntiMattr/Bundle/MongoDBMigrationsBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/antimattr/mongodb-migrations-bundle.git",
                "reference": "d84d2bf3e7ae4e39b7efd0f5673d58c6605b847a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/antimattr/mongodb-migrations-bundle/zipball/d84d2bf3e7ae4e39b7efd0f5673d58c6605b847a",
                "reference": "d84d2bf3e7ae4e39b7efd0f5673d58c6605b847a",
                "shasum": ""
            },
            "require": {
                "antimattr/mongodb-migrations": "~1.0.0",
                "doctrine/mongodb-odm": "1.*",
                "php": ">=5.3.2",
                "symfony/framework-bundle": "~2"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "AntiMattr\\Bundle\\MongoDBMigrationsBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Fitzgerald",
                    "email": "matthewfitz@gmail.com"
                },
                {
                    "name": "Jonathon Suggs",
                    "email": "jsuggs@gmail.com"
                }
            ],
            "description": "Symfony MongoDBMigrationsBundle",
            "homepage": "http://github.com/antimattr/mongodb-migrations-bundle",
            "keywords": [
                "antimattr",
                "database",
                "doctrine",
                "migration",
                "mongodb",
                "symfony"
            ],
            "time": "2016-09-16T20:06:10+00:00"
        },
        {
            "name": "behat/transliterator",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "chuyskywalker/rolling-curl": "^3.1",
                "php-yaoi/php-yaoi": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-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": "2017-04-04T11:38:05+00:00"
        },
        {
            "name": "braincrafted/bootstrap-bundle",
            "version": "v2.2.0",
            "target-dir": "Braincrafted/Bundle/BootstrapBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/braincrafted/bootstrap-bundle.git",
                "reference": "23ae42061668d0fdc999b63db55c264265e037ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/braincrafted/bootstrap-bundle/zipball/23ae42061668d0fdc999b63db55c264265e037ab",
                "reference": "23ae42061668d0fdc999b63db55c264265e037ab",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/console": "~2.6|~3.0",
                "symfony/finder": "~2.6|~3.0",
                "symfony/form": "~2.6|~3.0",
                "symfony/framework-bundle": "~2.6|~3.0",
                "symfony/twig-bundle": "~2.6|~3.0",
                "twig/twig": "~1.12|~2.0@dev"
            },
            "require-dev": {
                "knplabs/knp-menu": "~2.0@alpha",
                "knplabs/knp-menu-bundle": "~2.0@alpha",
                "knplabs/knp-paginator-bundle": "dev-master",
                "mockery/mockery": "~0.9",
                "phpunit/phpunit": "~3.7",
                "symfony/assetic-bundle": "~2.6|~3.0"
            },
            "suggest": {
                "knplabs/knp-menu": "Required to use KnpMenuBundle.",
                "knplabs/knp-menu-bundle": "BraincraftedBootstrapBundle styles the menus provided by KnpMenuBundle.",
                "knplabs/knp-paginator-bundle": "BraincraftedBootstrapBundle styles the pagination provided by KnpPaginatorBundle.",
                "twbs/bootstrap": "Twitter Bootstrap provides the assets (images, CSS and JS)"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-0": {
                    "Braincrafted\\Bundle\\BootstrapBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florian Eckerstorfer",
                    "email": "florian@eckerstorfer.co",
                    "homepage": "http://florian.ec"
                }
            ],
            "description": "BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.",
            "keywords": [
                "bootstrap"
            ],
            "time": "2016-01-23T17:44:32+00:00"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343",
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5",
                "psr/log": "^1.0",
                "symfony/process": "^2.5 || ^3.0"
            },
            "suggest": {
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "time": "2017-09-11T07:24:36+00:00"
        },
        {
            "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-31T12:32:49+00:00"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
                "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": "2017-07-22T12:49:21+00:00"
        },
        {
            "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-14T22:21:58+00:00"
        },
        {
            "name": "doctrine/common",
            "version": "v2.7.3",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": "~5.6|~7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.4.6"
            },
            "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": "2017-07-22T08:35:12+00:00"
        },
        {
            "name": "doctrine/data-fixtures",
            "version": "v1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/data-fixtures.git",
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "doctrine/orm": "< 2.4"
            },
            "require-dev": {
                "doctrine/dbal": "^2.5.4",
                "doctrine/orm": "^2.5.4",
                "phpunit/phpunit": "^5.4.6"
            },
            "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.3.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": "2016-09-20T10:07:57+00:00"
        },
        {
            "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-06T14:35:42+00:00"
        },
        {
            "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-14T21:17:01+00:00"
        },
        {
            "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-09T13:34:57+00:00"
        },
        {
            "name": "doctrine/mongodb",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/mongodb.git",
                "reference": "2872db09403d6aa3d6913c1ba210f5f32e9e4e55"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/mongodb/zipball/2872db09403d6aa3d6913c1ba210f5f32e9e4e55",
                "reference": "2872db09403d6aa3d6913c1ba210f5f32e9e4e55",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "^2.2",
                "ext-mongo": "^1.6.7",
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "jmikola/geojson": "^1.0",
                "phpunit/phpunit": "^5.7 || ^6.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Allows usage of PHP 7",
                "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\MongoDB": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Jeremy Mikola",
                    "email": "jmikola@gmail.com"
                },
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com"
                },
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com"
                },
                {
                    "name": "Maciej Malarz",
                    "email": "malarzm@gmail.com"
                },
                {
                    "name": "Andreas Braun",
                    "email": "alcaeus@alcaeus.org"
                }
            ],
            "description": "Doctrine MongoDB Abstraction Layer",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "mongodb",
                "persistence"
            ],
            "time": "2017-10-09T06:14:58+00:00"
        },
        {
            "name": "doctrine/mongodb-odm",
            "version": "1.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/mongodb-odm.git",
                "reference": "748df0da92f6b860fceac89cde1181fda2c26e78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/748df0da92f6b860fceac89cde1181fda2c26e78",
                "reference": "748df0da92f6b860fceac89cde1181fda2c26e78",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "~1.0",
                "doctrine/cache": "~1.0",
                "doctrine/collections": "~1.1",
                "doctrine/common": "~2.4",
                "doctrine/inflector": "~1.0",
                "doctrine/instantiator": "~1.0.1",
                "doctrine/mongodb": "~1.3",
                "php": "^5.6 || ^7.0",
                "symfony/console": "~2.3|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.4",
                "symfony/yaml": "~2.3|~3.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Allows usage of PHP 7",
                "symfony/yaml": "Enables the YAML metadata mapping driver"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\ODM\\MongoDB": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Jeremy Mikola",
                    "email": "jmikola@gmail.com"
                },
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com"
                },
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com"
                },
                {
                    "name": "Maciej Malarz",
                    "email": "malarzm@gmail.com"
                },
                {
                    "name": "Andreas Braun",
                    "email": "alcaeus@alcaeus.org"
                }
            ],
            "description": "Doctrine MongoDB Object Document Mapper",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "mongodb",
                "odm",
                "persistence"
            ],
            "time": "2017-08-19T18:49:49+00:00"
        },
        {
            "name": "doctrine/mongodb-odm-bundle",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineMongoDBBundle.git",
                "reference": "9ad10aa1c64fe140537ebb1306fe0f4d2357f6fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/9ad10aa1c64fe140537ebb1306fe0f4d2357f6fd",
                "reference": "9ad10aa1c64fe140537ebb1306fe0f4d2357f6fd",
                "shasum": ""
            },
            "require": {
                "doctrine/mongodb-odm": "^1.1",
                "php": "^5.6 || ^7.0",
                "psr/log": "^1.0",
                "symfony/config": "^2.7 || ^3.0",
                "symfony/console": "^2.7 || ^3.0",
                "symfony/dependency-injection": "^2.7 || ^3.0",
                "symfony/doctrine-bridge": "^2.7 || ^3.0",
                "symfony/framework-bundle": "^2.7 || ^3.0",
                "symfony/options-resolver": "^2.7 || ^3.0"
            },
            "require-dev": {
                "doctrine/data-fixtures": "@dev",
                "phpunit/phpunit": "^5.6",
                "symfony/form": "^2.7 || ^3.0",
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
                "symfony/yaml": "^2.7 || ^3.0"
            },
            "suggest": {
                "doctrine/data-fixtures": "Load data fixtures"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\MongoDBBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris@symfony.com"
                },
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com"
                }
            ],
            "description": "Symfony2 Doctrine MongoDB Bundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "mongodb",
                "persistence",
                "symfony"
            ],
            "time": "2016-12-08T07:05:40+00:00"
        },
        {
            "name": "evenement/evenement",
            "version": "v2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/igorw/evenement.git",
                "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
                "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
            },
            "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"
                }
            ],
            "description": "Événement is a very simple event dispatching library for PHP",
            "keywords": [
                "event-dispatcher",
                "event-emitter"
            ],
            "time": "2017-07-17T17:39:19+00:00"
        },
        {
            "name": "flowjs/flow-php-server",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/flowjs/flow-php-server.git",
                "reference": "c6802bf7c68fe8d1e19b60e484bf08f838861728"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flowjs/flow-php-server/zipball/c6802bf7c68fe8d1e19b60e484bf08f838861728",
                "reference": "c6802bf7c68fe8d1e19b60e484bf08f838861728",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "dev-master",
                "league/phpunit-coverage-listener": "~1.1",
                "mikey179/vfsstream": "v1.2.0",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Flow": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aidas Klimas",
                    "email": "aidaskk@gmail.com"
                }
            ],
            "description": "PHP library for handling chunk uploads. Works with flow.js html5 file uploads.",
            "keywords": [
                "chunks",
                "file upload",
                "flow",
                "flow.js",
                "html5 file upload",
                "resumable",
                "resumable.js",
                "upload"
            ],
            "time": "2017-04-22T08:41:31+00:00"
        },
        {
            "name": "friendsofsymfony/http-cache",
            "version": "1.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
                "reference": "e528b0fb046d3f329b10951201a5b0cab60e96e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/e528b0fb046d3f329b10951201a5b0cab60e96e1",
                "reference": "e528b0fb046d3f329b10951201a5b0cab60e96e1",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.8",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "^2.3||^3.0",
                "symfony/options-resolver": "^2.3||^3.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "monolog/monolog": "~1.0",
                "symfony/http-kernel": "^2.3||^3.0",
                "symfony/process": "^2.3||^3.0"
            },
            "suggest": {
                "monolog/monolog": "For logging issues while invalidating"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\HttpCache\\": "src/",
                    "FOS\\HttpCache\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Driebit",
                    "email": "tech@driebit.nl",
                    "homepage": "http://www.driebit.nl"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
                }
            ],
            "description": "Tools to manage cache invalidation",
            "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
            "keywords": [
                "caching",
                "http",
                "invalidation",
                "nginx",
                "purge",
                "varnish"
            ],
            "time": "2017-10-09T11:34:53+00:00"
        },
        {
            "name": "friendsofsymfony/http-cache-bundle",
            "version": "1.3.10",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
                "reference": "d5ccceeb0c6ce806b0b1f7fcc4f7a752fc85cf87"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/d5ccceeb0c6ce806b0b1f7fcc4f7a752fc85cf87",
                "reference": "d5ccceeb0c6ce806b0b1f7fcc4f7a752fc85cf87",
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/http-cache": "~1.4",
                "php": ">=5.3.3",
                "symfony/framework-bundle": "^2.3||^3.0"
            },
            "conflict": {
                "twig/twig": "<1.12.0"
            },
            "require-dev": {
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.4",
                "mockery/mockery": "0.9.*",
                "monolog/monolog": "*",
                "polishsymfonycommunity/symfony-mocker-container": "^1.0",
                "sensio/framework-extra-bundle": "^2.3||^3.0",
                "symfony/expression-language": "^2.4||^3.0",
                "symfony/monolog-bundle": "^2.3||^3.0",
                "symfony/phpunit-bridge": "^2.7||^3.0",
                "symfony/symfony": "^2.3.4||^3.0"
            },
            "suggest": {
                "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
                "symfony/console": "To send invalidation requests from the command line",
                "symfony/expression-language": "For Tagged Cache Invalidation"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\HttpCacheBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Driebit",
                    "email": "tech@driebit.nl",
                    "homepage": "http://www.driebit.nl"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
                }
            ],
            "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
            "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
            "keywords": [
                "caching",
                "esi",
                "http",
                "invalidation",
                "purge",
                "varnish"
            ],
            "time": "2017-01-06T14:39:18+00:00"
        },
        {
            "name": "friendsofsymfony/jsrouting-bundle",
            "version": "1.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
                "reference": "49c1069132dcef371fb526351569deabeb6f0d8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/49c1069132dcef371fb526351569deabeb6f0d8e",
                "reference": "49c1069132dcef371fb526351569deabeb6f0d8e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/console": "~2.3|3.*",
                "symfony/framework-bundle": "~2.3|3.*",
                "symfony/serializer": "~2.3|3.*",
                "willdurand/jsonp-callback-validator": "~1.0"
            },
            "require-dev": {
                "symfony/expression-language": "~2.4|3.*",
                "symfony/phpunit-bridge": "^3.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\JsRoutingBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
                },
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "Js Routing",
                "javascript",
                "routing"
            ],
            "time": "2017-08-25T15:21:42+00:00"
        },
        {
            "name": "friendsofsymfony/user-bundle",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
                "reference": "4f92bfbb8742ac8cc195d0b34bf8ecd83b62404a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/4f92bfbb8742ac8cc195d0b34bf8ecd83b62404a",
                "reference": "4f92bfbb8742ac8cc195d0b34bf8ecd83b62404a",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "^1 || ^2",
                "php": "^5.5.9 || ^7.0",
                "symfony/form": "^2.7 || ^3.0",
                "symfony/framework-bundle": "^2.7 || ^3.0",
                "symfony/security-bundle": "^2.7 || ^3.0",
                "symfony/templating": "^2.7 || ^3.0",
                "symfony/twig-bundle": "^2.7 || ^3.0",
                "twig/twig": "^1.28 || ^2.0"
            },
            "conflict": {
                "doctrine/doctrine-bundle": "<1.3",
                "symfony/doctrine-bridge": "<2.7"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "^1.3",
                "friendsofphp/php-cs-fixer": "^1.11",
                "phpunit/phpunit": "~4.8|~5.0",
                "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
                "symfony/console": "^2.7 || ^3.0",
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
                "symfony/validator": "^2.7 || ^3.0",
                "symfony/yaml": "^2.7 || ^3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\UserBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
                },
                {
                    "name": "Thibault Duplessis",
                    "email": "thibault.duplessis@gmail.com"
                }
            ],
            "description": "Symfony FOSUserBundle",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "User management"
            ],
            "time": "2017-05-31T11:50:14+00:00"
        },
        {
            "name": "gedmo/doctrine-extensions",
            "version": "v2.4.31",
            "source": {
                "type": "git",
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
                "reference": "79cd1d49898a21ede9a5dfad41c021abd9a14339"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/79cd1d49898a21ede9a5dfad41c021abd9a14339",
                "reference": "79cd1d49898a21ede9a5dfad41c021abd9a14339",
                "shasum": ""
            },
            "require": {
                "behat/transliterator": "~1.2",
                "doctrine/common": "~2.4",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/common": ">=2.5.0",
                "doctrine/mongodb-odm": ">=1.0.2",
                "doctrine/orm": ">=2.5.0",
                "phpunit/phpunit": "*",
                "symfony/yaml": "~2.6|~3.0"
            },
            "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.4.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": "2017-10-12T06:26:21+00:00"
        },
        {
            "name": "gregwar/captcha",
            "version": "v1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Gregwar/Captcha.git",
                "reference": "b4f22bc4794b652fccefae5a5be9565305e11572"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/b4f22bc4794b652fccefae5a5be9565305e11572",
                "reference": "b4f22bc4794b652fccefae5a5be9565305e11572",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "php": ">=5.3.0"
            },
            "type": "captcha",
            "autoload": {
                "psr-4": {
                    "Gregwar\\Captcha\\": "/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Grégoire Passault",
                    "email": "g.passault@gmail.com",
                    "homepage": "http://www.gregwar.com/"
                },
                {
                    "name": "Jeremy Livingston",
                    "email": "jeremy.j.livingston@gmail.com"
                }
            ],
            "description": "Captcha generator",
            "homepage": "https://github.com/Gregwar/Captcha",
            "keywords": [
                "bot",
                "captcha",
                "spam"
            ],
            "time": "2017-09-27T06:58:14+00:00"
        },
        {
            "name": "gregwar/captcha-bundle",
            "version": "v2.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Gregwar/CaptchaBundle.git",
                "reference": "f6c45045f020e2be45b325bced6c36ce51d8075f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/f6c45045f020e2be45b325bced6c36ce51d8075f",
                "reference": "f6c45045f020e2be45b325bced6c36ce51d8075f",
                "shasum": ""
            },
            "require": {
                "gregwar/captcha": "~1.1",
                "php": ">=5.3.9",
                "symfony/form": "~2.1|~3.0",
                "symfony/framework-bundle": "~2.1|~3.0"
            },
            "type": "captcha-bundle",
            "autoload": {
                "psr-4": {
                    "Gregwar\\CaptchaBundle\\": "/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Grégoire Passault",
                    "email": "g.passault@gmail.com",
                    "homepage": "http://www.gregwar.com/"
                },
                {
                    "name": "Jeremy Livingston",
                    "email": "jeremy.j.livingston@gmail.com"
                }
            ],
            "description": "Captcha bundle",
            "homepage": "https://github.com/Gregwar/CaptchaBundle",
            "keywords": [
                "Symfony2",
                "bot",
                "captcha",
                "code",
                "security",
                "spam",
                "visual"
            ],
            "time": "2016-09-21T08:36:55+00:00"
        },
        {
            "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"
            ],
            "abandoned": "guzzlehttp/guzzle",
            "time": "2015-03-18T18:23:50+00:00"
        },
        {
            "name": "incenteev/composer-parameter-handler",
            "version": "v2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Incenteev/ParameterHandler.git",
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/yaml": "~2.3|~3.0"
            },
            "require-dev": {
                "composer/composer": "1.0.*@dev",
                "phpspec/prophecy-phpunit": "~1.0",
                "symfony/filesystem": "~2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Incenteev\\ParameterHandler\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Composer script handling your ignored parameter file",
            "homepage": "https://github.com/Incenteev/ParameterHandler",
            "keywords": [
                "parameters management"
            ],
            "time": "2015-11-10T17:04:01+00:00"
        },
        {
            "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-20T16:49:30+00:00"
        },
        {
            "name": "jbbcode/jbbcode",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jbowens/jBBCode.git",
                "reference": "645b6a1c0afa92b7d029d3417ebd8b60a5c578b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jbowens/jBBCode/zipball/645b6a1c0afa92b7d029d3417ebd8b60a5c578b3",
                "reference": "645b6a1c0afa92b7d029d3417ebd8b60a5c578b3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JBBCode": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jackson Owens",
                    "email": "jackson_owens@alumni.brown.edu",
                    "homepage": "http://jbowens.org/",
                    "role": "Developer"
                }
            ],
            "description": "A lightweight but extensible BBCode parser written in PHP 5.3.",
            "homepage": "http://jbbcode.com/",
            "keywords": [
                "BB",
                "bbcode"
            ],
            "time": "2014-07-06T05:48:20+00:00"
        },
        {
            "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-12T07:13:19+00:00"
        },
        {
            "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-18T18:08:43+00:00"
        },
        {
            "name": "jms/serializer",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/serializer.git",
                "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
                "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/instantiator": "^1.0.3",
                "jms/metadata": "~1.1",
                "jms/parser-lib": "1.*",
                "php": ">=5.5.0",
                "phpcollection/phpcollection": "~0.1",
                "phpoption/phpoption": "^1.1"
            },
            "conflict": {
                "twig/twig": "<1.12"
            },
            "require-dev": {
                "doctrine/orm": "~2.1",
                "doctrine/phpcr-odm": "^1.3|^2.0",
                "ext-pdo_sqlite": "*",
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
                "phpunit/phpunit": "^4.8|^5.0",
                "propel/propel1": "~1.7",
                "symfony/expression-language": "^2.6|^3.0",
                "symfony/filesystem": "^2.1",
                "symfony/form": "~2.1|^3.0",
                "symfony/translation": "^2.1|^3.0",
                "symfony/validator": "^2.2|^3.0",
                "symfony/yaml": "^2.1|^3.0",
                "twig/twig": "~1.12|~2.0"
            },
            "suggest": {
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\Serializer": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "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": "2017-02-14T14:35:22+00:00"
        },
        {
            "name": "jms/serializer-bundle",
            "version": "1.1.0",
            "target-dir": "JMS/SerializerBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
                "shasum": ""
            },
            "require": {
                "jms/serializer": "^1.0.0",
                "php": ">=5.4.0",
                "phpoption/phpoption": "^1.1.0",
                "symfony/framework-bundle": "~2.3|~3.0"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "*",
                "doctrine/orm": "*",
                "symfony/browser-kit": "*",
                "symfony/class-loader": "*",
                "symfony/css-selector": "*",
                "symfony/finder": "*",
                "symfony/form": "*",
                "symfony/process": "*",
                "symfony/stopwatch": "*",
                "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": "1.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\SerializerBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "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": "2015-11-10T12:26:42+00:00"
        },
        {
            "name": "monolog/monolog",
            "version": "1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
                "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 || ^3.0",
                "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",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "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",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry 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": "2017-06-19T01:22:40+00:00"
        },
        {
            "name": "mouf/nodejs-installer",
            "version": "v1.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/thecodingmachine/nodejs-installer.git",
                "reference": "8e995c32384c329593159ec924276364ae5f5071"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thecodingmachine/nodejs-installer/zipball/8e995c32384c329593159ec924276364ae5f5071",
                "reference": "8e995c32384c329593159ec924276364ae5f5071",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0.0",
                "ext-openssl": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "*"
            },
            "type": "composer-plugin",
            "extra": {
                "class": [
                    "Mouf\\NodeJsInstaller\\NodeJsPlugin"
                ],
                "mouf": {
                    "logo": "node-js.png"
                }
            },
            "autoload": {
                "psr-4": {
                    "Mouf\\NodeJsInstaller\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Négrier",
                    "email": "d.negrier@thecodingmachine.com",
                    "homepage": "http://mouf-php.com"
                }
            ],
            "description": "An installer package that let's you install NodeJS and NPM as a Composer dependency.",
            "homepage": "http://mouf-php.com/packages/mouf/nodejs-installer",
            "keywords": [
                "installer",
                "nodejs",
                "npm"
            ],
            "time": "2016-11-17T08:47:39+00:00"
        },
        {
            "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-05T10:22:50+00:00"
        },
        {
            "name": "open-orchestra/open-orchestra-base-api-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-base-api-bundle.git",
                "reference": "5b55c4b2817a1d583aa9e0d34d061ab97c328c22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-base-api-bundle/zipball/5b55c4b2817a1d583aa9e0d34d061ab97c328c22",
                "reference": "5b55c4b2817a1d583aa9e0d34d061ab97c328c22",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "~1.6.1",
                "jms/serializer-bundle": "~1.1.0",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "php": "~5.6.0",
                "symfony/validator": "~2.8.6"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\BaseApiBundle\\": "BaseApiBundle/",
                    "OpenOrchestra\\BaseApi\\": "BaseApi/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-base-api-bundle/graphs/contributors"
                }
            ],
            "description": "This bundle provide the base bricks for the OpenOrchestra Api",
            "time": "2017-07-04 13:51:44"
        },
        {
            "name": "open-orchestra/open-orchestra-base-api-mongo-model-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-base-api-mongo-model-bundle.git",
                "reference": "3635d1ee60cdac84563394ed150e8ff7c1bb88af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-base-api-mongo-model-bundle/zipball/3635d1ee60cdac84563394ed150e8ff7c1bb88af",
                "reference": "3635d1ee60cdac84563394ed150e8ff7c1bb88af",
                "shasum": ""
            },
            "require": {
                "open-orchestra/open-orchestra-base-api-bundle": "self.version",
                "open-orchestra/open-orchestra-mongo-libs": "self.version",
                "php": "~5.6.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\BaseApiMongoModelBundle\\": "BaseApiMongoModelBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-base-api-mongo-model-bundle/graphs/contributors"
                }
            ],
            "description": "This bundle provide the MongoDB implementation of the Open Orchestra base api bundle",
            "time": "2017-06-07 08:41:55"
        },
        {
            "name": "open-orchestra/open-orchestra-base-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-base-bundle.git",
                "reference": "419bafb6de1047c82cd04659a5fe8fb02e7c514f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-base-bundle/zipball/419bafb6de1047c82cd04659a5fe8fb02e7c514f",
                "reference": "419bafb6de1047c82cd04659a5fe8fb02e7c514f",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0",
                "sensio/framework-extra-bundle": "~3.0.10",
                "symfony/symfony": "~2.8.6",
                "twig/extensions": "~1.3.0",
                "twig/twig": "~1.29"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\BaseBundle\\": "BaseBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-base-bundle/graphs/contributors"
                }
            ],
            "description": "The OpenOrchestra base bundle",
            "time": "2017-06-30 09:01:35"
        },
        {
            "name": "open-orchestra/open-orchestra-bbcode-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-bbcode-bundle.git",
                "reference": "4c3ccd668c9b6d2f5c0c8bac384da0c2cd08ad54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-bbcode-bundle/zipball/4c3ccd668c9b6d2f5c0c8bac384da0c2cd08ad54",
                "reference": "4c3ccd668c9b6d2f5c0c8bac384da0c2cd08ad54",
                "shasum": ""
            },
            "require": {
                "jbbcode/jbbcode": "~1.3.0",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "php": "~5.6.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\BBcodeBundle\\": "BBcodeBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-bbcode-bundle/graphs/contributors"
                }
            ],
            "description": "The Open Orchestra bundle wrapping the jbbcode/jbbcode library",
            "time": "2017-06-07 08:42:05"
        },
        {
            "name": "open-orchestra/open-orchestra-cms-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-cms-bundle.git",
                "reference": "b56969cc2b0ccb6d0c11b2c3a8f3faf688a6d8fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-cms-bundle/zipball/b56969cc2b0ccb6d0c11b2c3a8f3faf688a6d8fa",
                "reference": "b56969cc2b0ccb6d0c11b2c3a8f3faf688a6d8fa",
                "shasum": ""
            },
            "require": {
                "alav/composer-assets": "~1.0.0",
                "braincrafted/bootstrap-bundle": "~2.2.0",
                "doctrine/data-fixtures": "~1.2.0",
                "friendsofsymfony/jsrouting-bundle": "~1.6.0",
                "open-orchestra/open-orchestra-base-api-bundle": "self.version",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-display-bundle": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "open-orchestra/open-orchestra-user-bundle": "self.version",
                "php": "~5.6.0",
                "sensio/generator-bundle": "~3.0.0",
                "symfony/monolog-bundle": "~2.11.0",
                "willdurand/js-translation-bundle": "~2.6.1"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "open-orchestra/open-orchestra-bbcode-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "open-orchestra/open-orchestra-migration-bundle": "self.version",
                "open-orchestra/open-orchestra-model-bundle": "self.version",
                "open-orchestra/open-orchestra-mongo-libs": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "extra": {
                "mouf": {
                    "nodejs": {
                        "version": "~4.4.3"
                    }
                },
                "npm-assets": {
                    "bower": "~1.7",
                    "grunt": "~0.4",
                    "grunt-cli": "~1.2",
                    "grunt-contrib-symlink": "~1.0",
                    "grunt-contrib-less": "~1.3.0",
                    "grunt-contrib-cssmin": "~1.0",
                    "grunt-contrib-uglify": "~1.0",
                    "grunt-contrib-concat": "~1.0",
                    "grunt-contrib-watch": "~1.0",
                    "grunt-contrib-clean": "~1.0",
                    "grunt-contrib-jst": "~1.0",
                    "grunt-commands": "~0.1",
                    "load-grunt-tasks": "~3.5.0",
                    "glob": "~7.0.3",
                    "merge": "~1.2.0",
                    "babel-preset-es2015": "~6.3.0",
                    "aliasify": "~2.1.0",
                    "grunt-babel": "~6.0.0",
                    "grunt-browserify": "~5.0.0"
                },
                "bower-assets": {
                    "datatables.net-buttons-bs": "1.1.0",
                    "jquery": "~2.1.1",
                    "jquery-tokeninput": "1.7.0",
                    "jquery-ui": "~1.11.2",
                    "bootstrap": "~3.3.4",
                    "jquery-form": "3.51",
                    "select2": "3.5.2",
                    "font-awesome": "^4.6.3",
                    "backbone": "~1.2.3",
                    "jquery-minicolors": "~2.2.3",
                    "backbone.wreqr": "~1.3.5",
                    "perfect-scrollbar": "^0.6.16",
                    "tinymce": "~4.5.2",
                    "dagre-d3": "~0.4.17"
                }
            },
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\ModelLogBundle\\": "ModelLogBundle/",
                    "OpenOrchestra\\LogBundle\\": "LogBundle/",
                    "OpenOrchestra\\BackofficeBundle\\": "BackofficeBundle/",
                    "OpenOrchestra\\Backoffice\\": "Backoffice/",
                    "OpenOrchestra\\GroupBundle\\": "GroupBundle/",
                    "OpenOrchestra\\ApiBundle\\": "ApiBundle/",
                    "OpenOrchestra\\UserAdminBundle\\": "UserAdminBundle/",
                    "OpenOrchestra\\Workflow\\": "Workflow/",
                    "OpenOrchestra\\WorkflowAdminBundle\\": "WorkflowAdminBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-cms-bundle/graphs/contributors"
                }
            ],
            "description": "This bundle provide the Back Office part of Open Orchestra",
            "time": "2017-10-13 07:54:37"
        },
        {
            "name": "open-orchestra/open-orchestra-display-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-display-bundle.git",
                "reference": "0e59e8686dac2d8408b57b63b975b4e5a1aa9472"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-display-bundle/zipball/0e59e8686dac2d8408b57b63b975b4e5a1aa9472",
                "reference": "0e59e8686dac2d8408b57b63b975b4e5a1aa9472",
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/http-cache-bundle": "~1.3.6",
                "gregwar/captcha-bundle": "~2.0.2",
                "jbbcode/jbbcode": "~1.3.0",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-bbcode-bundle": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "php": "~5.6.0",
                "symfony/swiftmailer-bundle": "~2.3.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "open-orchestra/open-orchestra-libs": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\DisplayBundle\\": "DisplayBundle/",
                    "OpenOrchestra\\BBcodeBundle\\": "BBcodeBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-display-bundle/graphs/contributors"
                }
            ],
            "description": "The bundle to display all bricks",
            "time": "2017-10-13 08:24:12"
        },
        {
            "name": "open-orchestra/open-orchestra-elastica-admin-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-elastica-admin-bundle.git",
                "reference": "021533c05e65a8fb11c081328b868817a83d1acc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-elastica-admin-bundle/zipball/021533c05e65a8fb11c081328b868817a83d1acc",
                "reference": "021533c05e65a8fb11c081328b868817a83d1acc",
                "shasum": ""
            },
            "require": {
                "doctrine/data-fixtures": "~1.2.0",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-cms-bundle": "self.version",
                "open-orchestra/open-orchestra-elastica-bundle": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "php": "~5.6.0",
                "ruflin/elastica": "~3.2.3"
            },
            "require-dev": {
                "open-orchestra/open-orchestra-base-api-bundle": "self.version",
                "open-orchestra/open-orchestra-bbcode-bundle": "self.version",
                "open-orchestra/open-orchestra-display-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "open-orchestra/open-orchestra-user-bundle": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\ElasticaAdminBundle\\": "ElasticaAdminBundle/",
                    "OpenOrchestra\\ElasticaAdmin\\": "ElasticaAdmin/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-elastica-admin-bundle/graphs/contributors"
                }
            ],
            "description": "A bundle to admin index Open Orchestra elements with Elastica Search",
            "time": "2017-10-11 09:43:17"
        },
        {
            "name": "open-orchestra/open-orchestra-elastica-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-elastica-bundle.git",
                "reference": "8befe67c0d37f1e46e839a3e2f489dd530e77a1e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-elastica-bundle/zipball/8befe67c0d37f1e46e839a3e2f489dd530e77a1e",
                "reference": "8befe67c0d37f1e46e839a3e2f489dd530e77a1e",
                "shasum": ""
            },
            "require": {
                "doctrine/data-fixtures": "~1.2.0",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-display-bundle": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "php": "~5.6.0",
                "ruflin/elastica": "~3.2.3"
            },
            "require-dev": {
                "open-orchestra/open-orchestra-base-api-bundle": "self.version",
                "open-orchestra/open-orchestra-bbcode-bundle": "self.version",
                "open-orchestra/open-orchestra-cms-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "open-orchestra/open-orchestra-user-bundle": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\ElasticaFrontBundle\\": "ElasticaFrontBundle/",
                    "OpenOrchestra\\ElasticaFront\\": "ElasticaFront/",
                    "OpenOrchestra\\ElasticaBundle\\": "ElasticaBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-elastica-bundle/graphs/contributors"
                }
            ],
            "description": "A bundle to index Open Orchestra elements with Elastica Search",
            "time": "2017-08-28 13:49:54"
        },
        {
            "name": "open-orchestra/open-orchestra-libs",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-libs.git",
                "reference": "5d1377894ede1accf9cdab758d95aea8f5ffac36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-libs/zipball/5d1377894ede1accf9cdab758d95aea8f5ffac36",
                "reference": "5d1377894ede1accf9cdab758d95aea8f5ffac36",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "~1.2.7",
                "jms/metadata": "~1.5.1",
                "php": "~5.6.0",
                "symfony/form": "~2.8.6",
                "symfony/http-foundation": "~2.8.6"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\Mapping\\": "Mapping/",
                    "OpenOrchestra\\Pagination\\": "Pagination/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-libs/graphs/contributors"
                }
            ],
            "description": "Some library for the Open Orchestra project",
            "time": "2017-06-07 08:42:33"
        },
        {
            "name": "open-orchestra/open-orchestra-media-admin-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-media-admin-bundle.git",
                "reference": "743fa00a6491b84d67221e215a806d8b210bf773"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-media-admin-bundle/zipball/743fa00a6491b84d67221e215a806d8b210bf773",
                "reference": "743fa00a6491b84d67221e215a806d8b210bf773",
                "shasum": ""
            },
            "require": {
                "alav/composer-assets": "~1.0.0",
                "doctrine/data-fixtures": "~1.2.0",
                "ext-imagick": "~3.4.1",
                "flowjs/flow-php-server": "~1.0.0",
                "open-orchestra/open-orchestra-cms-bundle": "self.version",
                "open-orchestra/open-orchestra-media-bundle": "self.version",
                "open-orchestra/open-orchestra-migration-bundle": "self.version",
                "php": "~5.6.0",
                "php-ffmpeg/php-ffmpeg": "~0.6.1",
                "symfony/monolog-bundle": "~2.11.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "open-orchestra/open-orchestra-base-api-bundle": "self.version",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-bbcode-bundle": "self.version",
                "open-orchestra/open-orchestra-display-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "open-orchestra/open-orchestra-mongo-libs": "self.version",
                "open-orchestra/open-orchestra-user-bundle": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "extra": {
                "mouf": {
                    "nodejs": {
                        "version": "~4.4.3"
                    }
                },
                "npm-assets": {
                    "bower": "~1.7",
                    "grunt": "~0.4",
                    "grunt-cli": "~1.2",
                    "grunt-contrib-symlink": "~1.0",
                    "grunt-contrib-less": "~1.3.0",
                    "grunt-contrib-cssmin": "~1.0",
                    "grunt-contrib-uglify": "~1.0",
                    "grunt-contrib-concat": "~1.0",
                    "grunt-contrib-watch": "~1.0",
                    "grunt-contrib-clean": "~1.0",
                    "grunt-commands": "~0.1",
                    "load-grunt-tasks": "~3.5.0",
                    "glob": "~7.0.3",
                    "merge": "~1.2.0"
                },
                "bower-assets": {
                    "jquery": "~2.1.1",
                    "jquery-ui": "~1.11.2",
                    "backbone": "~1.2.3",
                    "backbone.wreqr": "~1.3.5",
                    "Jcrop": "~0.9.12",
                    "flow.js": "~2.9.0"
                }
            },
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\MediaAdminBundle\\": "MediaAdminBundle/",
                    "OpenOrchestra\\MediaAdmin\\": "MediaAdmin/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-media-admin-bundle/graphs/contributors"
                }
            ],
            "description": "This bundle integrate the media administration in the Back Office of Open Orchestra",
            "time": "2017-10-11 13:48:51"
        },
        {
            "name": "open-orchestra/open-orchestra-media-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-media-bundle.git",
                "reference": "702121d1329c70c3a93dc216a1b47917e186365c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-media-bundle/zipball/702121d1329c70c3a93dc216a1b47917e186365c",
                "reference": "702121d1329c70c3a93dc216a1b47917e186365c",
                "shasum": ""
            },
            "require": {
                "open-orchestra/open-orchestra-bbcode-bundle": "self.version",
                "open-orchestra/open-orchestra-display-bundle": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "open-orchestra/open-orchestra-mongo-libs": "self.version",
                "php": "~5.6.0",
                "stof/doctrine-extensions-bundle": "~1.2.1"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\MediaModelBundle\\": "MediaModelBundle/",
                    "OpenOrchestra\\MediaBundle\\": "MediaBundle/",
                    "OpenOrchestra\\Media\\": "Media/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-media-bundle/graphs/contributors"
                }
            ],
            "description": "A media bundle for Open Orchestra",
            "time": "2017-07-03 08:09:10"
        },
        {
            "name": "open-orchestra/open-orchestra-migration-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-migration-bundle.git",
                "reference": "ef9210bb14eb3715df2b43775a63086db5a64964"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-migration-bundle/zipball/ef9210bb14eb3715df2b43775a63086db5a64964",
                "reference": "ef9210bb14eb3715df2b43775a63086db5a64964",
                "shasum": ""
            },
            "require": {
                "antimattr/mongodb-migrations-bundle": "~1.0.1",
                "php": "~5.6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\MigrationBundle\\": "MigrationBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-migration-bundle/graphs/contributors"
                }
            ],
            "description": "A bundle which contains the mongo migrations for Open Orchestra",
            "time": "2017-06-07 08:42:51"
        },
        {
            "name": "open-orchestra/open-orchestra-model-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-model-bundle.git",
                "reference": "29f9037c8d82f9cef204b652fa800c4313cbd8ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-model-bundle/zipball/29f9037c8d82f9cef204b652fa800c4313cbd8ef",
                "reference": "29f9037c8d82f9cef204b652fa800c4313cbd8ef",
                "shasum": ""
            },
            "require": {
                "doctrine/data-fixtures": "~1.2.0",
                "open-orchestra/open-orchestra-migration-bundle": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "open-orchestra/open-orchestra-mongo-libs": "self.version",
                "php": "~5.6.0",
                "stof/doctrine-extensions-bundle": "~1.2.1"
            },
            "provide": {
                "open-orchestra/open-orchestra-model-interface": "self.version"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-libs": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\ModelBundle\\": "ModelBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-model-bundle/graphs/contributors"
                }
            ],
            "description": "A MongoDB implemantation of the Open Orchestra Model Interface",
            "time": "2017-08-28 13:51:05"
        },
        {
            "name": "open-orchestra/open-orchestra-model-interface",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-model-interface.git",
                "reference": "69aac5e3d7199b22869d6a14ffaa1893857e10a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-model-interface/zipball/69aac5e3d7199b22869d6a14ffaa1893857e10a7",
                "reference": "69aac5e3d7199b22869d6a14ffaa1893857e10a7",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "~1.2.7",
                "doctrine/collections": "~1.3.0",
                "open-orchestra/open-orchestra-libs": "self.version",
                "php": "~5.6.0",
                "symfony/form": "~2.8.6"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\ModelInterface\\": "ModelInterface/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-model-interface/graphs/contributors"
                }
            ],
            "description": "Describe all entity and repository to implement for the whole OpenOrchestra project",
            "time": "2017-08-28 13:50:57"
        },
        {
            "name": "open-orchestra/open-orchestra-mongo-libs",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-mongo-libs.git",
                "reference": "0473c0810478902ccf257ada0dfd35217d9d6c09"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-mongo-libs/zipball/0473c0810478902ccf257ada0dfd35217d9d6c09",
                "reference": "0473c0810478902ccf257ada0dfd35217d9d6c09",
                "shasum": ""
            },
            "require": {
                "doctrine/mongodb-odm-bundle": "~3.2.0",
                "jms/metadata": "~1.5.1",
                "open-orchestra/open-orchestra-libs": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "php": "~5.6.0",
                "solution/mongo-odm-aggregation-bundle": "~0.1.1",
                "symfony/http-foundation": "~2.8.6"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\Pagination\\": "Pagination/",
                    "OpenOrchestra\\MongoTrait\\": "MongoTrait/",
                    "OpenOrchestra\\Repository\\": "Repository/",
                    "OpenOrchestra\\MongoBundle\\": "MongoBundle/",
                    "OpenOrchestra\\Exceptions\\": "Exceptions/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-libs/graphs/contributors"
                }
            ],
            "description": "Some libraries to use MongoDB in Open Orchestra",
            "time": "2017-07-05 09:38:06"
        },
        {
            "name": "open-orchestra/open-orchestra-user-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/open-orchestra/open-orchestra-user-bundle.git",
                "reference": "69f9fe74553fa748be58e614001917292759e293"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/open-orchestra/open-orchestra-user-bundle/zipball/69f9fe74553fa748be58e614001917292759e293",
                "reference": "69f9fe74553fa748be58e614001917292759e293",
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/user-bundle": "~2.0.0",
                "open-orchestra/open-orchestra-libs": "self.version",
                "php": "~5.6.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.3.2",
                "open-orchestra/open-orchestra-base-bundle": "self.version",
                "open-orchestra/open-orchestra-bbcode-bundle": "self.version",
                "open-orchestra/open-orchestra-display-bundle": "self.version",
                "open-orchestra/open-orchestra-model-interface": "self.version",
                "open-orchestra/open-orchestra-mongo-libs": "self.version",
                "phake/phake": "~2.3.0",
                "phpunit/phpunit": "~5.5.0",
                "solution/mongo-odm-aggregation-bundle": "~0.1.1"
            },
            "suggest": {
                "open-orchestra/open-orchestra-display-bundle": "In order to use all the functionality offered by the OpenOrchestra project",
                "solution/mongo-odm-aggregation-bundle": "In order to use the mongo mapping already created"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OpenOrchestra\\UserBundle\\": "UserBundle/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "OpenOrchestra community",
                    "homepage": "https://github.com/open-orchestra/open-orchestra-user-bundle/graphs/contributors"
                }
            ],
            "description": "An override of FosUserBundle to provide authentication on Open Orchestra",
            "time": "2017-07-03 10:10:50"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.11",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
                "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": "2017-09-27T21:40:39+00:00"
        },
        {
            "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-08T00:47:06+00:00"
        },
        {
            "name": "phpcollection/phpcollection",
            "version": "0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-collection.git",
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
                "shasum": ""
            },
            "require": {
                "phpoption/phpoption": "1.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PhpCollection": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "General-Purpose Collection Library for PHP",
            "keywords": [
                "collection",
                "list",
                "map",
                "sequence",
                "set"
            ],
            "time": "2015-05-17T12:39:23+00:00"
        },
        {
            "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-25T16:39:46+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "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",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2016-10-10T12:19:37+00:00"
        },
        {
            "name": "ruflin/elastica",
            "version": "3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ruflin/Elastica.git",
                "reference": "02bf2fbb8ad6b679869af145eed89436a1c50229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/02bf2fbb8ad6b679869af145eed89436a1c50229",
                "reference": "02bf2fbb8ad6b679869af145eed89436a1c50229",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "~3.0",
                "guzzlehttp/guzzle": "~6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
                "egeloen/http-adapter": "Allow using httpadapter transport",
                "guzzlehttp/guzzle": "Allow using guzzle 6 as the http transport (Requires php 5.5)",
                "monolog/monolog": "Logging request"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Elastica\\": "lib/Elastica/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Ruflin",
                    "homepage": "http://ruflin.com/"
                }
            ],
            "description": "Elasticsearch Client",
            "homepage": "http://elastica.io/",
            "keywords": [
                "client",
                "search"
            ],
            "time": "2016-09-23T10:24:25+00:00"
        },
        {
            "name": "sensio/distribution-bundle",
            "version": "v5.0.21",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "sensiolabs/security-checker": "~3.0|~4.0",
                "symfony/class-loader": "~2.3|~3.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/filesystem": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/process": "~2.3|~3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\DistributionBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Base bundle for Symfony Distributions",
            "keywords": [
                "configuration",
                "distribution"
            ],
            "time": "2017-08-25T16:55:44+00:00"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v3.0.28",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/65eadf9e3fd5c47eee7986b306a5aed8affe6496",
                "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "~1.5",
                "doctrine/orm": "~2.4,>=2.4.5",
                "symfony/asset": "~2.7|~3.0|~4.0",
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
                "symfony/expression-language": "~2.4|~3.0|~4.0",
                "symfony/finder": "~2.3|~3.0|~4.0",
                "symfony/phpunit-bridge": "~3.2|~4.0",
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
                "symfony/templating": "~2.3|~3.0|~4.0",
                "symfony/translation": "~2.3|~3.0|~4.0",
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
                "symfony/yaml": "~2.3|~3.0|~4.0",
                "twig/twig": "~1.12|~2.0",
                "zendframework/zend-diactoros": "^1.3"
            },
            "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": "2017-10-12T17:37:20+00:00"
        },
        {
            "name": "sensio/generator-bundle",
            "version": "v3.0.11",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
                "reference": "b9be7f1b3b2e8bcfc1debefc901b71da923a5e5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/b9be7f1b3b2e8bcfc1debefc901b71da923a5e5c",
                "reference": "b9be7f1b3b2e8bcfc1debefc901b71da923a5e5c",
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.7|~3.0",
                "symfony/framework-bundle": "~2.7|~3.0",
                "symfony/process": "~2.7|~3.0",
                "symfony/yaml": "~2.7|~3.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.4",
                "symfony/doctrine-bridge": "~2.7|~3.0",
                "twig/twig": "~1.18"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle generates code for you",
            "time": "2016-10-10T14:17:42+00:00"
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v4.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/55553c3ad6ae2121c1b1475d4c880d71b31b8f68",
                "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "symfony/console": "~2.7|~3.0"
            },
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "SensioLabs\\Security": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
            ],
            "description": "A security checker for your composer.lock",
            "time": "2017-08-22T22:18:16+00:00"
        },
        {
            "name": "solution/mongo-odm-aggregation-bundle",
            "version": "v0.1.1",
            "target-dir": "Solution/MongoAggregationBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/f1nder/SolutionMongoAggregationBundle.git",
                "reference": "6b2a64430a567f97a2ec68b8b45da6e196742deb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/f1nder/SolutionMongoAggregationBundle/zipball/6b2a64430a567f97a2ec68b8b45da6e196742deb",
                "reference": "6b2a64430a567f97a2ec68b8b45da6e196742deb",
                "shasum": ""
            },
            "require": {
                "doctrine/mongodb-odm-bundle": "~3.0",
                "php": ">=5.4.0",
                "solution/pipeline-builder": "~0.1"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-0": {
                    "Solution\\MongoAggregationBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aleksandr Moroz",
                    "email": "netstroix@gmail.com",
                    "homepage": "http://comingsoon.com"
                }
            ],
            "description": "This Bundle integrates mongo aggregation queries into you Symfony2 project.",
            "keywords": [
                "aggregation",
                "mongo",
                "pipeline",
                "query"
            ],
            "time": "2016-04-22T07:39:15+00:00"
        },
        {
            "name": "solution/pipeline-builder",
            "version": "v0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/f1nder/SolutionPipelineBuilder.git",
                "reference": "aca3cdfb2262fb3ceea82310b903c908c4c9b983"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/f1nder/SolutionPipelineBuilder/zipball/aca3cdfb2262fb3ceea82310b903c908c4c9b983",
                "reference": "aca3cdfb2262fb3ceea82310b903c908c4c9b983",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Aleksandr Moroz",
                    "email": "netstroix@gmail.com"
                }
            ],
            "description": "Build pipeline for Mongo Aggregation Query",
            "time": "2014-04-09T13:17:40+00:00"
        },
        {
            "name": "stof/doctrine-extensions-bundle",
            "version": "v1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25",
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25",
                "shasum": ""
            },
            "require": {
                "gedmo/doctrine-extensions": "^2.3.1",
                "php": ">=5.3.2",
                "symfony/framework-bundle": "~2.1|~3.0"
            },
            "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.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "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": "2016-01-26T23:58:32+00:00"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "symfony/phpunit-bridge": "~3.2"
            },
            "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": "2017-05-01T15:54:03+00:00"
        },
        {
            "name": "symfony/monolog-bundle",
            "version": "2.11.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/monolog-bundle.git",
                "reference": "0b427134a6868050fd9a95cc5eae3df85e5c759b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/0b427134a6868050fd9a95cc5eae3df85e5c759b",
                "reference": "0b427134a6868050fd9a95cc5eae3df85e5c759b",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.18",
                "php": ">=5.3.2",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/monolog-bridge": "~2.3|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8",
                "symfony/console": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\MonologBundle\\": ""
                }
            },
            "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 MonologBundle",
            "homepage": "http://symfony.com",
            "keywords": [
                "log",
                "logging"
            ],
            "time": "2016-10-19T07:54:05+00:00"
        },
        {
            "name": "symfony/polyfill-apcu",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-apcu.git",
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-07-05T15:09:33+00:00"
        },
        {
            "name": "symfony/polyfill-intl-icu",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/intl": "~2.3|~3.0|~4.0"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00"
        },
        {
            "name": "symfony/polyfill-php54",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php54.git",
                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/b7763422a5334c914ef0298ed21b253d25913a6e",
                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00"
        },
        {
            "name": "symfony/polyfill-php55",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php55.git",
                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/29b1381d66f16e0581aab0b9f678ccf073288f68",
                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68",
                "shasum": ""
            },
            "require": {
                "ircmaxell/password-compat": "~1.0",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00"
        },
        {
            "name": "symfony/polyfill-php56",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php56.git",
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca",
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-util": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f",
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "~1.0|~2.0",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00"
        },
        {
            "name": "symfony/polyfill-util",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-util.git",
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d",
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-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": "2017-07-05T15:09:33+00:00"
        },
        {
            "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-28T09:39:46+00:00"
        },
        {
            "name": "symfony/swiftmailer-bundle",
            "version": "v2.3.12",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
                "reference": "0081f7fbf3ff7a1d684081fada6f36e8ba86e528"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/0081f7fbf3ff7a1d684081fada6f36e8ba86e528",
                "reference": "0081f7fbf3ff7a1d684081fada6f36e8ba86e528",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "swiftmailer/swiftmailer": "~4.2|~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": "2017-05-22T05:03:21+00:00"
        },
        {
            "name": "symfony/symfony",
            "version": "v2.8.28",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "074ae55c3e8029655bfcf2577c89844784cf6518"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/074ae55c3e8029655bfcf2577c89844784cf6518",
                "reference": "074ae55c3e8029655bfcf2577c89844784cf6518",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "ext-xml": "*",
                "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.34|~2.4"
            },
            "conflict": {
                "phpdocumentor/reflection": "<1.0.7",
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
            },
            "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,>=1.2.1",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
                "phpdocumentor/reflection": "^1.0.7",
                "sensio/framework-extra-bundle": "^3.0.2",
                "symfony/phpunit-bridge": "~3.2"
            },
            "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": "2017-10-05T23:24:20+00:00"
        },
        {
            "name": "twig/extensions",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
                "shasum": ""
            },
            "require": {
                "twig/twig": "~1.20|~2.0"
            },
            "require-dev": {
                "symfony/translation": "~2.3"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
            "keywords": [
                "i18n",
                "text"
            ],
            "time": "2015-08-22T16:38:35+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v1.35.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~3.3@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.35-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "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": "2017-09-27T18:06:46+00:00"
        },
        {
            "name": "willdurand/js-translation-bundle",
            "version": "2.6.5",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/BazingaJsTranslationBundle.git",
                "reference": "d9cb848fc66b502658994cf86e63ed3d940e1095"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/BazingaJsTranslationBundle/zipball/d9cb848fc66b502658994cf86e63ed3d940e1095",
                "reference": "d9cb848fc66b502658994cf86e63ed3d940e1095",
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.7|~3.1",
                "symfony/finder": "~2.7|~3.1",
                "symfony/framework-bundle": "~2.7|~3.1",
                "symfony/intl": "~2.7|~3.1",
                "symfony/templating": "~2.7|~3.1",
                "symfony/translation": "~2.7|~3.1"
            },
            "replace": {
                "willdurand/expose-translation-bundle": "2.5.*"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8|~5.7",
                "symfony/asset": "~2.7|~3.1",
                "symfony/browser-kit": "~2.7|~3.1",
                "symfony/phpunit-bridge": "~2.7|~3.1",
                "symfony/twig-bundle": "~2.7|~3.1",
                "symfony/yaml": "~2.7|~3.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Bazinga\\Bundle\\JsTranslationBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "will+git@drnd.me"
                }
            ],
            "description": "A pretty nice way to expose your translation messages to your JavaScript.",
            "keywords": [
                "javascript",
                "symfony",
                "translation"
            ],
            "time": "2017-05-17T21:16:31+00:00"
        },
        {
            "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-20T22:35:06+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "myclabs/deep-copy",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "doctrine/collections": "1.*",
                "phpunit/phpunit": "~4.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "homepage": "https://github.com/myclabs/DeepCopy",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "time": "2017-04-12T18:52:22+00:00"
        },
        {
            "name": "phake/phake",
            "version": "v2.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/mlively/Phake.git",
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mlively/Phake/zipball/d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/comparator": "~1.1"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "dev-master",
                "doctrine/common": "2.3.*",
                "ext-soap": "*",
                "hamcrest/hamcrest-php": "1.1.*",
                "phpunit/phpunit": "3.7.*"
            },
            "suggest": {
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Phake": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Mike Lively",
                    "email": "m@digitalsandwich.com"
                }
            ],
            "description": "The Phake mock testing library",
            "homepage": "https://github.com/mlively/Phake",
            "keywords": [
                "mock",
                "testing"
            ],
            "time": "2017-03-20T05:16:34+00:00"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2017-09-11T18:02:19+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "3.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
                "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "phpdocumentor/reflection-common": "^1.0@dev",
                "phpdocumentor/type-resolver": "^0.3.0",
                "webmozart/assert": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^4.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "time": "2017-08-08T06:39:58+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
                "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "phpdocumentor/reflection-common": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "time": "2017-06-03T08:32:36+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
                "sebastian/comparator": "^1.1|^2.0",
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^2.5|^3.2",
                "phpunit/phpunit": "^4.8 || ^5.6.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7.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": "2017-09-04T11:05:03+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "4.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": "^5.6 || ^7.0",
                "phpunit/php-file-iterator": "^1.3",
                "phpunit/php-text-template": "^1.2",
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
                "sebastian/code-unit-reverse-lookup": "^1.0",
                "sebastian/environment": "^1.3.2 || ^2.0",
                "sebastian/version": "^1.0 || ^2.0"
            },
            "require-dev": {
                "ext-xdebug": "^2.1.4",
                "phpunit/phpunit": "^5.7"
            },
            "suggest": {
                "ext-xdebug": "^2.5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.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": "2017-04-02T07:44:40+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "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": "2016-10-03T07:40:28+00:00"
        },
        {
            "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-21T13:50:34+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
            },
            "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": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2017-02-26T11:10:40+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.11",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
                "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": "2017-02-27T10:12:30+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "5.5.7",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3f67cee782c9abfaee5e32fd2f57cdd54bc257ba",
                "reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "myclabs/deep-copy": "~1.3",
                "php": "^5.6 || ^7.0",
                "phpspec/prophecy": "^1.3.1",
                "phpunit/php-code-coverage": "^4.0.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
                "phpunit/phpunit-mock-objects": "^3.2",
                "sebastian/comparator": "~1.1",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "^1.3 || ^2.0",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/object-enumerator": "~1.0",
                "sebastian/resource-operations": "~1.0",
                "sebastian/version": "~1.0|~2.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "3.0.2"
            },
            "require-dev": {
                "ext-pdo": "*"
            },
            "suggest": {
                "ext-tidy": "*",
                "ext-xdebug": "*",
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5.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-10-03T13:04:15+00:00"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "3.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.6 || ^7.0",
                "phpunit/php-text-template": "^1.2",
                "sebastian/exporter": "^1.2 || ^2.0"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.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": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2017-06-30T09:13:00+00:00"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.0"
            },
            "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": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "time": "2017-03-04T06:30:41+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2 || ~2.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"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2017-01-29T09:50:25+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
            },
            "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": "2017-05-22T07:24:03+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.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-11-26T07:53:53+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "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": "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": "2016-06-17T09:04:28+00:00"
        },
        {
            "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-12T03:26:01+00:00"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5"
            },
            "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": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "time": "2016-01-28T13:25:10+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                "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": "2016-10-03T07:41:43+00:00"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "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": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "time": "2015-07-28T20:34:47+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.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": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2016-10-03T07:35:21+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "time": "2016-11-23T20:04:58+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "open-orchestra/open-orchestra-base-api-mongo-model-bundle": 20,
        "open-orchestra/open-orchestra-cms-bundle": 20,
        "open-orchestra/open-orchestra-elastica-bundle": 20,
        "open-orchestra/open-orchestra-elastica-admin-bundle": 20,
        "open-orchestra/open-orchestra-media-admin-bundle": 20,
        "open-orchestra/open-orchestra-model-bundle": 20,
        "open-orchestra/open-orchestra-base-bundle": 20,
        "open-orchestra/open-orchestra-base-api-bundle": 20,
        "open-orchestra/open-orchestra-bbcode-bundle": 20,
        "open-orchestra/open-orchestra-display-bundle": 20,
        "open-orchestra/open-orchestra-libs": 20,
        "open-orchestra/open-orchestra-media-bundle": 20,
        "open-orchestra/open-orchestra-model-interface": 20,
        "open-orchestra/open-orchestra-mongo-libs": 20,
        "open-orchestra/open-orchestra-user-bundle": 20,
        "open-orchestra/open-orchestra-migration-bundle": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": "~5.6.0"
    },
    "platform-dev": []
}