{
    "name": "vistoria/app",
    "description": "Sistema de vistorias de veículos",
    "type": "project",
    "license": "MIT",
    "require": {
        "php": "^8.1",
        "codeigniter4/framework": "^4.5",
        "aws/aws-sdk-php": "^3.300",
        "phpoffice/phpword": "^1.3",
        "chillerlan/php-qrcode": "^5.0",
        "tecnickcom/tcpdf": "^6.7",
        "setasign/fpdi": "^2.6"
    },
    "require-dev": {
        "fakerphp/faker": "^1.23",
        "phpunit/phpunit": "^10.5"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Config\\": "app/Config/"
        },
        "exclude-from-classmap": [
            "**/Database/Migrations/**"
        ]
    },
    "scripts": {
        "post-update-cmd": [
            "@php spark cache:clear"
        ]
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "config": {
        "audit": {
            "block-insecure": false
        }
    }
}
