{
    "name": "zforex/backend",
    "description": "ZForex Trading Platform Backend",
    "type": "project",
    "require": {
        "php": ">=7.4",
        "phpmailer/phpmailer": "^6.8"
    },
    "autoload": {
        "psr-4": {
            "ZForex\\": "src/"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "echo 'PHPMailer installed successfully. Update config.php with your SMTP settings.'"
        ]
    }
}