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

26 lines
656 B
JSON

{
"name": "setasign/fpdi-fpdf",
"version": "1.6.2",
"homepage": "https://www.setasign.com/fpdi",
"description": "Kind of metadata package for dependencies of the latest versions of FPDI and FPDF.",
"type": "library",
"keywords": ["pdf", "fpdi", "fpdf"],
"license": "MIT",
"authors": [
{
"name": "Jan Slabon",
"email": "jan.slabon@setasign.com",
"homepage": "https://www.setasign.com"
}
],
"autoload": {
"classmap": [
"fpdi_bridge.php"
]
},
"require": {
"setasign/fpdf": "1.8.1",
"setasign/fpdi": "1.6.2"
}
}