{
  "name": "readdle/app-store-receipt-verification",
  "description": "Pure PHP App Store receipt parsing/validation/verification without API calls to App Store API.",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "Pavlo Kotets",
      "email": "pkotets@readdle.com",
      "homepage": "https://github.com/pkotets"
    }
  ],
  "keywords": [
    "itunes",
    "apple",
    "appstore",
    "in app",
    "purchase",
    "receipt",
    "verification",
    "validation",
    "parser",
    "php"
  ],
  "homepage": "https://github.com/readdle/app-store-receipt-verification",
  "version": "1.6.1",
  "autoload": {
    "psr-4": {
      "Readdle\\AppStoreReceiptVerification\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Readdle\\AppStoreReceiptVerification\\Tests\\": "tests/"
    }
  },
  "require": {
    "php": "^7.4 || ^8",
    "ext-json": "*",
    "ext-openssl": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6.10",
    "friendsofphp/php-cs-fixer": "^3.23",
    "phpstan/phpstan": "^1.10"
  }
}
