{
    "name": "rappasoft/laravel-authentication-log",
    "description": "Log user authentication details and send new device notifications.",
    "keywords": [
        "rappasoft",
        "laravel",
        "laravel-authentication-log"
    ],
    "homepage": "https://github.com/rappasoft/laravel-authentication-log",
    "license": "MIT",
    "authors": [
        {
            "name": "Anthony Rappa",
            "email": "rappa819@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.2",
        "illuminate/contracts": "^11.0|^12.0|^13.0",
        "spatie/laravel-package-tools": "^1.4.3"
    },
    "require-dev": {
        "nunomaduro/collision": "^8.0",
        "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
        "pestphp/pest": "^3.7|^4.0",
        "pestphp/pest-plugin-laravel": "^3.1|^4.0",
        "spatie/laravel-ray": "^1.29",
        "vimeo/psalm": "^4.20|^5.0|^6.6"
    },
    "autoload": {
        "psr-4": {
            "Rappasoft\\LaravelAuthenticationLog\\": "src",
            "Rappasoft\\LaravelAuthenticationLog\\Database\\Factories\\": "database/factories"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Rappasoft\\LaravelAuthenticationLog\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "./vendor/bin/pest --no-coverage"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Rappasoft\\LaravelAuthenticationLog\\LaravelAuthenticationLogServiceProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
