{
  "name": "PayPal",
  "slug": "paypal",
  "description": "Accept recurring payments via PayPal subscriptions",
  "version": "1.0.0",
  "author": "Titan Systems",
  "author_url": "https://codecanyon.net/user/titansystems",

  "type": "payment_gateway",
  "icon": "resources/icon.jpg",

  "main_class": "src/PayPalPlugin.php",
  "namespace": "App\\Plugins\\PaymentGateways\\PayPalPlugin",

  "requirements": {
    "php": ">=8.2",
    "laravel": ">=12.0"
  },

  "migrations": []
}
