{
    "name": "yadahan/laravel-authentication-log",
    "description": "Laravel Authentication Log provides authentication logger and notification for Laravel.",
    "keywords": [
        "laravel",
        "authentication",
        "log",
        "notification"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Yaakov Dahan",
            "email": "yakidehan@gmail.com"
        }
    ],
    "require": {
        "php": "^7.2.5|^8.0",
        "illuminate/auth": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/bus": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/console": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/contracts": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/database": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/http": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/notifications": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/support": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0"
    },
    "require-dev": {
        "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
        "phpunit/phpunit": "^8.4|^9.3.3|^10.0|^11.0"
    },
    "autoload": {
        "psr-4": {
            "Yadahan\\AuthenticationLog\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yadahan\\AuthenticationLog\\Tests\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        },
        "laravel": {
            "providers": [
                "Yadahan\\AuthenticationLog\\AuthenticationLogServiceProvider"
            ]
        }
    },
    "suggest": {
        "guzzlehttp/guzzle": "Required to use the Slack transport (~6.0)",
        "nexmo/client": "Required to use the Nexmo transport (~1.0)."
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
