{
    "name": "edwinhoksberg/php-fcm",
    "description": "A library for sending Firebase cloud messages and managing user topic subscriptions, device groups and devices.",
    "keywords": ["firebase cloud messaging", "fcm", "notifications", "firebase", "google"],
    "type": "library",
    "license": "MIT",
    "homepage": "https://github.com/EdwinHoksberg/php-fcm",
    "authors": [
        {
            "name": "Edwin Hoksberg",
            "email": "mail@edwinhoksberg.nl"
        }
    ],
    "autoload": {
        "psr-4": {
            "Fcm\\": "src/"
        }
    },
    "require": {
        "php": ">= 7.2",
        "guzzlehttp/guzzle": "^6.3 || ^7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^6.5",
        "mockery/mockery": "^1.0",
        "php-coveralls/php-coveralls": "^2.3"
    }
}
