{
    "name": "laravel-notification-channels/africastalking",
    "description": "This package makes it easy to send notifications via AfricasTalking with Laravel",
    "keywords": [
        "africastalking",
        "laravel",
        "notification",
        "notification-channel",
        "laravel-notification-channel"
    ],
    "homepage": "https://github.com/laravel-notification-channels/africastalking",
    "license": "MIT",
    "authors": [{
        "name": "Osaigbovo Emmanuel",
        "email": "osaigbovoemmanuel1@gmail.com",
        "role": "Developer"
    }],
    "require": {
        "php": ">=7.2.5",
        "africastalking/africastalking": "^3.0",
        "guzzlehttp/guzzle": "^6.2 || ^7.0",
        "illuminate/notifications": "5.5 - 10",
        "illuminate/support": "5.5 - 10"
    },
    "require-dev": {
        "mockery/mockery": "^1.3",
        "phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0",
        "orchestra/testbench": "~5.0 || ^6.0 || ^7.0 || ^8.0"
    },
    "autoload": {
        "psr-4": {
            "NotificationChannels\\AfricasTalking\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "NotificationChannels\\AfricasTalking\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "NotificationChannels\\AfricasTalking\\AfricasTalkingServiceProvider"
            ]
        }
    }
}
