Files
dog/composer.json

15 lines
265 B
JSON

{
"require":{
"phpmailer/phpmailer": "^6.7.1",
"php-http/guzzle7-adapter": "*",
"nyholm/psr7": "*",
"mailersend/mailersend": "^0.34.0",
"vlucas/phpdotenv": "^5.6"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}