{
  "name": "bizquote/pro",
  "description": "BizQuote Pro - Plain PHP MVC quotation, invoicing, payments and AI marketing SaaS scaffold.",
  "type": "project",
  "require": {
    "php": ">=8.2 <9.0",
    "ext-pdo": "*",
    "ext-json": "*",
    "ext-curl": "*",
    "mpdf/mpdf": "^8.2",
    "phpmailer/phpmailer": "^6.9",
    "vlucas/phpdotenv": "^5.6"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    },
    "files": [
      "app/Support/helpers.php"
    ]
  },
  "suggest": {
    "ext-redis": "Required for Redis cache support in production."
  },
  "scripts": {
    "post-install-cmd": [
      "@php scripts/ensure-storage.php"
    ],
    "post-update-cmd": [
      "@php scripts/ensure-storage.php"
    ]
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true,
    "platform": {
      "php": "8.2.12"
    }
  }
}
