{
    "name": "manus/erp-mei",
    "description": "ERP WEB profissional completo para MEI.",
    "type": "project",
    "license": "MIT",
    "authors": [
        {
            "name": "Manus AI",
            "email": "ai@manus.im"
        }
    ],
    "require": {
        "php": ">=8.3",
        "phpmailer/phpmailer": "^6.9",
        "guzzlehttp/guzzle": "^7.8"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
