Commit 10e585519800a200996caac4952626ba93e0a8b6

Authored by Brian Manning
1 parent b27ca2a95d
Exists in master

composer.json: added tcpdf composer requirement

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

composer.json View file @ 10e5855
{ 1 1 {
"name": "GDC/tfpdf_demo", 2 2 "name": "GDC/tfpdf_demo",
"description": "Demo of the tFPDF library", 3 3 "description": "Demo of the tFPDF library",
"require": { 4 4 "require": {
"rev42/tfpdf": "v1.25", 5 5 "tecnickcom/tcpdf": "6.2.12",
"setasign/fpdi": "1.6.1" 6 6 "setasign/fpdi": "1.6.1"
} 7 7 }
} 8 8 }
9 9