{
  "name": "gregarednak/gr-upn-payment-form",
  "version": "1.4.5",
  "description": "Generates UPN (Slovenian) payment forms with QR codes for WooCommerce orders.",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "woocommerce",
    "UPN",
    "QR",
    "payment",
    "Slovenia"
  ],
  "homepage": "https://gregarednak.si",
  "authors": [
    {
      "name": "Grega Rednak",
      "email": "info@gregarednak.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "GrUpnPf\\": "src/"
    }
  },
  "require": {
    "php": "^8.2",
    "ext-gd": "*",
    "endroid/qr-code": "^6.0.9"
  }
}
