Remove composer.json file: Deleted the configuration file for the project as part of the cleanup process, enhancing project structure and security.

This commit is contained in:
TheOnlyMace
2026-01-13 23:10:02 +01:00
parent 2df47dc461
commit 27e157e919

View File

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