Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add back in tecnickcom/tcpdf in composer
  • Loading branch information
michaelachrisco committed Nov 23, 2015
commit dc06b4a0242461d216c35ef5639f6c7ad6f1704e
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"phpmd/phpmd": "2.*",
"phploc/phploc": "2.*",
"dompdf/dompdf":"0.6.*",
"tecnick.com/tcpdf": "6.*",
"tecnickcom/tcpdf": "6.*",
"mpdf/mpdf": "5.*",
"zendframework/zend-validator": "2.5.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/PhpWord/Writer/PDF/TCPDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TCPDF extends AbstractRenderer implements WriterInterface
*
* @var string
*/
protected $includeFile = 'tcpdf.php';
protected $includeFile = 'tcpdf_include.php';

/**
* Save PhpWord to file.
Expand Down