{
    "name": "lexik/form-filter-bundle",
    "type": "symfony-bundle",
    "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
    "keywords": ["Symfony", "bundle", "form", "filter", "doctrine"],
    "homepage": "https://github.com/lexik/LexikFormFilterBundle",
    "license": "MIT",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "authors": [
        {
            "name": "Cedric Girard",
            "email": "c.girard@lexik.fr"
        },
        {
            "name": "Dev Lexik",
            "email": "dev@lexik.fr"
        }
    ],
    "require": {
        "php": ">=5.5.9",
        "symfony/framework-bundle": "~2.8|~3.0",
        "symfony/form": "~2.8|~3.0",
        "doctrine/orm": "^2.4.8"
    },
    "require-dev": {
        "doctrine/mongodb-odm-bundle": "~3.0",
        "phpunit/phpunit": "~3.7"
    },
    "autoload":     {
        "psr-4": { "Lexik\\Bundle\\FormFilterBundle\\": "" }
    },
    "config": {
        "bin-dir": "bin"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "5.x.x-dev"
        }
    }
}
