{
    "name": "genemu/form-bundle",
    "type": "symfony-bundle",
    "description": "Extra form types for your Symfony2 projects",
    "keywords": ["form", "extra form"],
    "license": "MIT",
    "authors": [
        {
            "name": "Olivier Chauvel",
            "email": "olivier@generation-multiple.com"
        },
        {
            "name": "Bilal Amarni",
            "email": "bilal.amarni@gmail.com"
        },
        {
            "name": "Community contributions",
            "homepage": "https://github.com/genemu/GenemuFormBundle/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.2",
        "symfony/framework-bundle": "~2.7 || ^3.0",
        "symfony/form": "~2.7 || ^3.0",
        "twig/twig": "~1.14"
    },
    "suggest": {
        "symfony/twig-bridge": "For integration into Twig templates",
        "doctrine/doctrine-bundle": "In order to use some form types with Doctrine",
        "symfony/finder": "For an image type",
        "doctrine/mongodb-odm-bundle": "For MongoDB integration"
    },
    "autoload": {
        "psr-0": {
            "Genemu\\Bundle\\FormBundle": ""
        }
    },
    "target-dir": "Genemu/Bundle/FormBundle",
    "extra": {
        "branch-alias": {
            "dev-master": "3.0-dev"
        }
    }
}
