{
  "name": "q8asia/service-php",
  "description": "Q8Asia API — plain PHP port of the NestJS user-api.",
  "type": "project",
  "license": "UNLICENSED",
  "require": {
    "php": ">=8.1",
    "ext-pdo": "*",
    "ext-pdo_mysql": "*",
    "ext-json": "*",
    "ext-curl": "*",
    "ext-openssl": "*",
    "firebase/php-jwt": "^7.0",
    "phpmailer/phpmailer": "^6.9",
    "cloudinary/cloudinary_php": "^2.13",
    "stripe/stripe-php": "^14.0",
    "vlucas/phpdotenv": "^5.6"
  },
  "autoload": {
    "psr-4": {
      "Q8\\": "src/"
    }
  },
  "config": {
    "optimize-autoloader": true
  }
}
