{
    "name": "total-seller/hub-mkp-core",
    "description": "Core administrativo e de provisionamento do TotalSeller Hub.",
    "type": "project",
    "license": "proprietary",
    "require": {
        "php": ">=7.4",
        "ext-json": "*",
        "ext-openssl": "*",
        "ext-pdo": "*",
        "phpmailer/phpmailer": "^6.9",
        "vlucas/phpdotenv": "^5.5"
    },
    "autoload": {
        "psr-4": {
            "TotalSeller\\Core\\": "app/"
        }
    },
    "scripts": {
        "migrate": "@php bin/migrate.php",
        "provision": "@php bin/provisionar.php",
        "seed": "@php bin/seed.php",
        "serve": "@php -S 127.0.0.1:8080 -t public public/index.php",
        "tenant-finalize": "@php bin/finalizar_tenant.php",
        "tenant-migrations": "@php bin/migrar_tenant.php",
        "tenant-migrations-enqueue": "@php bin/enfileirar_migrations_tenant.php"
    },
    "config": {
        "sort-packages": true
    }
}
