{
    "name": "tightenco/duster",
    "description": "Automatic configuration for Laravel apps to apply Tighten's standard linting & code standards.",
    "keywords": [
        "tightenco",
        "duster",
        "php",
        "code style",
        "laravel"
    ],
    "homepage": "https://github.com/tighten/duster",
    "type": "project",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/tighten/duster/issues",
        "source": "https://github.com/tighten/duster"
    },
    "authors": [
        {
            "name": "Matt Stauffer",
            "email": "matt@tighten.com",
            "homepage": "https://tighten.com",
            "role": "Developer"
        },
        {
            "name": "Anthony Clark",
            "email": "anthony@tighten.com",
            "homepage": "https://tighten.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.2.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.73",
        "laravel-zero/framework": "^11.36",
        "laravel/pint": "^1.21",
        "nunomaduro/termwind": "^2.0",
        "spatie/invade": "^1.1",
        "squizlabs/php_codesniffer": "^3.12",
        "tightenco/tlint": "^9.5"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "files": [
            "./vendor/squizlabs/php_codesniffer/autoload.php"
        ]
    },
    "config": {
        "preferred-install": {
            "laravel/pint": "source",
            "*": "dist"
        },
        "sort-packages": true,
        "optimize-autoloader": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true
        },
        "platform": {
            "php": "8.2.0"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "bin": ["builds/duster"]
}
