{
    "name": "zacksmash/fortify-ui",
    "description": "Fortify-driven Laravel UI replacement",
    "keywords": [
        "zacksmash",
        "fortify-ui"
    ],
    "homepage": "https://github.com/zacksmash/fortify-ui",
    "license": "MIT",
    "authors": [
        {
            "name": "Zack Warren",
            "email": "zachary.warren@me.com",
            "homepage": "https://zacksmash.github.io",
            "role": "Developer"
        }
    ],
    "require": {
        "laravel/fortify": "^1.5"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^2.16",
        "orchestra/testbench": "^6.0",
        "phpunit/phpunit": "^9.3",
        "vimeo/psalm": "^3.11"
    },
    "autoload": {
        "psr-4": {
            "Zacksmash\\FortifyUI\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Zacksmash\\FortifyUI\\Tests\\": "tests"
        }
    },
    "scripts": {
        "psalm": "vendor/bin/psalm",
        "test": "vendor/bin/phpunit --colors=always",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage",
        "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "Zacksmash\\FortifyUI\\FortifyUIServiceProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
