Files
dog/composer.json
2025-07-21 23:45:28 +02:00

14 lines
234 B
JSON

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