HEX
Server: LiteSpeed
System: Linux s4814.usc1.stableserver.net 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
User: autlimited (1987)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/autlimited/public_html/wp-content/plugins/woocommerce-pdf-invoices/composer.json
{
  "name": "be/woocommerce-pdf-invoices",
  "description": "A WordPress plugin that automatically generates and attaches PDF invoices to WooCommerce emails.",
  "keywords": ["wordpress", "woocommerce", "pdf", "invoice"],
  "homepage": "https://wcpdfinvoices.com",
  "type": "wordpress-plugin",
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "George Ciobanu",
      "email": "contact@wavianstudio.com"
    }
  ],
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/baselbers/mpdf",
      "canonical": false
    }
  ],
  "require": {
    "psr/log" : "1.1",
    "mpdf/mpdf": "v8.2.5"
  },
  "autoload": {
    "classmap": [
      "includes/"
    ],
    "files": []
  }
}