{
    "name": "labex/exatas-api",
    "description": "Backend do aplicativo Exatas",
    "type": "project",
    "autoload": {
        "psr-4": {
            "Labex\\ExatasApi\\": "src/",
            "Labex\\App\\": "_app/"
        },
        "files": [
            "_app/Config.inc.php"
        ]
    },
    "authors": [
        {
            "name": "Miguel Ângelo",
            "email": "angelomocbel@gmail.com"
        }
    ],
    "require": {
        "slim/slim": "4.*",
        "slim/psr7": "^1.7",
        "phpmailer/phpmailer": "^6.10"
    }
}
