{
    "name": "euroscot/crew-system",
    "description": "Euroscot Crew System",
    "type": "project",
    "require": {
        "guzzlehttp/guzzle": "^7.8",
        "vlucas/phpdotenv": "^5.6",
        "psr/http-message": "^1.1",
        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.0",
        "phpmailer/phpmailer": "^7.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    }
}
