HEX
Server: Apache/2.4.37 (CentOS Stream) OpenSSL/1.1.1k
System: Linux ysnet.com.tw 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64
User: test (521)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/test/vendor/setasign/fpdi/composer.json
{
    "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": "^7.1 || ^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": "^7",
        "setasign/fpdf": "~1.8.6",
        "tecnickcom/tcpdf": "^6.2",
        "setasign/tfpdf": "~1.33",
        "squizlabs/php_codesniffer": "^3.5"
    },
    "autoload-dev": {
        "psr-4": {
            "setasign\\Fpdi\\": "tests/"
        }
    }
}