{
  "name": "examprep/app",
  "description": "Exam Prep App",
  "require": {
    "stripe/stripe-php": "^13.0",
    "phpmailer/phpmailer": "^6.9"
  },
  "autoload": {
    "psr-4": {
      "ExamPrep\\": "src/"
    }
  }
}
