Reintroduce composer.json file: Added the configuration file for the HexaHost contact form project, specifying dependencies and autoloading settings to support project structure and functionality.

This commit is contained in:
TheOnlyMace
2026-01-13 23:11:25 +01:00
parent 27e157e919
commit 4382fd3e0b

View File

@@ -1,19 +0,0 @@
{
"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
}