mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 10:28:43 +00:00
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"name": "hexahost/contact-form",
|
|
"description": "HexaHost.de Contact Form with PHPMailer",
|
|
"type": "project",
|
|
"require": {
|
|
"phpmailer/phpmailer": "^6.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HexaHost\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
} |