{
  "name": "swentel/nostr-php",
  "description": "Nostr helper library for PHP",
  "keywords": ["nostr", "library"],
  "homepage": "https://nostr-php.dev",
  "license": "MIT",
  "authors": [
    {
      "name": "Sebastian Hagens",
      "email": "info@sebastix.nl",
      "homepage": "https://sebastix.nl",
      "role": "Developer & maintainer"
    },
    {
      "name": "Kristof De Jaeger",
      "role": "Original author",
      "homepage": "https://realize.be"
    }
  ],
  "support": {
    "issue": "https://github.com/swentel/nostr-php/issues",
    "chat": "https://t.me/nostr_php"
  },
  "require": {
    "php": ">=8.2 <8.6",
    "ext-gmp": "*",
    "ext-xml": "*",
    "bitwasp/bech32": "^0.0.1",
    "dsbaars/chacha20": "^0.3.0",
    "paragonie/ecc": "^2.4",
    "phrity/websocket": "^3.0",
    "simplito/elliptic-php": "^1.0"
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "^3.51",
    "phpunit/phpunit": "^10.5"
  },
  "autoload": {
    "psr-4": {
      "swentel\\nostr\\": "src/"
    }
  },
  "config": {
    "platform": {
      "php": "8.2"
    },
    "sort-packages": true
  },
  "scripts": {
    "lint": "@php vendor/bin/php-cs-fixer fix -v"
  }
}
