{
  "name": "minishlink/web-push",
  "type": "library",
  "description": "Web Push library for PHP",
  "keywords": ["push", "notifications", "web", "WebPush", "Push API"],
  "homepage": "https://github.com/web-push-libs/web-push-php",
  "license": "MIT",
  "authors": [
    {
      "name": "Louis Lagrange",
      "email": "lagrange.louis@gmail.com",
      "homepage": "https://github.com/Minishlink"
    }
  ],
  "require": {
    "php": "^7.1",
    "lib-openssl": "*",
    "guzzlehttp/guzzle": "^6.2",
    "web-token/jwt-signature": "^1.0",
    "web-token/jwt-key-mgmt": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^7.0",
    "phpstan/phpstan": "^0.9.2"
  },
  "autoload": {
    "psr-4" : {
      "Minishlink\\WebPush\\" : "src"
    }
  }
}
