{
    "check-requirements": false,
    "dump-autoload": false,
    "stub": "php-cs-fixer",
    "compactors": [
        "KevinGH\\Box\\Compactor\\Json",
        "KevinGH\\Box\\Compactor\\Php"
    ],
    "files": [
        "dev-tools/ci-integration.sh",
        "LICENSE"
    ],
    "finder": [
        {
            "name": [
                "*.php"
            ],
            "exclude": [
                "Test",
                "test",
                "Tests",
                "tests"
            ],
            "in": [
                "src",
                "vendor"
            ]
        }
    ],
    "blacklist": [
        "psalm-autoload.php"
    ],
    "git-commit": "git-commit"
}
