| {
  "name": "ewertondaniel/standard-paypal-php-sdk",
  "version": "v1.0.2",
  "description": "PayPal Standard PHP SDK",
  "keywords": [
    "paypal",
    "wallet",
    "e-commerce"
  ],
  "homepage": "https://github.com/EwertonDaniel/paypal-standard-php-sdk",
  "require": {
    "php": ">=8.1",
    "guzzlehttp/guzzle": ">=7.0",
    "echosistema/simple-http-request": ">=1.0",
    "ramsey/uuid": ">=4.6"
  },
  "require-dev": {
    "phpunit/phpunit": ">=7.5"
  },
  "type": "library",
  "license": "MIT",
  "autoload": {
    "psr-4": {
      "EwertonDaniel\\PayPal\\": "src/PayPal"
    }
  },
  "authors": [
    {
      "name": "Ewerton Daniel",
      "email": "[email protected] "
    }
  ],
  "minimum-stability": "dev"
}
 |