{
  "name": "whitelinefever/rlcg-unity-backend",
  "description": "Rugby League Ultimate Card Game backend API foundation",
  "type": "project",
  "require": {
    "php": ">=8.2",
    "firebase/php-jwt": "^7.0",
    "phpmailer/phpmailer": "^6.9"
  },
  "autoload": {
    "psr-4": {
      "RLCG\\": "app/"
    }
  },
  "scripts": {
    "post-install-cmd": [
      "@php -r \"if (!file_exists('.env')) copy('.env.example', '.env');\""
    ]
  }
}
