meraproject/vendor/setasign/tfpdf/composer.json
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

30 lines
864 B
JSON

{
"name": "setasign/tfpdf",
"version": "1.31",
"homepage": "http://fpdf.org/en/script/script92.php",
"description": "This class is a modified version of FPDF that adds UTF-8 support. As of version 1.31 it is based on FPDF 1.82. Before it was based on FPDF 1.7.",
"type": "library",
"keywords": ["pdf", "fpdf", "unicode", "tfpdf"],
"license": "LGPL-2.1",
"authors": [
{
"name": "Ian Back"
},
{
"name": "Tycho Veltmeijer",
"email": "tfpdf@tychoveltmeijer.nl",
"role": "Maintainer"
},
{
"name": "Olivier Plathey",
"email": "oliver@fpdf.org",
"homepage": "http://fpdf.org/"
}
],
"autoload": {
"classmap": [
"tfpdf.php",
"font/unifont/ttfonts.php"
]
}
}