forked from Setasign/FPDI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
229 changed files
with
13,065 additions
and
3,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
vendor | ||
composer.lock |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,39 @@ | ||
{ | ||
"name": "setasign/fpdi", | ||
"version": "1.6.2", | ||
"homepage": "https://www.setasign.com/fpdi", | ||
"description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", | ||
"type": "library", | ||
"keywords": ["pdf", "fpdi", "fpdf"], | ||
"license": "MIT", | ||
"autoload": { | ||
"psr-4": { | ||
"setasign\\Fpdi\\": "src/" | ||
} | ||
}, | ||
"require": { | ||
"php": "^5.6 || ^7.0", | ||
"ext-zlib": "*" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Jan Slabon", | ||
"email": "[email protected]", | ||
"homepage": "https://www.setasign.com" | ||
}, | ||
{ | ||
"name": "Maximilian Kresse", | ||
"email": "[email protected]", | ||
"homepage": "https://www.setasign.com" | ||
} | ||
], | ||
"autoload": { | ||
"classmap": [ | ||
"filters/", | ||
"fpdi.php", | ||
"fpdf_tpl.php", | ||
"fpdi_pdf_parser.php", | ||
"pdf_context.php" | ||
] | ||
}, | ||
"suggest": { | ||
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.", | ||
"setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.", | ||
"setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF." | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~5.7", | ||
"setasign/fpdf": "~1.8", | ||
"tecnickcom/tcpdf": "~6.2" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.