Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit f3ebd88

Browse files
authored
Merge pull request #7 from DALTCORE/tcpdf-as-composer-dep
Tcpdf as composer dep
2 parents 0e68fe3 + 75342a2 commit f3ebd88

File tree

206 files changed

+6
-89622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+6
-89622
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea
2+
vendor
3+
composer.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lara-pdf-merger
22

3-
Drop-in replacement for the original package from [deltaaskii/lara-pdf-merger](https://github.com/deltaaskii/lara-pdf-merger) that works under *PHP 7.3*
3+
Drop-in replacement for the original package from [deltaaskii/lara-pdf-merger](https://github.com/deltaaskii/lara-pdf-merger) that also works under *PHP 7.4*
44

55

66
Original written by http://pdfmerger.codeplex.com/team/view

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"php" : ">=5.4"
20+
"php" : ">=5.4",
21+
"wfeller/tcpdi": "1.2"
2122
},
2223
"homepage" : "https://github.com/daltcore/lara-pdf-merger",
2324
"autoload": {

src/LynX39/LaraPdfMerger/PdfManage.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
use Exception;
66
use TCPDI;
77

8-
require_once('tcpdf/tcpdf.php');
9-
require_once('tcpdf/tcpdi.php');
10-
118
class PdfManage
129
{
1310
private $_files; //['form.pdf'] ["1,2,4, 5-19"]

src/LynX39/LaraPdfMerger/tcpdf/config/tcpdf_config.php

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)