{
    "name": "fawno/fpdf",
    "homepage": "http://www.fpdf.org",
    "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
    "type": "library",
    "keywords": ["pdf", "fpdf"],
    "license": "MIT",
    "authors": [
        {
            "name": "Olivier Plathey",
            "email": "oliver@fpdf.org",
            "homepage": "http://fpdf.org/"
        },
        {
            "name": "Fernando Herrero",
            "homepage": "https://lab.fawno.com"
        }
    ],
    "require": {
        "php": ">=7.2"
    },
    "suggest": {
        "ext-openssl": "*",
        "setasign/fpdi": "@stable"
    },
    "autoload": {
        "psr-4": {
            "Fawno\\FPDF\\": "src/",
            "FPDF\\Scripts\\": "scripts/"
        },
        "classmap": [
            "fpdf/fpdf.php"
        ]
    },
    "require-dev": {
        "phpunit/phpunit": "@stable",
        "setasign/fpdi": "@stable",
        "ddn/sapp": "@stable"
    },
    "autoload-dev": {
        "psr-4": {
            "Fawno\\FPDF\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "scripts-descriptions": {
        "test": "Run PHPUnit tests"
    },
    "extra": {
        "laravel": {
            "aliases": {
                "FawnoFPDF": "Fawno\\FPDF\\FawnoFPDF",
                "FawnoPDFWrapper ": "Fawno\\FPDF\\PDFWrapper"
            }
        }
    }
}
