/home/kueuepay/public_html/vendor/pusher/pusher-push-notifications/composer.json
{
    "name": "pusher/pusher-push-notifications",
    "version": "2.0",
    "license": "MIT",
    "require": {
        "php": ">=8.0",
        "guzzlehttp/guzzle": "^7.0",
        "firebase/php-jwt": "^6.0",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "symfony/yaml": "^5.0 || ^6.0",
        "doctrine/instantiator": "1.4.0",
        "overtrue/phplint": "^4.0 || ^5.0"
    },
    "autoload": {
        "psr-4": {
            "Pusher\\PushNotifications\\": "src/"
        }
    },
    "scripts": {
        "phplint": "./vendor/bin/phplint ./ --exclude=vendor --no-cache"
    }
}
User Login
top