Initial commit
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user