{
  "name": "horizon-drilling/backend",
  "description": "Horizon Drilling Website Backend",
  "type": "project",
  "require": {
    "php": ">=7.4",
    "phpmailer/phpmailer": "^7.0"
  },
  "autoload": {
    "psr-4": {
      "Horizon\\": "src/"
    }
  }
}
