{
  "name": "paddlerscove/community-site",
  "description": "Paddlers Cove community site - directory, events, and lending library",
  "type": "project",
  "require": {
    "php": ">=8.1",
    "ext-pdo": "*",
    "ext-json": "*",
    "ext-openssl": "*",
    "league/oauth2-client": "^2.7",
    "league/oauth2-google": "^4.0",
    "league/oauth2-facebook": "^2.2",
    "thenetworg/oauth2-azure": "^2.2",
    "patrickbussmann/oauth2-apple": "^0.2",
    "google/apiclient": "^2.15",
    "vlucas/phpdotenv": "^5.6",
    "phpmailer/phpmailer": "^6.9"
  },
  "autoload": {
    "psr-4": { "App\\": "src/" }
  },
  "config": { "optimize-autoloader": true }
}
