/home/nbcgowuy/tnclms.com/wp-content/plugins/tutor/ecommerce/PaymentGateways/Paypal/composer.json
{
  "version": "1.0.0",
  "name": "themeum/tutor",
  "description": "Paypal Payment Gateway Integration with Tutor LMS",
  "type": "library",
  "license": "MIT",
  "autoload": {
    "psr-4": {
      "Ollyo\\PaymentHub\\": "src/"
    }
  },
  "require": {
    "guzzlehttp/guzzle": "^7.9.2",
    "brick/money": "0.7"
  }
}