{
    "name": "alymosul/laravel-exponent-push-notifications",
    "description": "Exponent push notifications driver for laravel",
    "homepage": "https://github.com/alymosul/laravel-exponent-push-notifications",
    "license": "MIT",
    "authors": [
        {
            "name": "Aly Suleiman",
            "email": "alymosul@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.0",
        "alymosul/exponent-server-sdk-php": "1.3.*",
        "laravel/framework": "^9.0"
    },
    "require-dev": {
        "mockery/mockery": "^1.5.0",
        "phpunit/phpunit": "^9.0",
        "orchestra/testbench": "^7.1.0"
    },
    "autoload": {
        "psr-4": {
            "NotificationChannels\\ExpoPushNotifications\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "NotificationChannels\\ExpoPushNotifications\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "NotificationChannels\\ExpoPushNotifications\\ExpoPushNotificationsServiceProvider"
            ]
        }
    }
}
