forked from Setasign/FPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 797 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "latinosoft/ifpdf",
"version": "1.0.0-alpha1",
"homepage": "http://www.fpdf.org",
"description": "(Improved)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", "ifpdf"],
"license": "MIT",
"authors": [
{
"name": "Olivier Plathey",
"email": "oliver@fpdf.org",
"homepage": "http://fpdf.org/"
},
{
"name": "Juan Noriega",
"email": "jsnoriegam@latinosoft.co",
"homepage": "http://latinosoft.co/"
}
],
"autoload": {
"psr-4": {
"IFPDF\\": "src/"
}
}
}