xref: /plugin/dw2pdf/vendor/setasign/fpdi/composer.json (revision e400d99e00d575511a6d1f2b9963a063f477f801)
1{
2  "name": "setasign/fpdi",
3  "version": "1.6.2",
4  "homepage": "https://www.setasign.com/fpdi",
5  "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
6  "type": "library",
7  "keywords": ["pdf", "fpdi", "fpdf"],
8  "license": "MIT",
9  "authors": [
10    {
11      "name": "Jan Slabon",
12      "email": "jan.slabon@setasign.com",
13      "homepage": "https://www.setasign.com"
14    }
15  ],
16  "autoload": {
17    "classmap": [
18      "filters/",
19      "fpdi.php",
20      "fpdf_tpl.php",
21      "fpdi_pdf_parser.php",
22      "pdf_context.php"
23    ]
24  },
25  "suggest": {
26    "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
27    "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
28    "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
29  }
30}
31