{
    "name": "lexik/translation-bundle",
    "type": "symfony-bundle",
    "description": "This bundle allows 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.6 || ^7.0",
        "symfony/framework-bundle": "~2.8|~3.0|~4.0"
    },
    "require-dev": {
        "doctrine/orm": "^2.2.3",
        "doctrine/doctrine-bundle": "~1.2",
        "doctrine/data-fixtures": "~1.1",
        "doctrine/mongodb-odm-bundle": "~3.0",
        "propel/propel-bundle": "^3.0@dev|^4.0@dev",
        "propel/propel": "@dev",
        "phpunit/phpunit": "^5.7"
    },
    "suggest": {
        "doctrine/orm": ">=2.4",
        "doctrine/mongodb-odm-bundle": "~3.0"
    },
    "autoload":     {
        "psr-4": { "Lexik\\Bundle\\TranslationBundle\\": "" }
    },
    "autoload-dev": {
        "classmap": [
            "Tests/app/AppKernel.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "4.x.x-dev"
        }
    },
    "minimum-stability": "alpha"
}
