20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"name": "igor/pdfcreator",
|
|
"description": "Creating various PDF files for printing.",
|
|
"type": "project",
|
|
"require": {
|
|
"tecnickcom/tc-lib-pdf": "^8.18"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Igor\\Pdfcreator\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "igor",
|
|
"email": "mino@tpsoft.org"
|
|
}
|
|
]
|
|
}
|