{
    "name": "laravel-notification-channels/webpush",
    "description": "Web Push Notifications driver for Laravel.",
    "homepage": "https://github.com/laravel-notification-channels/webpush",
    "license": "MIT",
    "authors": [
        {
            "name": "Cretu Eusebiu",
            "email": "me@cretueusebiu.com",
            "homepage": "http://cretueusebiu.com",
            "role": "Developer"
        },
        {
            "name": "Joost de Bruijn",
            "email": "joost@aqualabs.nl",
            "role": "Maintainer"
        }
    ],
    "require": {
        "php": "^8.2",
        "illuminate/notifications": "^11.0|^12.0|^13.0",
        "illuminate/support": "^11.0|^12.0|^13.0",
        "minishlink/web-push": "^10.0"
    },
    "require-dev": {
        "larastan/larastan": "^3.1",
        "laravel/pint": "^1.25",
        "mockery/mockery": "^1.0",
        "orchestra/testbench": "^9.2|^10.0|^11.0",
        "phpunit/phpunit": "^10.5|^11.5.3|^12.5.12",
        "rector/rector": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "NotificationChannels\\WebPush\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "NotificationChannels\\WebPush\\Test\\": "tests"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "NotificationChannels\\WebPush\\WebPushServiceProvider"
            ]
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "test": "vendor/bin/phpunit"
    }
}