{
    "name": "peterujah/php-firebase-notification", 
    "type": "library",
    "description": "Send firebase device push notification from php curl.",
    "keywords": [
        "library",
        "firebase",
        "google",
        "fcm",
        "php push notifications",
        "push notification",
        "class",
        "php notification"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Ujah Chigozie",
            "email": " [email protected]"
        }
    ],
    "require": {
        "php": "^7.0 || ^8.0"
    },
     "extra": {
        "branch-alias": {
            "dev-master": "1.2-dev"
        }
    },
    "autoload": {
        "psr-4": { 
            "Peterujah\\NanoBlock\\": "src/" 
        }
    },
    "prefer-stable": true
}
 
  |