{
  "name": "grow-tool-therapies/crm",
  "description": "Grow Tool Therapies Occupational Therapy CRM",
  "type": "project",
  "require": {
    "php": ">=8.2",
    "dompdf/dompdf": "^3.1",
    "phpmailer/phpmailer": "^6.9",
    "vlucas/phpdotenv": "^5.6"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    }
  },
  "scripts": {
    "check": "php -l public/index.php"
  }
}
