{
    "name": "mailmigrate/corporate-system",
    "description": "Sistema Corporativo de Migração de E-mails IMAP",
    "type": "project",
    "license": "proprietary",
    "minimum-stability": "stable",
    "require": {
        "php": ">=8.3",
        "ext-pdo": "*",
        "ext-pdo_mysql": "*",
        "ext-imap": "*",
        "ext-openssl": "*",
        "ext-curl": "*",
        "ext-mbstring": "*",
        "ext-json": "*",
        "ext-zip": "*",
        "ext-intl": "*",
        "monolog/monolog": "^3.5",
        "firebase/php-jwt": "^6.10",
        "phpmailer/phpmailer": "^6.9",
        "phpoffice/phpspreadsheet": "^2.0",
        "tecnickcom/tcpdf": "^6.7",
        "bacon/bacon-qr-code": "^3.0",
        "spomky-labs/otphp": "^11.3"
    },
    "require-dev": {
        "phpstan/phpstan": "^1.11",
        "squizlabs/php_codesniffer": "^3.10",
        "phpunit/phpunit": "^11.2"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "lint": "find app -name '*.php' -exec php -l {} \\;",
        "phpstan": "phpstan analyse app --level=8",
        "phpcs": "phpcs --standard=PSR12 app/",
        "phpcbf": "phpcbf --standard=PSR12 app/",
        "build": "php bin/build.php"
    }
}
