{
    "name": "barajtheme/wisecp-management",
    "description": "Complete WiseCP/WHMCS-style PHP + Smarty Management System",
    "type": "project",
    "require": {
        "php": ">=8.2",
        "smarty/smarty": "^4.3",
        "phpmailer/phpmailer": "^6.8",
        "tecnickcom/tcpdf": "^6.6",
        "phpwhois/phpwhois": "^4.2",
        "vlucas/phpdotenv": "^5.5",
        "stripe/stripe-php": "^13.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
