{
  "name": "codingms/fluid-fpdf",
  "type": "typo3-cms-extension",
  "description": "TYPO3 Fluid-FPDF by coding.ms: This extension provides a comprehensive set of ViewHelpers for working with FPDF in Fluid. By defining the fpdf namespace, you can generate PDFs directly in your own TYPO3 extensions. It also includes a built-in plugin for rendering predefined PDFs, automatically exposing all available PDF definitions. Additional features include barcode generation, text rotation, PDF/A-3b support, as well as ZUGFeRD and Factur-X compatibility (e-invoice).",
  "keywords": [
    "TYPO3",
    "Extension",
    "PDF",
    "Fluid",
    "FPDF"
  ],
  "homepage": "https://www.coding.ms",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": "^8.1",
    "typo3/cms-core": ">=12.4.0,<13.5",
    "ext-iconv": "*"
  },
  "authors": [
    {
      "name": "coding.ms",
      "role": "Developer",
      "homepage": "https://www.coding.ms"
    }
  ],
  "support": {
    "issues": "https://gitlab.com/codingms/typo3-public/fluid_fpdf/-/issues",
    "source": "https://gitlab.com/codingms/typo3-public/fluid_fpdf",
    "docs": "https://www.coding.ms/documentation/typo3-fluid-fpdf"
  },
  "autoload": {
    "psr-4": {
      "CodingMs\\FluidFpdf\\": "Classes"
    }
  },
  "extra": {
    "tags": "Stable, PHP 7.1, PHP 7.2, PHP 7.3, PHP 7.4, PHP 8.0, PHP 8.1, PHP 8.2, PHP 8.3, PHP 8.4, TYPO3 6.2, TYPO3 7.6, TYPO3 8.7, TYPO3 9.5, TYPO3 10.4, TYPO3 11.5, TYPO3 12.4, TYPO3 13.4, OpenSource, Free, TER",
    "compatibility": {
      "typo3-6.2": "1.1.0-1.13.0",
      "typo3-7.6": "1.1.0-1.13.0",
      "typo3-8.7": "1.4.0-2.0.5",
      "typo3-9.5": "2.0.0-2.2.0",
      "typo3-10.4": "2.1.1-2.3.7",
      "typo3-11.5": "2.3.0-2.6.0",
      "typo3-12.4": "2.4.0-x.x.x",
      "typo3-13.4": "2.7.0-x.x.x"
    },
    "typo3/cms": {
      "extension-key": "fluid_fpdf"
    }
  }
}
