{
    "name": "deevapayon/autodealer-erp",
    "description": "Commercial Automobile Dealer ERP + Distribution Management System (Core PHP 8.3 MVC)",
    "type": "project",
    "license": "proprietary",
    "require": {
        "php": ">=8.1",
        "ext-pdo": "*",
        "ext-mbstring": "*",
        "ext-json": "*",
        "dompdf/dompdf": "^3.0",
        "phpoffice/phpspreadsheet": "^3.5",
        "phpmailer/phpmailer": "^6.9"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        },
        "files": [
            "app/Helpers/functions.php"
        ]
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
