summaryrefslogtreecommitdiffstats
path: root/vendor/setasign/fpdi/composer.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:26:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:26:02 +0000
commitfcbf3ce37ca8f90a3e36d524a3274ffc063a40e3 (patch)
tree84c735df2e97350a721273e9dd425729d43cc8a2 /vendor/setasign/fpdi/composer.json
parentInitial commit. (diff)
downloadicingaweb2-module-pdfexport-upstream.tar.xz
icingaweb2-module-pdfexport-upstream.zip
Adding upstream version 0.10.2+dfsg1.upstream/0.10.2+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/setasign/fpdi/composer.json')
-rw-r--r--vendor/setasign/fpdi/composer.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/vendor/setasign/fpdi/composer.json b/vendor/setasign/fpdi/composer.json
new file mode 100644
index 0000000..da67012
--- /dev/null
+++ b/vendor/setasign/fpdi/composer.json
@@ -0,0 +1,51 @@
+{
+ "name": "setasign/fpdi",
+ "homepage": "https://www.setasign.com/fpdi",
+ "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.",
+ "type": "library",
+ "keywords": [
+ "pdf",
+ "fpdi",
+ "fpdf"
+ ],
+ "license": "MIT",
+ "autoload": {
+ "psr-4": {
+ "setasign\\Fpdi\\": "src/"
+ }
+ },
+ "require": {
+ "php": "^5.6 || ^7.0 || ^8.0",
+ "ext-zlib": "*"
+ },
+ "conflict": {
+ "setasign/tfpdf": "<1.31"
+ },
+ "authors": [
+ {
+ "name": "Jan Slabon",
+ "email": "jan.slabon@setasign.com",
+ "homepage": "https://www.setasign.com"
+ },
+ {
+ "name": "Maximilian Kresse",
+ "email": "maximilian.kresse@setasign.com",
+ "homepage": "https://www.setasign.com"
+ }
+ ],
+ "suggest": {
+ "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."
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~5.7",
+ "setasign/fpdf": "~1.8",
+ "tecnickcom/tcpdf": "~6.2",
+ "setasign/tfpdf": "1.31",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "setasign\\Fpdi\\": "tests/"
+ }
+ }
+}