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 Side-by-side Diff

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