{
    "name": "qbabit/security",
    "description": "QbaBit Security",
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Edgar Rodríguez de Vera",
            "email": "edgar@qbabit.com"
        },
        {
            "name": "Javier Coro Morales",
            "email": "harryjfk@qbabit.com"
        },
        {
            "name": "Asiel Martínez Albuerne",
            "email": "asiel@qbabit.com"
        }
    ],

    "require": {
        "qbabit/core": "*"
    },

    "autoload": {
        "psr-4": {
            "QbaBit\\SecurityBundle\\": ""
        }
    }
}
