{
  "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"
    }
  ],
  "scripts": {
    "fix:syntax": "./vendor/bin/php-cs-fixer fix ./src",
    "fix:syntax_tests": "./vendor/bin/php-cs-fixer fix ./tests",
    "test:unit": "./vendor/bin/phpunit",
    "test:unit_offline": "./vendor/bin/phpunit --exclude-group=online",
    "test:typing": "./vendor/bin/phpstan analyse",
    "test:syntax": "./vendor/bin/php-cs-fixer fix ./src --dry-run --stop-on-violation",
    "test:syntax_tests": "./vendor/bin/php-cs-fixer fix ./tests --dry-run --stop-on-violation"
  },
  "require": {
    "php": ">=8.2",
    "ext-curl": "*",
    "ext-json": "*",
    "ext-mbstring": "*",
    "ext-openssl": "*",
    "guzzlehttp/guzzle": "^7.9.2",
    "spomky-labs/base64url": "^2.0.4",
    "symfony/polyfill-php83": "^1.33",
    "web-token/jwt-library": "^3.4.9|^4.0.6"
  },
  "suggest": {
    "ext-bcmath": "Optional for performance.",
    "ext-gmp": "Optional for performance."
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "^v3.92.2",
    "phpstan/phpstan": "^2.1.33",
    "phpstan/phpstan-deprecation-rules": "^2.0",
    "phpstan/phpstan-phpunit": "^2.0",
    "phpstan/phpstan-strict-rules": "^2.0",
    "phpunit/phpunit": "^11.5.46|^12.5.2",
    "symfony/polyfill-iconv": "^1.33"
  },
  "autoload": {
    "psr-4": {
      "Minishlink\\WebPush\\": "src"
    }
  }
}
