Files
godot-asset-library/composer.json
dependabot[bot] 7eed612a4c Bump phpmailer/phpmailer from 5.2.27 to 6.5.0
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.27 to 6.5.0.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v5.2.27...v6.5.0)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 15:21:28 +00:00

17 lines
332 B
JSON

{
"require": {
"slim/slim": "^3.0",
"dflydev/fig-cookies": "^1.0",
"slim/csrf": "^0.7.0",
"monolog/monolog": "^1.17",
"slim/php-view": "^2.0",
"phpmailer/phpmailer": "^6.5"
},
"autoload": {
"psr-4": {
"Godot\\AssetLibrary\\": "src/"
}
}
}