Fix missing author information in composer.json for TCPDF lib.

This commit is contained in:
Molkobain
2020-09-28 14:29:51 +02:00
parent 0948e80060
commit 389b61d3a8
4 changed files with 21 additions and 20 deletions

View File

@@ -6,8 +6,13 @@
"homepage": "https://github.com/combodo-itop-libs/TCPDF",
"type": "library",
"description": "TCPDF fork adding requirements for iTop: Specific fonts.",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
},
{
"name": "Combodo",
"email": "contact@combodo.com"