composer.json 102 B

123456
  1. {
  2. "require": {
  3. "phpmailer/phpmailer": "^6.10",
  4. "vlucas/phpdotenv": "^5.6"
  5. }
  6. }