{
  "name": "horizon/voting-system",
  "description": "PHP rewrite of the Horizon voting system for shared hosting.",
  "type": "project",
  "require": {
    "php": ">=8.0",
    "ext-pdo": "*",
    "ext-json": "*",
    "phpmailer/phpmailer": "^6.9"
  },
  "autoload": {
    "psr-4": {
      "VotingSystem\\": "app/"
    },
    "files": [
      "app/Core/helpers.php"
    ]
  }
}
