[
    {
        "name": "seld/cli-prompt",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/cli-prompt.git",
            "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/fe114c7a6ac5cb0ce76932ae4017024d9842a49c",
            "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2015-04-30 20:24:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Seld\\CliPrompt\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be"
            }
        ],
        "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
        "keywords": [
            "cli",
            "console",
            "hidden",
            "input",
            "prompt"
        ]
    },
    {
        "name": "seld/phar-utils",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/phar-utils.git",
            "reference": "336bb5ee20de511f3c1a164222fcfd194afcab3a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/336bb5ee20de511f3c1a164222fcfd194afcab3a",
            "reference": "336bb5ee20de511f3c1a164222fcfd194afcab3a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2015-05-01 12:45:48",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Seld\\PharUtils\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be"
            }
        ],
        "description": "PHAR file format utilities, for when PHP phars you up",
        "keywords": [
            "phra"
        ]
    },
    {
        "name": "justinrainbow/json-schema",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/justinrainbow/json-schema.git",
            "reference": "7dfe4f1db8a62be3dd35710efce663537d515653"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/7dfe4f1db8a62be3dd35710efce663537d515653",
            "reference": "7dfe4f1db8a62be3dd35710efce663537d515653",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "json-schema/json-schema-test-suite": "1.1.0",
            "phpdocumentor/phpdocumentor": "~2",
            "phpunit/phpunit": "~3.7"
        },
        "time": "2015-06-14 20:01:28",
        "bin": [
            "bin/validate-json"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JsonSchema": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Bruno Prieto Reis",
                "email": "bruno.p.reis@gmail.com"
            },
            {
                "name": "Justin Rainbow",
                "email": "justin.rainbow@gmail.com"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            },
            {
                "name": "Robert Schönthal",
                "email": "seroscho@googlemail.com"
            }
        ],
        "description": "A library to validate a json schema.",
        "homepage": "https://github.com/justinrainbow/json-schema",
        "keywords": [
            "json",
            "schema"
        ]
    },
    {
        "name": "seld/jsonlint",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/jsonlint.git",
            "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
            "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-01-04 21:18:15",
        "bin": [
            "bin/jsonlint"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Seld\\JsonLint\\": "src/Seld/JsonLint/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "JSON Linter",
        "keywords": [
            "json",
            "linter",
            "parser",
            "validator"
        ]
    },
    {
        "name": "composer/composer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/composer.git",
            "reference": "8775c948956c9e0e0a5fd723cd84c94b3ea3d7e9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/composer/zipball/8775c948956c9e0e0a5fd723cd84c94b3ea3d7e9",
            "reference": "8775c948956c9e0e0a5fd723cd84c94b3ea3d7e9",
            "shasum": ""
        },
        "require": {
            "justinrainbow/json-schema": "~1.4",
            "php": ">=5.3.2",
            "seld/cli-prompt": "~1.0",
            "seld/jsonlint": "~1.0",
            "seld/phar-utils": "~1.0",
            "symfony/console": "~2.5",
            "symfony/finder": "~2.2",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0"
        },
        "suggest": {
            "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
            "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic"
        },
        "time": "2015-07-01 09:29:53",
        "bin": [
            "bin/composer"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Composer": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nils Adermann",
                "email": "naderman@naderman.de",
                "homepage": "http://www.naderman.de"
            },
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
        "homepage": "https://getcomposer.org/",
        "keywords": [
            "autoload",
            "dependency",
            "package"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Psr\\Log\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "claroline/bundle-recorder",
        "version": "5.0.2",
        "version_normalized": "5.0.2.0",
        "target-dir": "Claroline/BundleRecorder",
        "source": {
            "type": "git",
            "url": "https://github.com/claroline/BundleRecorder.git",
            "reference": "783ed53ad3acd738cb1e32a6bdd720dd91f73fbe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/claroline/BundleRecorder/zipball/783ed53ad3acd738cb1e32a6bdd720dd91f73fbe",
            "reference": "783ed53ad3acd738cb1e32a6bdd720dd91f73fbe",
            "shasum": ""
        },
        "require": {
            "composer/composer": "*",
            "php": ">=5.3.3",
            "psr/log": "1.0.*@dev"
        },
        "time": "2015-05-05 13:59:50",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Claroline\\BundleRecorder": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Claroline development team",
                "email": "dev@claroline.net",
                "homepage": "http://github.com/claroline"
            }
        ],
        "description": "Claroline bundle recorder",
        "homepage": "http://www.claroline.net",
        "keywords": [
            "Bundle recorder",
            "Claroline"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.18.2",
        "version_normalized": "1.18.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
            "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.7"
        },
        "time": "2015-06-06 23:31:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.18-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09 13:34:57",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.2.6",
        "version_normalized": "1.2.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
            "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-06-17 12:21:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.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"
        },
        "time": "2015-04-14 22:21:58",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
            "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2015-04-15 00:11:59",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Cache\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
            "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-12-20 21:24:13",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
            "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2015-04-02 19:55:44",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "symfony/symfony",
        "version": "v2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/932b6e7499c670f4db6d0b871477a4a3ca161e74",
            "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.3",
            "php": ">=5.3.9",
            "psr/log": "~1.0",
            "twig/twig": "~1.18"
        },
        "replace": {
            "symfony/asset": "self.version",
            "symfony/browser-kit": "self.version",
            "symfony/class-loader": "self.version",
            "symfony/config": "self.version",
            "symfony/console": "self.version",
            "symfony/css-selector": "self.version",
            "symfony/debug": "self.version",
            "symfony/debug-bundle": "self.version",
            "symfony/dependency-injection": "self.version",
            "symfony/doctrine-bridge": "self.version",
            "symfony/dom-crawler": "self.version",
            "symfony/event-dispatcher": "self.version",
            "symfony/expression-language": "self.version",
            "symfony/filesystem": "self.version",
            "symfony/finder": "self.version",
            "symfony/form": "self.version",
            "symfony/framework-bundle": "self.version",
            "symfony/http-foundation": "self.version",
            "symfony/http-kernel": "self.version",
            "symfony/intl": "self.version",
            "symfony/locale": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/process": "self.version",
            "symfony/property-access": "self.version",
            "symfony/proxy-manager-bridge": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-acl": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-http": "self.version",
            "symfony/serializer": "self.version",
            "symfony/stopwatch": "self.version",
            "symfony/swiftmailer-bridge": "self.version",
            "symfony/templating": "self.version",
            "symfony/translation": "self.version",
            "symfony/twig-bridge": "self.version",
            "symfony/twig-bundle": "self.version",
            "symfony/validator": "self.version",
            "symfony/var-dumper": "self.version",
            "symfony/web-profiler-bundle": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.2",
            "doctrine/doctrine-bundle": "~1.2",
            "doctrine/orm": "~2.2,>=2.2.3",
            "egulias/email-validator": "~1.2",
            "ircmaxell/password-compat": "~1.0",
            "monolog/monolog": "~1.11",
            "ocramius/proxy-manager": "~0.4|~1.0",
            "symfony/phpunit-bridge": "self.version"
        },
        "time": "2015-06-11 21:15:28",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
                "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
                "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
                "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
                "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
                "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                "Symfony\\Component\\": "src/Symfony/Component/"
            },
            "classmap": [
                "src/Symfony/Component/HttpFoundation/Resources/stubs",
                "src/Symfony/Component/Intl/Resources/stubs"
            ],
            "files": [
                "src/Symfony/Component/Intl/Resources/stubs/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "https://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "innova/angular-js-bundle",
        "version": "5.1.0",
        "version_normalized": "5.1.0.0",
        "target-dir": "Innova/AngularJSBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/InnovaLangues/AngularJSBundle.git",
            "reference": "a225b207f427110997ec4b2ed8cb547ae0ebc1c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/InnovaLangues/AngularJSBundle/zipball/a225b207f427110997ec4b2ed8cb547ae0ebc1c3",
            "reference": "a225b207f427110997ec4b2ed8cb547ae0ebc1c3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/symfony": "2.*"
        },
        "time": "2015-06-09 14:59:11",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Innova\\AngularJSBundle": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Bey",
                "email": "arnaud.bey@u-grenoble3.fr"
            },
            {
                "name": "Axel Penin",
                "email": "axel.penin@u-grenoble3.fr"
            },
            {
                "name": "Eric Vincent",
                "email": "eric.vincent@u-grenoble3.fr"
            },
            {
                "name": "Donovan Tengblad",
                "email": "donovan.tengblad@u-grenoble3.fr"
            }
        ],
        "description": "Angular JS compiled files for Symfony 2 applications",
        "homepage": "http://github.com/InnovaLangues/AngularJSBundle",
        "keywords": [
            "Symfony2",
            "angular"
        ]
    },
    {
        "name": "innova/angular-ui-bootstrap-bundle",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "target-dir": "Innova/AngularUIBootstrapBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/InnovaLangues/AngularUIBootsrapBundle.git",
            "reference": "77877fde891c9f390ea1e14d0ffd658a441fd12c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/InnovaLangues/AngularUIBootsrapBundle/zipball/77877fde891c9f390ea1e14d0ffd658a441fd12c",
            "reference": "77877fde891c9f390ea1e14d0ffd658a441fd12c",
            "shasum": ""
        },
        "require": {
            "innova/angular-js-bundle": "~5.0",
            "php": ">=5.3.0",
            "symfony/symfony": "2.*"
        },
        "time": "2015-05-12 12:46:47",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Innova\\AngularUIBootstrapBundle": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Bey",
                "email": "arnaud.bey@u-grenoble3.fr"
            },
            {
                "name": "Axel Penin",
                "email": "axel.penin@u-grenoble3.fr"
            },
            {
                "name": "Eric Vincent",
                "email": "eric.vincent@u-grenoble3.fr"
            },
            {
                "name": "Donovan Tengblad",
                "email": "donovan.tengblad@u-grenoble3.fr"
            }
        ],
        "description": "Symfony 2 bundle which provides Angular UI Twitter Bootstrap.",
        "homepage": "http://github.com/InnovaLangues/AngularUIBootstrapBundle",
        "keywords": [
            "Symfony2",
            "angular-ui"
        ]
    },
    {
        "name": "innova/angular-ui-tinymce-bundle",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "target-dir": "Innova/AngularUITinyMCEBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/InnovaLangues/AngularUITinyMCEBundle.git",
            "reference": "1d37e1f51883e5e2c456e10f8506a8bbe8f308e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/InnovaLangues/AngularUITinyMCEBundle/zipball/1d37e1f51883e5e2c456e10f8506a8bbe8f308e0",
            "reference": "1d37e1f51883e5e2c456e10f8506a8bbe8f308e0",
            "shasum": ""
        },
        "require": {
            "innova/angular-js-bundle": "~5.0",
            "php": ">=5.3.0",
            "symfony/symfony": "2.*"
        },
        "time": "2015-05-12 12:35:25",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Innova\\AngularUITinyMCEBundle": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Bey",
                "email": "arnaud.bey@u-grenoble3.fr"
            },
            {
                "name": "Axel Penin",
                "email": "axel.penin@u-grenoble3.fr"
            },
            {
                "name": "Eric Vincent",
                "email": "eric.vincent@u-grenoble3.fr"
            },
            {
                "name": "Donovan Tengblad",
                "email": "donovan.tengblad@u-grenoble3.fr"
            }
        ],
        "description": "Symfony 2 bundle which provides Angular JS directive to integrate TinyMCE",
        "homepage": "http://github.com/InnovaLangues/AngularUITinyMCEBundle",
        "keywords": [
            "Symfony2",
            "angular",
            "tinymce"
        ]
    },
    {
        "name": "innova/angular-ui-tree-bundle",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "target-dir": "Innova/AngularUITreeBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/InnovaLangues/AngularUITreeBundle.git",
            "reference": "02f23ec460e7d4ac135508ec2c8e83554486af4b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/InnovaLangues/AngularUITreeBundle/zipball/02f23ec460e7d4ac135508ec2c8e83554486af4b",
            "reference": "02f23ec460e7d4ac135508ec2c8e83554486af4b",
            "shasum": ""
        },
        "require": {
            "innova/angular-js-bundle": "~5.0",
            "php": ">=5.3.0",
            "symfony/symfony": "2.*"
        },
        "time": "2015-05-12 12:51:14",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Innova\\AngularUITreeBundle": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Bey",
                "email": "arnaud.bey@u-grenoble3.fr"
            },
            {
                "name": "Axel Penin",
                "email": "axel.penin@u-grenoble3.fr"
            },
            {
                "name": "Eric Vincent",
                "email": "eric.vincent@u-grenoble3.fr"
            },
            {
                "name": "Donovan Tengblad",
                "email": "donovan.tengblad@u-grenoble3.fr"
            }
        ],
        "description": "AngularJS UI Tree Symfony 2 bundle",
        "homepage": "http://github.com/InnovaLangues/AngularUISortableBundle",
        "keywords": [
            "Symfony2",
            "angular",
            "jquery",
            "jquery-ui",
            "sortable",
            "tree"
        ]
    },
    {
        "name": "willdurand/js-translation-bundle",
        "version": "v2.1.4",
        "version_normalized": "2.1.4.0",
        "target-dir": "Bazinga/Bundle/JsTranslationBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/BazingaJsTranslationBundle.git",
            "reference": "5f19f8bf5c8494da2916283c53f215d77ea5f666"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/BazingaJsTranslationBundle/zipball/5f19f8bf5c8494da2916283c53f215d77ea5f666",
            "reference": "5f19f8bf5c8494da2916283c53f215d77ea5f666",
            "shasum": ""
        },
        "require": {
            "symfony/console": "~2.3",
            "symfony/finder": "~2.3",
            "symfony/framework-bundle": "~2.3",
            "symfony/intl": "~2.3"
        },
        "replace": {
            "willdurand/expose-translation-bundle": "2.1.*"
        },
        "require-dev": {
            "symfony/browser-kit": "~2.3",
            "symfony/twig-bundle": "~2.3",
            "symfony/yaml": "~2.3"
        },
        "time": "2014-11-03 10:27:20",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Bazinga\\Bundle\\JsTranslationBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com"
            }
        ],
        "description": "A pretty nice way to expose your translation messages to your JavaScript.",
        "keywords": [
            "javascript",
            "symfony",
            "translation"
        ]
    },
    {
        "name": "innova/angular-ui-translation-bundle",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "target-dir": "Innova/AngularUITranslationBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/InnovaLangues/AngularUITranslationBundle.git",
            "reference": "9fc200148daca3bb70d3ab685e9998d75cae7b3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/InnovaLangues/AngularUITranslationBundle/zipball/9fc200148daca3bb70d3ab685e9998d75cae7b3b",
            "reference": "9fc200148daca3bb70d3ab685e9998d75cae7b3b",
            "shasum": ""
        },
        "require": {
            "innova/angular-js-bundle": "~5.0",
            "php": ">=5.3.0",
            "symfony/symfony": "2.*",
            "willdurand/js-translation-bundle": "~2.1.4"
        },
        "time": "2015-05-12 12:55:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Innova\\AngularUITranslationBundle": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Bey",
                "email": "arnaud.bey@u-grenoble3.fr"
            },
            {
                "name": "Axel Penin",
                "email": "axel.penin@u-grenoble3.fr"
            },
            {
                "name": "Eric Vincent",
                "email": "eric.vincent@u-grenoble3.fr"
            },
            {
                "name": "Donovan Tengblad",
                "email": "donovan.tengblad@u-grenoble3.fr"
            }
        ],
        "description": "Provides a new Angular JS filter which can access to Symfony 2 translations.",
        "homepage": "http://github.com/InnovaLangues/AngularUITranslationBundle",
        "keywords": [
            "Symfony2",
            "angular",
            "translation"
        ]
    },
    {
        "name": "innova/angular-ui-resource-picker-bundle",
        "version": "6.0.0",
        "version_normalized": "6.0.0.0",
        "target-dir": "Innova/AngularUIResourcePickerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/InnovaLangues/AngularUIResourcePickerBundle.git",
            "reference": "1d17ef474767b8e3e8935c57789c544e290e229b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/InnovaLangues/AngularUIResourcePickerBundle/zipball/1d17ef474767b8e3e8935c57789c544e290e229b",
            "reference": "1d17ef474767b8e3e8935c57789c544e290e229b",
            "shasum": ""
        },
        "require": {
            "innova/angular-js-bundle": "~5.0",
            "php": ">=5.3.0",
            "symfony/symfony": "2.*"
        },
        "time": "2015-05-22 14:02:35",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Innova\\AngularUIResourcePickerBundle": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Bey",
                "email": "arnaud.bey@u-grenoble3.fr"
            },
            {
                "name": "Axel Penin",
                "email": "axel.penin@u-grenoble3.fr"
            },
            {
                "name": "Eric Vincent",
                "email": "eric.vincent@u-grenoble3.fr"
            },
            {
                "name": "Donovan Tengblad",
                "email": "donovan.tengblad@u-grenoble3.fr"
            }
        ],
        "description": "Integrate Claroline resource picker into Angular JS",
        "homepage": "http://github.com/InnovaLangues/AngularUIResourcePickerBundle",
        "keywords": [
            "Claroline",
            "Symfony2",
            "angular",
            "picker",
            "resource"
        ]
    },
    {
        "name": "kriswallsmith/buzz",
        "version": "v0.15",
        "version_normalized": "0.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/Buzz.git",
            "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
            "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "suggest": {
            "ext-curl": "*"
        },
        "time": "2015-06-25 17:26:56",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Buzz": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Lightweight HTTP client",
        "homepage": "https://github.com/kriswallsmith/Buzz",
        "keywords": [
            "curl",
            "http client"
        ]
    },
    {
        "name": "hwi/oauth-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "HWI/Bundle/OAuthBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/hwi/HWIOAuthBundle.git",
            "reference": "d7caff8257d7b5807f2f56d03d7bddca6484265b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/d7caff8257d7b5807f2f56d03d7bddca6484265b",
            "reference": "d7caff8257d7b5807f2f56d03d7bddca6484265b",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/buzz": "~0.7",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.3",
            "symfony/options-resolver": "~2.1",
            "symfony/security-bundle": "~2.1",
            "symfony/yaml": "~2.3"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "symfony/property-access": "~2.5",
            "symfony/twig-bundle": "~2.1",
            "symfony/validator": "~2.1"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "to use Doctrine user provider",
            "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
            "symfony/property-access": "to use FOSUB integration with this bundle",
            "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
        },
        "time": "2015-06-09 12:27:24",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HWI\\Bundle\\OAuthBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Contributors",
                "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
            },
            {
                "name": "Joseph Bielawski",
                "email": "stloyd@gmail.com"
            },
            {
                "name": "Alexander",
                "email": "iam.asm89@gmail.com"
            },
            {
                "name": "Geoffrey Bachelet",
                "email": "geoffrey.bachelet@gmail.com"
            }
        ],
        "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
        "homepage": "http://github.com/hwi/HWIOAuthBundle",
        "keywords": [
            "37signals",
            "Authentication",
            "amazon",
            "bitbucket",
            "bitly",
            "box",
            "dailymotion",
            "deviantart",
            "disqus",
            "dropbox",
            "eventbrite",
            "facebook",
            "firewall",
            "flickr",
            "foursquare",
            "github",
            "google",
            "hubic",
            "instagram",
            "jira",
            "linkedin",
            "mail.ru",
            "oauth",
            "oauth1",
            "oauth2",
            "odnoklassniki",
            "qq",
            "salesforce",
            "security",
            "sensio connect",
            "sina weibo",
            "spotify",
            "stack exchange",
            "stereomood",
            "trello",
            "twitch",
            "twitter",
            "vkontakte",
            "wechat",
            "windows live",
            "wordpress",
            "yahoo",
            "yandex"
        ]
    },
    {
        "name": "icap/html-diff",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/iCAPLyon1/HtmlDiff.git",
            "reference": "a470d2c4882c9928f325363856e70ffaf5be0be6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/iCAPLyon1/HtmlDiff/zipball/a470d2c4882c9928f325363856e70ffaf5be0be6",
            "reference": "a470d2c4882c9928f325363856e70ffaf5be0be6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "php": ">=5.3.0",
            "pimple/pimple": "1.0.*",
            "silex/silex": "1.0.*"
        },
        "time": "2013-10-24 13:50:09",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Icap\\HtmlDiff\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Panagiotis Tsavdaris",
                "email": "ptsavdar@gmail.com"
            },
            {
                "name": "ICAP development team",
                "homepage": "https://github.com/iCAPLyon1"
            }
        ],
        "description": "A PHP5 library that diffs (compares) HTML files.",
        "keywords": [
            "daisy diff",
            "html diff"
        ]
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "v2.3.22",
        "version_normalized": "2.3.22.0",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "98bdda791e7c2dfb5fd55781e69a4b00e4f751a6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/98bdda791e7c2dfb5fd55781e69a4b00e4f751a6",
            "reference": "98bdda791e7c2dfb5fd55781e69a4b00e4f751a6",
            "shasum": ""
        },
        "require": {
            "symfony/framework-bundle": "~2.2"
        },
        "time": "2015-06-05 22:32:08",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\DistributionBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "The base bundle for the Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "knplabs/knp-menu",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenu.git",
            "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
            "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "pimple/pimple": "1.0.*",
            "silex/silex": "1.0.*",
            "twig/twig": ">=1.2,<2.0-dev"
        },
        "suggest": {
            "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
            "silex/silex": "for the integration with your silex application",
            "twig/twig": "for the TwigRenderer and the integration with your templates"
        },
        "time": "2014-08-01 09:50:16",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Menu\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "KnpLabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
            }
        ],
        "description": "An object oriented menu library",
        "homepage": "http://knplabs.com",
        "keywords": [
            "menu",
            "tree"
        ]
    },
    {
        "name": "knplabs/knp-menu-bundle",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "target-dir": "Knp/Bundle/MenuBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
            "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
            "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-menu": "~2.0",
            "symfony/framework-bundle": "~2.0"
        },
        "time": "2014-08-01 09:57:23",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\MenuBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Knplabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
            }
        ],
        "description": "This bundle provides an integration of the KnpMenu library",
        "keywords": [
            "menu"
        ]
    },
    {
        "name": "gregwar/captcha",
        "version": "v1.0.12",
        "version_normalized": "1.0.12.0",
        "target-dir": "Gregwar/Captcha",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/Captcha.git",
            "reference": "c5357cb6f6d2c09f70ed1712382d44af6eae0865"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/c5357cb6f6d2c09f70ed1712382d44af6eae0865",
            "reference": "c5357cb6f6d2c09f70ed1712382d44af6eae0865",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "php": ">=5.3.0"
        },
        "time": "2015-01-03 12:41:56",
        "type": "captcha",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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"
        ]
    },
    {
        "name": "gregwar/captcha-bundle",
        "version": "v1.0.12",
        "version_normalized": "1.0.12.0",
        "target-dir": "Gregwar/CaptchaBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/CaptchaBundle.git",
            "reference": "d6c6de0f83cd954e637b083790480cd0de0db1ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/d6c6de0f83cd954e637b083790480cd0de0db1ab",
            "reference": "d6c6de0f83cd954e637b083790480cd0de0db1ab",
            "shasum": ""
        },
        "require": {
            "gregwar/captcha": "~1.0.12",
            "php": ">=5.3.0",
            "symfony/form": "~2.1",
            "symfony/framework-bundle": "~2.1"
        },
        "time": "2015-01-27 16:12:52",
        "type": "captcha-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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"
        ]
    },
    {
        "name": "johngrogg/ics-parser",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/johngrogg/ics-parser.git",
            "reference": "82f066209b6a3385d8590fee8d3865ff2491ee6f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/johngrogg/ics-parser/zipball/82f066209b6a3385d8590fee8d3865ff2491ee6f",
            "reference": "82f066209b6a3385d8590fee8d3865ff2491ee6f",
            "shasum": ""
        },
        "time": "2015-06-18 14:07:52",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "class.iCalReader.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Martin Thoma",
                "email": "info@martin-thoma.de",
                "role": "Original Developer"
            },
            {
                "name": "John Grogg",
                "email": "john.grogg@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "Ics file parser",
        "keywords": [
            "ical",
            "ics"
        ]
    },
    {
        "name": "cocur/slugify",
        "version": "v1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cocur/slugify.git",
            "reference": "2b67d4e2b75dbaed2ebefa9eb5683e8940513847"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cocur/slugify/zipball/2b67d4e2b75dbaed2ebefa9eb5683e8940513847",
            "reference": "2b67d4e2b75dbaed2ebefa9eb5683e8940513847",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "laravel/framework": "~4.1",
            "latte/latte": "~2.2",
            "mockery/mockery": "~0.9",
            "nette/di": "~2.2",
            "phpunit/phpunit": "~3.7",
            "sami/sami": "~1.3",
            "satooshi/php-coveralls": "0.6.*",
            "silex/silex": "~1.2",
            "symfony/dependency-injection": "~2.4",
            "symfony/http-kernel": "~2.4",
            "twig/twig": "~1",
            "zendframework/zend-modulemanager": "~2.2",
            "zendframework/zend-servicemanager": "~2.2",
            "zendframework/zend-view": "~2.2"
        },
        "time": "2015-03-18 08:21:30",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cocur\\Slugify\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ivo Bathke",
                "email": "ivo.bathke@gmail.com"
            },
            {
                "name": "Florian Eckerstorfer",
                "email": "florian@eckerstorfer.co",
                "homepage": "https://florian.ec"
            }
        ],
        "description": "Converts a string into a slug.",
        "keywords": [
            "slug",
            "slugify"
        ]
    },
    {
        "name": "claroline/kernel-bundle",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "target-dir": "Claroline/KernelBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/claroline/KernelBundle.git",
            "reference": "6a1447372f8e5659d47fb44fd58e9624d208613e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/claroline/KernelBundle/zipball/6a1447372f8e5659d47fb44fd58e9624d208613e",
            "reference": "6a1447372f8e5659d47fb44fd58e9624d208613e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/filesystem": "~2.0",
            "symfony/framework-bundle": "*"
        },
        "time": "2015-04-29 14:45:49",
        "type": "bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Claroline\\KernelBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Claroline development team",
                "email": "dev@claroline.net",
                "homepage": "http://github.com/claroline"
            }
        ],
        "description": "Claroline kernel bundle",
        "homepage": "http://www.claroline.net",
        "keywords": [
            "Claroline",
            "kernel"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "v1.2.17",
        "version_normalized": "1.2.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jdorn/sql-formatter.git",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-01-12 16:20:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Dorn",
                "email": "jeremy@jeremydorn.com",
                "homepage": "http://jeremydorn.com/"
            }
        ],
        "description": "a PHP SQL highlighting library",
        "homepage": "https://github.com/jdorn/sql-formatter/",
        "keywords": [
            "highlight",
            "sql"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
            "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.4,<2.6-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/console": "2.*"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2015-01-12 21:52:47",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/migrations",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/migrations.git",
            "reference": "70c580174e4e16a79296a02256fb40a34192731c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/migrations/zipball/70c580174e4e16a79296a02256fb40a34192731c",
            "reference": "70c580174e4e16a79296a02256fb40a34192731c",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "~2.2",
            "php": ">=5.4.0",
            "symfony/console": "~2.3",
            "symfony/yaml": "~2.3"
        },
        "conflict": {
            "doctrine/orm": "<2.4"
        },
        "require-dev": {
            "doctrine/coding-standard": "dev-master",
            "doctrine/orm": "2.*",
            "johnkary/phpunit-speedtrap": "~1.0@dev",
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "~4.7",
            "satooshi/php-coveralls": "0.6.*"
        },
        "suggest": {
            "symfony/console": "to run the migration from the console"
        },
        "time": "2015-06-29 10:57:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\Migrations": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Schema migrations using Doctrine DBAL",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "migrations"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "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"
        },
        "time": "2015-06-14 21:17:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe",
            "reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.4",
            "doctrine/collections": "~1.2",
            "doctrine/common": ">=2.5-dev,<2.6-dev",
            "doctrine/dbal": ">=2.5-dev,<2.6-dev",
            "doctrine/instantiator": "~1.0.1",
            "ext-pdo": "*",
            "php": ">=5.4",
            "symfony/console": "~2.5"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2015-04-02 20:40:18",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "claroline/migration-bundle",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "target-dir": "Claroline/MigrationBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/claroline/MigrationBundle.git",
            "reference": "442dd0dc96d3efc8460204cac36b8d1031bb1331"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/claroline/MigrationBundle/zipball/442dd0dc96d3efc8460204cac36b8d1031bb1331",
            "reference": "442dd0dc96d3efc8460204cac36b8d1031bb1331",
            "shasum": ""
        },
        "require": {
            "claroline/kernel-bundle": "*",
            "doctrine/migrations": "dev-master",
            "doctrine/orm": "~2.2",
            "jdorn/sql-formatter": "~1.0",
            "php": ">=5.3.3",
            "symfony/console": "~2.0",
            "symfony/framework-bundle": "*",
            "symfony/twig-bridge": "~2.0",
            "symfony/twig-bundle": "~2.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "dev-master",
            "mockery/mockery": "dev-master@dev"
        },
        "time": "2015-04-29 14:44:55",
        "type": "bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Claroline\\MigrationBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Claroline development team",
                "email": "dev@claroline.net",
                "homepage": "http://github.com/claroline"
            }
        ],
        "description": "Claroline migration bundle",
        "homepage": "http://www.claroline.net",
        "keywords": [
            "Claroline",
            "migration"
        ]
    },
    {
        "name": "claroline/front-end-bundle",
        "version": "5.0.2",
        "version_normalized": "5.0.2.0",
        "target-dir": "Claroline/Bundle/FrontEndBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/claroline/FrontEndBundle.git",
            "reference": "83cf2a794194bd65a551204cfa0eb9aa49cc544e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/claroline/FrontEndBundle/zipball/83cf2a794194bd65a551204cfa0eb9aa49cc544e",
            "reference": "83cf2a794194bd65a551204cfa0eb9aa49cc544e",
            "shasum": ""
        },
        "require": {
            "claroline/kernel-bundle": "~5.0",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.0"
        },
        "time": "2015-05-13 13:15:56",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Claroline\\Bundle\\FrontEndBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "description": "Front-end dependencies bundle for Claroline 2.0"
    },
    {
        "name": "claroline/installation-bundle",
        "version": "5.0.0",
        "version_normalized": "5.0.0.0",
        "target-dir": "Claroline/InstallationBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/claroline/InstallationBundle.git",
            "reference": "fca15fe1c91b0defc11bdafdf2101b375d80a9f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/claroline/InstallationBundle/zipball/fca15fe1c91b0defc11bdafdf2101b375d80a9f0",
            "reference": "fca15fe1c91b0defc11bdafdf2101b375d80a9f0",
            "shasum": ""
        },
        "require": {
            "claroline/core-bundle": "~5.0",
            "claroline/kernel-bundle": "~5.0",
            "claroline/migration-bundle": "~5.0",
            "doctrine/data-fixtures": "dev-master",
            "doctrine/doctrine-bundle": "~1.0",
            "php": ">=5.3.3",
            "symfony/symfony": "~2.3"
        },
        "time": "2015-04-29 14:49:03",
        "type": "bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Claroline\\InstallationBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Claroline development team",
                "email": "dev@claroline.net",
                "homepage": "http://github.com/claroline"
            }
        ],
        "description": "Claroline installation bundle",
        "homepage": "http://www.claroline.net",
        "keywords": [
            "Claroline",
            "installation"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
            "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-03-01 12:03:08",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-lib": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Michelf": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "John Gruber",
                "homepage": "http://daringfireball.net/"
            },
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "https://michelf.ca/",
                "role": "Developer"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "https://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "name": "nelmio/api-doc-bundle",
        "version": "2.9.0",
        "version_normalized": "2.9.0.0",
        "target-dir": "Nelmio/ApiDocBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
            "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/de31760fd84a45fadbb4fe24db050b5e29ea70d1",
            "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1",
            "shasum": ""
        },
        "require": {
            "michelf/php-markdown": "~1.4",
            "symfony/console": "~2.1",
            "symfony/framework-bundle": "~2.1",
            "symfony/twig-bundle": "~2.1"
        },
        "conflict": {
            "jms/serializer": "<0.12",
            "jms/serializer-bundle": "<0.11"
        },
        "require-dev": {
            "dunglas/api-bundle": "dev-master",
            "friendsofsymfony/rest-bundle": "~1.0",
            "jms/serializer-bundle": ">=0.11",
            "sensio/framework-extra-bundle": "~3.0",
            "symfony/browser-kit": "~2.1",
            "symfony/css-selector": "~2.1",
            "symfony/form": "~2.1",
            "symfony/serializer": "~2.7@dev",
            "symfony/validator": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
            "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
            "jms/serializer": "For making use of serializer information in the doc.",
            "symfony/form": "For using form definitions as input.",
            "symfony/validator": "For making use of validator information in the doc."
        },
        "time": "2015-05-16 17:16:14",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Nelmio\\ApiDocBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nelmio",
                "homepage": "http://nelm.io"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
            }
        ],
        "description": "Generates documentation for your REST API from annotations",
        "keywords": [
            "api",
            "doc",
            "documentation",
            "rest"
        ]
    },
    {
        "name": "werkint/jsmin",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Werkint/JsMin.git",
            "reference": "49186aef5401c27f9a504a785032194f77d6dabd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Werkint/JsMin/zipball/49186aef5401c27f9a504a785032194f77d6dabd",
            "reference": "49186aef5401c27f9a504a785032194f77d6dabd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2013-11-10 11:34:43",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JsMin": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Douglas Crockford",
                "homepage": "http://www.crockford.com"
            },
            {
                "name": "Bogdan Yurov",
                "email": "bogdan@yurov.me"
            },
            {
                "name": "Steve Clay",
                "email": "steve@mrclay.org",
                "homepage": "http://www.mrclay.org/",
                "role": "Developer"
            },
            {
                "name": "Ryan Grove",
                "email": "ryan@wonko.com",
                "role": "PHP port"
            },
            {
                "name": "Andrea Giammarchi",
                "homepage": "http://www.3site.eu",
                "role": "spaceBeforeRegExp"
            }
        ],
        "description": "Library for minifying JavaScript files"
    },
    {
        "name": "natxet/CssMin",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/natxet/CssMin.git",
            "reference": "afdcdbdb5fc332313f47a79ae60346df3e69a572"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/natxet/CssMin/zipball/afdcdbdb5fc332313f47a79ae60346df3e69a572",
            "reference": "afdcdbdb5fc332313f47a79ae60346df3e69a572",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0"
        },
        "time": "2013-07-02 20:53:35",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joe Scylla",
                "email": "joe.scylla@gmail.com",
                "homepage": "https://profiles.google.com/joe.scylla"
            }
        ],
        "description": "Minifying CSS",
        "homepage": "http://code.google.com/p/cssmin/",
        "keywords": [
            "css",
            "minify"
        ]
    },
    {
        "name": "mrclay/minify",
        "version": "2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mrclay/minify.git",
            "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mrclay/minify/zipball/3c11ba8232a2155a1a29552aafc528be5fb0a662",
            "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.2.1"
        },
        "require-dev": {
            "tubalmartin/cssmin": "~2.4.8"
        },
        "suggest": {
            "tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
        },
        "time": "2014-10-30 22:58:02",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "min/lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Stephen Clay",
                "email": "steve@mrclay.org",
                "role": "Developer"
            }
        ],
        "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
        "homepage": "http://code.google.com/p/minify/"
    },
    {
        "name": "besimple/sso-auth-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "BeSimple/SsoAuthBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/BeSimple/BeSimpleSsoAuthBundle.git",
            "reference": "d8be760bf4572373dfd7251356ba5cc397836ceb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/BeSimple/BeSimpleSsoAuthBundle/zipball/d8be760bf4572373dfd7251356ba5cc397836ceb",
            "reference": "d8be760bf4572373dfd7251356ba5cc397836ceb",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/buzz": ">=0.7,<1.0-dev",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.1",
            "symfony/security-bundle": "~2.1",
            "symfony/twig-bundle": "~2.1"
        },
        "require-dev": {
            "symfony/browser-kit": "~2.1",
            "symfony/css-selector": "~2.1",
            "symfony/expression-language": "~2.4",
            "symfony/filesystem": "~2.1",
            "symfony/form": "~2.1",
            "symfony/validator": "~2.1",
            "symfony/web-profiler-bundle": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "time": "2015-04-03 14:12:07",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "BeSimple\\SsoAuthBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "BeSimple Community",
                "homepage": "https://github.com/BeSimple/BeSimpleSsoAuthBundle/contributors"
            },
            {
                "name": "Jean-François Simon",
                "email": "contact@jfsimon.fr"
            }
        ],
        "description": "SSO authentication your Symfony2 project ",
        "homepage": "https://github.com/BeSimple/BeSimpleSsoAuthBundle",
        "keywords": [
            "Authentication",
            "SSO",
            "Symfony2",
            "cas"
        ]
    },
    {
        "name": "zendframework/zend-servicemanager",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-servicemanager.git",
            "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/3b22c403e351d92526c642cba0bd810bc22e1c56",
            "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-di": "~2.5",
            "zendframework/zend-mvc": "~2.5"
        },
        "suggest": {
            "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
            "zendframework/zend-di": "Zend\\Di component"
        },
        "time": "2015-06-03 15:32:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ServiceManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-servicemanager",
        "keywords": [
            "servicemanager",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
            "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-config": "~2.5",
            "zendframework/zend-eventmanager": "~2.5",
            "zendframework/zend-filter": "~2.5",
            "zendframework/zend-inputfilter": "~2.5",
            "zendframework/zend-serializer": "~2.5",
            "zendframework/zend-servicemanager": "~2.5"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
            "zendframework/zend-filter": "To support naming strategy hydrator usage",
            "zendframework/zend-serializer": "Zend\\Serializer component",
            "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
        },
        "time": "2015-06-03 15:32:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-stdlib",
        "keywords": [
            "stdlib",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-math",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-math.git",
            "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-math/zipball/9f02a1ac4d3374d3332c80f9215deec9c71558fc",
            "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "ircmaxell/random-lib": "~1.1",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-servicemanager": "~2.5"
        },
        "suggest": {
            "ext-bcmath": "If using the bcmath functionality",
            "ext-gmp": "If using the gmp functionality",
            "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
            "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
        },
        "time": "2015-06-03 15:32:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Math\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-math",
        "keywords": [
            "math",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-crypt",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-crypt.git",
            "reference": "15537e8e438a98923f05c40c45c162342ea8235a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/15537e8e438a98923f05c40c45c162342ea8235a",
            "reference": "15537e8e438a98923f05c40c45c162342ea8235a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23",
            "zendframework/zend-math": "~2.5",
            "zendframework/zend-servicemanager": "~2.5",
            "zendframework/zend-stdlib": "~2.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-config": "~2.5"
        },
        "suggest": {
            "ext-mcrypt": "Required for most features of Zend\\Crypt"
        },
        "time": "2015-06-03 15:32:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Crypt\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-crypt",
        "keywords": [
            "crypt",
            "zf2"
        ]
    },
    {
        "name": "zenstruck/form-bundle",
        "version": "v1.5.1",
        "version_normalized": "1.5.1.0",
        "target-dir": "Zenstruck/Bundle/FormBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/kbond/ZenstruckFormBundle.git",
            "reference": "c12f5beda22b4afd3a72f2cb2a226d469664fff4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kbond/ZenstruckFormBundle/zipball/c12f5beda22b4afd3a72f2cb2a226d469664fff4",
            "reference": "c12f5beda22b4afd3a72f2cb2a226d469664fff4",
            "shasum": ""
        },
        "require": {
            "symfony/symfony": "~2.1"
        },
        "require-dev": {
            "cocur/slugify": "~0.8",
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "zendframework/zend-crypt": "~2.0,!=2.1.1"
        },
        "suggest": {
            "cocur/slugify": "CocurSlugifyBundle is required for the grouped form feature",
            "zendframework/zend-crypt": "Required when using the ajax entity type 'use_controller' option. Version: ~2.0,!=2.1.1",
            "zenstruck/slugify-bundle": "If not using CocurSlugifyBundle, then this is required for the grouped form feature"
        },
        "time": "2014-04-18 13:15:29",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zenstruck\\Bundle\\FormBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kevin Bond",
                "email": "kevinbond@gmail.com",
                "homepage": "https://zenstruck.com/"
            }
        ],
        "description": "Provides Twitter Bootstrap form theme, a help type extension, Ajax/Tunnel/Select2 entity form types and javascript helpers",
        "homepage": "http://zenstruck.com/project/ZenstruckFormBundle",
        "keywords": [
            "form"
        ]
    },
    {
        "name": "fortawesome/font-awesome",
        "version": "v4.3.0",
        "version_normalized": "4.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FortAwesome/Font-Awesome.git",
            "reference": "41b9ed01103e6820c3cb043ba7ddab30ecd3f4c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/41b9ed01103e6820c3cb043ba7ddab30ecd3f4c0",
            "reference": "41b9ed01103e6820c3cb043ba7ddab30ecd3f4c0",
            "shasum": ""
        },
        "require-dev": {
            "jekyll": "1.0.2",
            "lessc": "1.4.2"
        },
        "time": "2015-01-22 18:09:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "OFL-1.1",
            "MIT"
        ],
        "authors": [
            {
                "name": "Dave Gandy",
                "email": "dave@fontawesome.io",
                "homepage": "http://twitter.com/davegandy",
                "role": "Developer"
            }
        ],
        "description": "The iconic font and CSS framework",
        "homepage": "http://fontawesome.io/",
        "keywords": [
            "FontAwesome",
            "awesome",
            "bootstrap",
            "font",
            "icon"
        ]
    },
    {
        "name": "twbs/bootstrap",
        "version": "v3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twbs/bootstrap.git",
            "reference": "e8a1df5f060bf7e6631554648e0abde150aedbe4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twbs/bootstrap/zipball/e8a1df5f060bf7e6631554648e0abde150aedbe4",
            "reference": "e8a1df5f060bf7e6631554648e0abde150aedbe4",
            "shasum": ""
        },
        "time": "2013-08-19 21:18:20",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "sugeng tigefa",
                "email": "tigefa@gmail.com"
            },
            {
                "name": "Jacob Thornton",
                "email": "jacobthornton@gmail.com"
            }
        ],
        "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.",
        "homepage": "http://getbootstrap.com",
        "keywords": [
            "bootstrap",
            "css"
        ]
    },
    {
        "name": "leafo/lessphp",
        "version": "v0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/lessphp.git",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "shasum": ""
        },
        "time": "2013-08-09 17:09:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lessc.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "lessphp is a compiler for LESS written in PHP.",
        "homepage": "http://leafo.net/lessphp/"
    },
    {
        "name": "idci/exporter-bundle",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "target-dir": "IDCI/Bundle/ExporterBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/IDCI-Consulting/ExporterBundle.git",
            "reference": "296676ea856f1b4ff4e46ef2e9960449ef52a915"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/IDCI-Consulting/ExporterBundle/zipball/296676ea856f1b4ff4e46ef2e9960449ef52a915",
            "reference": "296676ea856f1b4ff4e46ef2e9960449ef52a915",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/framework-bundle": ">=2.1",
            "twig/twig": "*"
        },
        "time": "2013-08-29 17:06:25",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "IDCI\\Bundle\\ExporterBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Gabriel Bondaz",
                "email": "gabriel.bondaz@idci-consulting.fr",
                "homepage": "http://www.idci-consulting.fr",
                "role": "Developer"
            }
        ],
        "description": "Symfony ExporterBundle",
        "keywords": [
            "csv",
            "exporter",
            "ics",
            "json",
            "twig",
            "xml"
        ]
    },
    {
        "name": "pagerfanta/pagerfanta",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/whiteoctober/Pagerfanta.git",
            "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
            "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "doctrine/phpcr-odm": "1.*",
            "jackalope/jackalope-doctrine-dbal": "1.*",
            "jmikola/geojson": "~1.0",
            "mandango/mandango": "~1.0@dev",
            "mandango/mondator": "~1.0@dev",
            "phpunit/phpunit": "~4",
            "propel/propel1": "~1.6",
            "ruflin/elastica": "~1.3",
            "solarium/solarium": "~3.1"
        },
        "suggest": {
            "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
            "doctrine/orm": "To use the DoctrineORMAdapter.",
            "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
            "mandango/mandango": "To use the MandangoAdapter.",
            "propel/propel1": "To use the PropelAdapter",
            "solarium/solarium": "To use the SolariumAdapter."
        },
        "time": "2014-10-06 10:57:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pagerfanta\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pablo Díez",
                "email": "pablodip@gmail.com"
            }
        ],
        "description": "Pagination for PHP 5.3",
        "keywords": [
            "page",
            "pagination",
            "paginator",
            "paging"
        ]
    },
    {
        "name": "white-october/pagerfanta-bundle",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "target-dir": "WhiteOctober/PagerfantaBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
            "reference": "10403c1db34983f81d8c106cd1c47f3139641455"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/10403c1db34983f81d8c106cd1c47f3139641455",
            "reference": "10403c1db34983f81d8c106cd1c47f3139641455",
            "shasum": ""
        },
        "require": {
            "pagerfanta/pagerfanta": "1.0.*",
            "symfony/framework-bundle": "~2.2",
            "symfony/property-access": "~2.2",
            "symfony/twig-bundle": "~2.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7",
            "symfony/symfony": "~2.2"
        },
        "time": "2014-01-07 13:33:53",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "WhiteOctober\\PagerfantaBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pablo Díez",
                "email": "pablodip@gmail.com",
                "homepage": "http://github.com/pablodip"
            }
        ],
        "description": "Bundle to use Pagerfanta with Symfony2",
        "keywords": [
            "page",
            "paging"
        ]
    },
    {
        "name": "stfalcon/tinymce-bundle",
        "version": "v0.3.8",
        "version_normalized": "0.3.8.0",
        "target-dir": "Stfalcon/Bundle/TinymceBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/stfalcon/TinymceBundle.git",
            "reference": "773cc577f4f0770c2f6dd25928e0f08576b7f2d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stfalcon/TinymceBundle/zipball/773cc577f4f0770c2f6dd25928e0f08576b7f2d5",
            "reference": "773cc577f4f0770c2f6dd25928e0f08576b7f2d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/symfony": ">=2.1"
        },
        "time": "2014-09-08 12:54:20",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Stfalcon\\Bundle\\TinymceBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stepan Tanasiychuk",
                "email": "ceo@stfalcon.com",
                "homepage": "http://blog.stfalcon.com"
            },
            {
                "name": "Igor Negrutsa",
                "email": "progi2007@gmail.com",
                "homepage": "http://igor-negrutsa.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/stfalcon/TinymceBundle/contributors"
            }
        ],
        "description": "This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.",
        "keywords": [
            "editor",
            "tinymce",
            "wysiwyg"
        ]
    },
    {
        "name": "friendsofsymfony/oauth2-php",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
            "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
            "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/http-foundation": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-11-03 10:21:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "OAuth2\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Le Blanc",
                "email": "arnaud.lb@gmail.com"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
            }
        ],
        "description": "OAuth2 library",
        "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
        "keywords": [
            "oauth",
            "oauth2"
        ]
    },
    {
        "name": "friendsofsymfony/oauth-server-bundle",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "target-dir": "FOS/OAuthServerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
            "reference": "9e15c229eff547443d686445d629e9356ab0672e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e",
            "reference": "9e15c229eff547443d686445d629e9356ab0672e",
            "shasum": ""
        },
        "require": {
            "friendsofsymfony/oauth2-php": "~1.1.0",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.1",
            "symfony/security-bundle": "~2.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "~1.0",
            "doctrine/mongodb-odm": "1.0.*@dev",
            "doctrine/orm": ">=2.2,<2.5-dev",
            "symfony/class-loader": "~2.1",
            "symfony/yaml": "~2.1",
            "willdurand/propel-typehintable-behavior": "1.0.*"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/mongodb-odm-bundle": "*",
            "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
            "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
        },
        "time": "2014-10-31 13:44:14",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "FOS\\OAuthServerBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Le Blanc",
                "email": "arnaud.lb@gmail.com"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
            }
        ],
        "description": "Symfony2 OAuth Server Bundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "oauth",
            "oauth2",
            "server"
        ]
    },
    {
        "name": "willdurand/negotiation",
        "version": "1.3.4",
        "version_normalized": "1.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/Negotiation.git",
            "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
            "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-10-02 07:26:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Negotiation": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com"
            }
        ],
        "description": "Content Negotiation tools for PHP provided as a standalone library.",
        "homepage": "http://williamdurand.fr/Negotiation/",
        "keywords": [
            "accept",
            "content",
            "format",
            "header",
            "negotiation"
        ]
    },
    {
        "name": "willdurand/jsonp-callback-validator",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.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"
        },
        "time": "2014-01-20 22:35:06",
        "type": "library",
        "installation-source": "dist",
        "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."
    },
    {
        "name": "friendsofsymfony/rest-bundle",
        "version": "1.7.1",
        "version_normalized": "1.7.1.0",
        "target-dir": "FOS/RestBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
            "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3fb2d30c58cde59213dbddd031bc36171b8b68b6",
            "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.9",
            "psr/log": "~1.0",
            "symfony/framework-bundle": "~2.3",
            "symfony/http-kernel": "~2.3,>=2.3.24",
            "willdurand/jsonp-callback-validator": "~1.0",
            "willdurand/negotiation": "~1.2"
        },
        "conflict": {
            "jms/serializer": "<0.12",
            "jms/serializer-bundle": "<0.11",
            "symfony/validator": ">=2.5.0,<2.5.5"
        },
        "require-dev": {
            "jms/serializer": "~0.13",
            "jms/serializer-bundle": "~0.12",
            "phpoption/phpoption": "~1.1.0",
            "sensio/framework-extra-bundle": "~3.0",
            "symfony/browser-kit": "~2.3",
            "symfony/dependency-injection": "~2.3",
            "symfony/form": "~2.3",
            "symfony/security": "~2.3",
            "symfony/serializer": "~2.3",
            "symfony/validator": "~2.3",
            "symfony/yaml": "~2.3"
        },
        "suggest": {
            "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
            "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
            "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
            "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
        },
        "time": "2015-06-16 08:39:26",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "FOS\\RestBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lukas Kahwe Smith",
                "email": "smith@pooteeweet.org"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
            },
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com"
            }
        ],
        "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "rest"
        ]
    },
    {
        "name": "friendsofsymfony/jsrouting-bundle",
        "version": "1.5.4",
        "version_normalized": "1.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
            "reference": "539a6ac0c1fb6b010f92a1c877426a4caa5abba1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/539a6ac0c1fb6b010f92a1c877426a4caa5abba1",
            "reference": "539a6ac0c1fb6b010f92a1c877426a4caa5abba1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/console": "~2.0",
            "symfony/framework-bundle": "~2.0",
            "symfony/serializer": "~2.0",
            "willdurand/jsonp-callback-validator": "~1.0"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4"
        },
        "time": "2015-01-23 02:44:26",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "behat/transliterator",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Behat/Transliterator.git",
            "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Behat/Transliterator/zipball/c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
            "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-05-15 22:08:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Behat\\Transliterator": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Artistic-1.0"
        ],
        "description": "String transliterator",
        "keywords": [
            "i18n",
            "slug",
            "transliterator"
        ]
    },
    {
        "name": "gedmo/doctrine-extensions",
        "version": "v2.3.12",
        "version_normalized": "2.3.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
            "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
            "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
            "shasum": ""
        },
        "require": {
            "behat/transliterator": "~1.0",
            "doctrine/common": "~2.4",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/mongodb-odm": ">=1.0.0-BETA11",
            "doctrine/orm": "~2.4",
            "phpunit/phpunit": "~4.4",
            "phpunit/phpunit-mock-objects": "~2.3",
            "symfony/yaml": "~2.3"
        },
        "suggest": {
            "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
            "doctrine/orm": "to use the extensions with the ORM"
        },
        "time": "2015-02-24 21:41:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "stof/doctrine-extensions-bundle",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "target-dir": "Stof/DoctrineExtensionsBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
            "reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/0aa21137bcae43241ffa047946bbdd46b91a2b0a",
            "reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a",
            "shasum": ""
        },
        "require": {
            "gedmo/doctrine-extensions": "2.3.*",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "to use the ORM extensions",
            "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
        },
        "time": "2013-06-23 16:53:41",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Stof\\DoctrineExtensionsBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            }
        ],
        "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
        "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
        "keywords": [
            "behaviors",
            "doctrine2",
            "extensions",
            "gedmo",
            "loggable",
            "nestedset",
            "sluggable",
            "sortable",
            "timestampable",
            "translatable",
            "tree"
        ]
    },
    {
        "name": "phpoption/phpoption",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
            "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-01-09 22:37:17",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PhpOption\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ]
    },
    {
        "name": "phpcollection/phpcollection",
        "version": "0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-collection.git",
            "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
            "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
            "shasum": ""
        },
        "require": {
            "phpoption/phpoption": "1.*"
        },
        "time": "2014-03-11 13:46:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PhpCollection": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "General-Purpose Collection Library for PHP",
        "keywords": [
            "collection",
            "list",
            "map",
            "sequence",
            "set"
        ]
    },
    {
        "name": "jms/parser-lib",
        "version": "1.0.0",
        "version_normalized": "1.0.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"
        },
        "time": "2012-11-18 18:08:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "description": "A library for easily creating recursive-descent parsers."
    },
    {
        "name": "jms/metadata",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "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"
        },
        "time": "2014-07-12 07:13:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "jms/serializer",
        "version": "0.16.0",
        "version_normalized": "0.16.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/serializer.git",
            "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
            "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "jms/metadata": "~1.1",
            "jms/parser-lib": "1.*",
            "php": ">=5.3.2",
            "phpcollection/phpcollection": "~0.1"
        },
        "require-dev": {
            "doctrine/orm": "~2.1",
            "doctrine/phpcr-odm": "~1.0.1",
            "jackalope/jackalope-doctrine-dbal": "1.0.*",
            "propel/propel1": "~1.7",
            "symfony/filesystem": "2.*",
            "symfony/form": "~2.1",
            "symfony/translation": "~2.0",
            "symfony/validator": "~2.0",
            "symfony/yaml": "2.*",
            "twig/twig": ">=1.8,<2.0-dev"
        },
        "suggest": {
            "symfony/yaml": "Required if you'd like to serialize data to YAML format."
        },
        "time": "2014-03-18 08:39:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\Serializer": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
        "homepage": "http://jmsyst.com/libs/serializer",
        "keywords": [
            "deserialization",
            "jaxb",
            "json",
            "serialization",
            "xml"
        ]
    },
    {
        "name": "jms/serializer-bundle",
        "version": "0.13.0",
        "version_normalized": "0.13.0.0",
        "target-dir": "JMS/SerializerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
            "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
            "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
            "shasum": ""
        },
        "require": {
            "jms/serializer": "~0.11",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/css-selector": "*",
            "symfony/finder": "*",
            "symfony/form": "*",
            "symfony/process": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "suggest": {
            "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
        },
        "time": "2013-12-05 14:36:11",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.13-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\SerializerBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Allows you to easily serialize, and deserialize data of any complexity",
        "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
        "keywords": [
            "deserialization",
            "jaxb",
            "json",
            "serialization",
            "xml"
        ]
    },
    {
        "name": "jms/twig-js",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/twig.js.git",
            "reference": "0bd45ddeb00df2a690e2251ecbfdecc904e2ed1c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/twig.js/zipball/0bd45ddeb00df2a690e2251ecbfdecc904e2ed1c",
            "reference": "0bd45ddeb00df2a690e2251ecbfdecc904e2ed1c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "twig/twig": ">=1.8,<2.0-dev"
        },
        "require-dev": {
            "dnode/dnode": "dev-master",
            "phpunit/phpunit": "3.7.*@dev",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2015-05-09 19:47:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "TwigJs": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "twig.js, flexible, secure, and high-performance templating engine for Javascript",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "jms/twig-js-bundle",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "target-dir": "JMS/TwigJsBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSTwigJsBundle.git",
            "reference": "72d9475022e9c71c90d41fd0315cccfefcbac6eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSTwigJsBundle/zipball/72d9475022e9c71c90d41fd0315cccfefcbac6eb",
            "reference": "72d9475022e9c71c90d41fd0315cccfefcbac6eb",
            "shasum": ""
        },
        "require": {
            "jms/twig-js": "~1.0",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.0"
        },
        "time": "2014-08-22 10:31:22",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\TwigJsBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Integrates twig.js into your Symfony2 application",
        "homepage": "http://jmsyst.com/bundles/JMSTwigJsBundle",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "jms/cg",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/cg-library.git",
            "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
            "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2012-01-02 20:40:52",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "CG\\": "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": "Toolset for generating PHP code",
        "keywords": [
            "code generation"
        ]
    },
    {
        "name": "jms/aop-bundle",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "target-dir": "JMS/AopBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSAopBundle.git",
            "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
            "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
            "shasum": ""
        },
        "require": {
            "jms/cg": "1.*",
            "symfony/framework-bundle": "2.*"
        },
        "time": "2013-07-29 09:34:26",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\AopBundle": ""
            }
        },
        "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": "Adds AOP capabilities to Symfony2",
        "keywords": [
            "annotations",
            "aop"
        ]
    },
    {
        "name": "jms/di-extra-bundle",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "target-dir": "JMS/DiExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
            "reference": "4a0db1a5469940f83cc7d9c156224469ec8b6c01"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/4a0db1a5469940f83cc7d9c156224469ec8b6c01",
            "reference": "4a0db1a5469940f83cc7d9c156224469ec8b6c01",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": ">=1.0.0,<1.2-dev",
            "jms/metadata": "1.*",
            "symfony/finder": "~2.1",
            "symfony/framework-bundle": "~2.1",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "jms/security-extra-bundle": "1.*",
            "phpcollection/phpcollection": ">=0.1,<0.3-dev",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/form": "*",
            "symfony/security-bundle": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2014-11-24 08:56:26",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\DiExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Allows to configure dependency injection using annotations",
        "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
        "keywords": [
            "annotations",
            "dependency injection"
        ]
    },
    {
        "name": "jms/security-extra-bundle",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "target-dir": "JMS/SecurityExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
            "reference": "f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc",
            "reference": "f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": "~1.0",
            "jms/di-extra-bundle": "~1.3",
            "jms/metadata": "~1.0",
            "jms/parser-lib": "~1.0",
            "symfony/framework-bundle": "~2.1",
            "symfony/security-bundle": "*"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/css-selector": "*",
            "symfony/finder": "*",
            "symfony/form": "*",
            "symfony/process": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2013-06-09 10:29:54",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\SecurityExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Enhances the Symfony2 Security Component by adding several new features",
        "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
        "keywords": [
            "annotations",
            "authorization",
            "expression",
            "secure",
            "security"
        ]
    },
    {
        "name": "sensio/generator-bundle",
        "version": "v2.5.3",
        "version_normalized": "2.5.3.0",
        "target-dir": "Sensio/Bundle/GeneratorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
            "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
            "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
            "shasum": ""
        },
        "require": {
            "symfony/console": "~2.5",
            "symfony/framework-bundle": "~2.2"
        },
        "require-dev": {
            "doctrine/orm": "~2.2,>=2.2.3",
            "symfony/doctrine-bridge": "~2.2",
            "twig/twig": "~1.11"
        },
        "time": "2015-03-17 06:36:52",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\GeneratorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle generates code for you"
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v3.0.9",
        "version_normalized": "3.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "0616fd568da051adc19ca63006cc808531ba2da4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/0616fd568da051adc19ca63006cc808531ba2da4",
            "reference": "0616fd568da051adc19ca63006cc808531ba2da4",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4",
            "symfony/security-bundle": "~2.4"
        },
        "suggest": {
            "symfony/expression-language": "",
            "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
            "symfony/security-bundle": ""
        },
        "time": "2015-06-05 13:59:21",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "twig/extensions",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig-extensions.git",
            "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
            "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.12"
        },
        "require-dev": {
            "symfony/translation": "~2.3"
        },
        "suggest": {
            "symfony/translation": "Allow the time_diff output to be translated"
        },
        "time": "2014-10-30 14:30:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
            "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
            "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.3",
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.2",
            "symfony/framework-bundle": "~2.2",
            "symfony/security": "~2.2"
        },
        "require-dev": {
            "instaclick/coding-standard": "~1.1",
            "instaclick/object-calisthenics-sniffs": "dev-master",
            "instaclick/symfony2-coding-standard": "dev-remaster",
            "phpunit/phpunit": "~3.7",
            "satooshi/php-coveralls": "~0.6.1",
            "squizlabs/php_codesniffer": "dev-master",
            "symfony/console": "~2.2",
            "symfony/finder": "~2.2",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "time": "2014-11-28 09:43:36",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Bundle\\DoctrineCacheBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Fabio B. Silva",
                "email": "fabio.bat.silva@gmail.com"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@hotmail.com"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony2 Bundle for Doctrine Cache",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0b9e27037c4fdbad515ee5ec89842e9091a6480f",
            "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "~2.3",
            "doctrine/doctrine-cache-bundle": "~1.0",
            "jdorn/sql-formatter": "~1.1",
            "php": ">=5.3.2",
            "symfony/console": "~2.3",
            "symfony/doctrine-bridge": "~2.2",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "phpunit/phpunit": "~4",
            "satooshi/php-coveralls": "~0.6.1",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2",
            "twig/twig": "~1.10"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "to use the data collector"
        },
        "time": "2015-05-28 12:27:15",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.14.0",
        "version_normalized": "1.14.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc",
            "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "raven/raven": "~0.8",
            "ruflin/elastica": ">=0.90 <3.0",
            "swiftmailer/swiftmailer": "~5.3",
            "videlalvaro/php-amqplib": "~2.4"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
        },
        "time": "2015-06-19 13:29:54",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.14.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/MonologBundle.git",
            "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
            "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.8",
            "php": ">=5.3.2",
            "symfony/config": "~2.3",
            "symfony/dependency-injection": "~2.3",
            "symfony/http-kernel": "~2.3",
            "symfony/monolog-bridge": "~2.3"
        },
        "require-dev": {
            "symfony/console": "~2.3",
            "symfony/yaml": "~2.3"
        },
        "time": "2015-01-04 20:21:17",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.1",
        "version_normalized": "5.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
            "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1,<0.9.4"
        },
        "time": "2015-06-06 14:19:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.3.8",
        "version_normalized": "2.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/SwiftmailerBundle.git",
            "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
            "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
            "symfony/swiftmailer-bridge": "~2.1"
        },
        "require-dev": {
            "symfony/config": "~2.1",
            "symfony/dependency-injection": "~2.1",
            "symfony/http-kernel": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2014-12-01 17:44:50",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "kriswallsmith/assetic",
        "version": "v1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "b20efe38845d20458702f97f3ff625d80805897b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
            "reference": "b20efe38845d20458702f97f3ff625d80805897b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "cssmin/cssmin": "*",
            "joliclic/javascript-packer": "*",
            "kamicane/packager": "*",
            "leafo/lessphp": "*",
            "leafo/scssphp": "*",
            "leafo/scssphp-compass": "*",
            "mrclay/minify": "*",
            "patchwork/jsqueeze": "~1.0",
            "phpunit/phpunit": "~4",
            "psr/log": "~1.0",
            "ptachoire/cssembed": "*",
            "twig/twig": "~1.6"
        },
        "suggest": {
            "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
            "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
            "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
            "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
            "twig/twig": "Assetic provides the integration with the Twig templating engine"
        },
        "time": "2014-12-12 05:04:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Assetic": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Asset Management for PHP",
        "homepage": "https://github.com/kriswallsmith/assetic",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "symfony/assetic-bundle",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/AsseticBundle.git",
            "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
            "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": "~1.2",
            "php": ">=5.3.0",
            "symfony/console": "~2.3",
            "symfony/dependency-injection": "~2.3",
            "symfony/framework-bundle": "~2.3",
            "symfony/yaml": "~2.3"
        },
        "require-dev": {
            "kriswallsmith/spork": "~0.2",
            "patchwork/jsqueeze": "~1.0",
            "symfony/class-loader": "~2.3",
            "symfony/css-selector": "~2.3",
            "symfony/dom-crawler": "~2.3",
            "symfony/twig-bundle": "~2.3"
        },
        "suggest": {
            "kriswallsmith/spork": "to be able to dump assets in parallel",
            "symfony/twig-bundle": "to use the Twig integration"
        },
        "time": "2015-01-27 12:45:16",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\AsseticBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Integrates Assetic into Symfony2",
        "homepage": "https://github.com/symfony/AsseticBundle",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "claroline/core-bundle",
        "version": "5.1.10",
        "version_normalized": "5.1.10.0",
        "target-dir": "Claroline/CoreBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/claroline/CoreBundle.git",
            "reference": "ae91ef380b1f3e3a3a96e45973a055d3353a721c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/claroline/CoreBundle/zipball/ae91ef380b1f3e3a3a96e45973a055d3353a721c",
            "reference": "ae91ef380b1f3e3a3a96e45973a055d3353a721c",
            "shasum": ""
        },
        "require": {
            "besimple/sso-auth-bundle": "*",
            "claroline/bundle-recorder": "~5.0",
            "claroline/front-end-bundle": "~5.0",
            "claroline/installation-bundle": "~5.0",
            "claroline/kernel-bundle": "~5.0",
            "claroline/migration-bundle": "~5.0",
            "cocur/slugify": "~1.0",
            "composer/composer": "dev-master",
            "doctrine/dbal": "~2.4",
            "doctrine/doctrine-bundle": "~1.3",
            "doctrine/orm": "~2.4",
            "ext-mcrypt": "*",
            "fortawesome/font-awesome": "4.3.0",
            "friendsofsymfony/jsrouting-bundle": "~1.5",
            "friendsofsymfony/oauth-server-bundle": "~1.4",
            "friendsofsymfony/rest-bundle": "~1.4",
            "gedmo/doctrine-extensions": "~2.3",
            "gregwar/captcha-bundle": "1.0.12",
            "idci/exporter-bundle": "1.0.0",
            "jms/di-extra-bundle": "1.5.0",
            "jms/security-extra-bundle": "1.5.1",
            "jms/serializer-bundle": "~0.13",
            "jms/twig-js-bundle": "1.0.0",
            "johngrogg/ics-parser": "dev-master",
            "knplabs/knp-menu-bundle": "2.0.0",
            "leafo/lessphp": "0.4.0",
            "mrclay/minify": "~2.2",
            "natxet/cssmin": "3.0.2",
            "nelmio/api-doc-bundle": "~2.7",
            "php": ">=5.4.1",
            "sensio/distribution-bundle": "*",
            "sensio/framework-extra-bundle": "~3.0.0",
            "sensio/generator-bundle": "~2.4",
            "stfalcon/tinymce-bundle": "0.3.8",
            "stof/doctrine-extensions-bundle": "1.1.0",
            "symfony/assetic-bundle": "~2.4",
            "symfony/monolog-bundle": "~2.5",
            "symfony/swiftmailer-bundle": "~2.3",
            "symfony/symfony": "~2.7",
            "twbs/bootstrap": "3.0.0",
            "twig/extensions": "1.2.0",
            "werkint/jsmin": "1.0.0",
            "white-october/pagerfanta-bundle": "1.0.2",
            "willdurand/js-translation-bundle": "~2.1",
            "zendframework/zend-crypt": "~2.3",
            "zenstruck/form-bundle": "1.5.1"
        },
        "require-dev": {
            "hamcrest/hamcrest": "~1.1.0",
            "mikey179/vfsstream": "dev-master",
            "mockery/mockery": "dev-master@dev"
        },
        "time": "2015-07-01 14:37:32",
        "type": "claroline-core",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Claroline\\CoreBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Claroline development team",
                "email": "dev@claroline.net",
                "homepage": "http://github.com/claroline"
            }
        ],
        "description": "Claroline core bundle",
        "homepage": "http://www.claroline.net",
        "keywords": [
            "Claroline",
            "core"
        ]
    },
    {
        "name": "doctrine/data-fixtures",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/data-fixtures.git",
            "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
            "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/orm": "< 2.4"
        },
        "require-dev": {
            "doctrine/orm": "~2.4"
        },
        "suggest": {
            "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
            "doctrine/orm": "For loading ORM fixtures",
            "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
        },
        "time": "2015-03-30 12:14:13",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "claroline/web-installer",
        "version": "5.0.2",
        "version_normalized": "5.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/claroline/WebInstaller.git",
            "reference": "70d6ad67c2936935ea1d1d06b8a7a7a0550bd49b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/claroline/WebInstaller/zipball/70d6ad67c2936935ea1d1d06b8a7a7a0550bd49b",
            "reference": "70d6ad67c2936935ea1d1d06b8a7a7a0550bd49b",
            "shasum": ""
        },
        "require": {
            "claroline/core-bundle": ">=4.5.0",
            "php": ">=5.3.3",
            "symfony/http-foundation": "*",
            "symfony/http-kernel": "*",
            "symfony/yaml": "*"
        },
        "time": "2015-06-18 15:59:11",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Claroline\\WebInstaller": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Claroline development team",
                "email": "dev@claroline.net",
                "homepage": "http://github.com/claroline"
            }
        ],
        "description": "Claroline web installer",
        "homepage": "http://www.claroline.net",
        "keywords": [
            "Claroline",
            "Web installer"
        ]
    },
    {
        "name": "innova/angular-ui-pageslide-bundle",
        "version": "5.0.1",
        "version_normalized": "5.0.1.0",
        "target-dir": "Innova/AngularUIPageslideBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/InnovaLangues/AngularUIPageslideBundle.git",
            "reference": "a7d38b666e152467c84d8b5590d59569bdac1096"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/InnovaLangues/AngularUIPageslideBundle/zipball/a7d38b666e152467c84d8b5590d59569bdac1096",
            "reference": "a7d38b666e152467c84d8b5590d59569bdac1096",
            "shasum": ""
        },
        "require": {
            "innova/angular-js-bundle": "~5.0",
            "php": ">=5.3.0",
            "symfony/symfony": "2.*"
        },
        "time": "2015-05-20 07:41:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Innova\\AngularUIPageslideBundle": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arnaud Bey",
                "email": "arnaud.bey@u-grenoble3.fr"
            },
            {
                "name": "Axel Penin",
                "email": "axel.penin@u-grenoble3.fr"
            },
            {
                "name": "Eric Vincent",
                "email": "eric.vincent@u-grenoble3.fr"
            },
            {
                "name": "Donovan Tengblad",
                "email": "donovan.tengblad@u-grenoble3.fr"
            }
        ],
        "description": "Symfony 2 bundle which provides Angular JS directive to add pageslide effect.",
        "homepage": "http://github.com/InnovaLangues/AngularUIPageslideBundle",
        "keywords": [
            "Pageslide",
            "Symfony2",
            "angular"
        ]
    }
]
