{
    "name": "luxifer/doctrine-functions",
    "type": "library",
    "description": "Doctrine DQL Functions for Mysql",
    "homepage": "http://luxifer.github.io/doctrine-functions/",
    "keywords": ["database", "mysql", "dql"],
    "license": "MIT",
    "authors": [
        {
            "name": "Florent Viel",
            "email": "luxifer666@gmail.com",
            "homepage": "http://blog.luxifer.fr",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "doctrine/orm": ">=2.2.3"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "psr-0": {
            "Luxifer\\": "src/"
        }
    },
    "minimum-stability": "stable"
}
