{
    "name": "lexik/translation-bundle",
    "type": "symfony-bundle",
    "description": "This bundle allow to import translation files content into the database and provide a GUI to edit translations.",
    "keywords": ["Symfony2", "bundle", "translation", "i18n"],
    "homepage": "https://github.com/lexik/LexikTranslationBundle",
    "license": "MIT",
    "prefer-stable": true,
    "authors": [
        {
            "name": "Cedric Girard",
            "email": "c.girard@lexik.fr"
        },
        {
            "name": "Dev Lexik",
            "email": "dev@lexik.fr"
        }
    ],
    "require": {
        "php": ">=5.3.2",
        "symfony/framework-bundle": "~2.7"
    },
    "require-dev": {
        "doctrine/orm": "~2.4,<2.5",
        "doctrine/doctrine-bundle": "~1.5",
        "doctrine/data-fixtures": "~1.1",
        "doctrine/mongodb-odm": "~1.0.0-beta10@dev",
        "doctrine/mongodb-odm-bundle": "~3.0",
        "propel/propel-bundle": "~1.2",
        "phpunit/phpunit": "~4.3"
    },
    "suggest": {
        "doctrine/orm": ">=2.4",
        "doctrine/mongodb-odm-bundle": "~3.0",
        "propel/propel-bundle": "~1.2"
    },
    "autoload":     {
        "psr-4": { "Lexik\\Bundle\\TranslationBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.x.x-dev"
        }
    }
}
