riainvoice/vendor_old/setasign/fpdf/composer.json
2021-10-01 23:56:38 +05:30

21 lines
627 B
JSON

{
"name": "setasign/fpdf",
"version": "1.8.1",
"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": "no usage restriction",
"authors": [
{
"name": "Olivier Plathey",
"email": "oliver@fpdf.org",
"homepage": "http://fpdf.org/"
}
],
"autoload": {
"classmap": [
"fpdf.php"
]
}
}