xref: /plugin/dw2pdf/vendor/setasign/fpdi/composer.json (revision 32ff69b6d150c9fcb79cd10b4d303f825b05eca0)
1{
2    "name": "setasign/fpdi",
3    "homepage": "https://www.setasign.com/fpdi",
4    "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.",
5    "type": "library",
6    "keywords": [
7        "pdf",
8        "fpdi",
9        "fpdf"
10    ],
11    "license": "MIT",
12    "autoload": {
13        "psr-4": {
14            "setasign\\Fpdi\\": "src/"
15        }
16    },
17    "require": {
18        "php": "^5.6 || ^7.0",
19        "ext-zlib": "*"
20    },
21    "conflict": {
22        "setasign/tfpdf": "<1.31"
23    },
24    "authors": [
25        {
26            "name": "Jan Slabon",
27            "email": "jan.slabon@setasign.com",
28            "homepage": "https://www.setasign.com"
29        },
30        {
31            "name": "Maximilian Kresse",
32            "email": "maximilian.kresse@setasign.com",
33            "homepage": "https://www.setasign.com"
34        }
35    ],
36    "suggest": {
37        "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
38    },
39    "require-dev": {
40        "phpunit/phpunit": "~5.7",
41        "setasign/fpdf": "~1.8",
42        "tecnickcom/tcpdf": "~6.2",
43        "setasign/tfpdf": "1.31"
44    },
45    "autoload-dev": {
46        "psr-4": {
47            "setasign\\Fpdi\\": "tests/"
48        }
49    }
50}
51