Skip to content

Commit

Permalink
Added test and updated to FPDF 1.8.4 which fixes #9 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon authored Aug 30, 2021
1 parent 51bef22 commit c619d22
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 142 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
vendor
vendor
.idea
composer.phar
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
"ext-openssl": "*",
"setasign/fpdi": "^2.0"
"setasign/fpdi": "^2.0",
"setasign/fpdf": "^1.8.4"
},
"authors": [
{
Expand All @@ -29,8 +30,7 @@
}
],
"require-dev": {
"phpunit/phpunit": "~5.7",
"setasign/fpdf": "~1.8"
"phpunit/phpunit": "~5.7"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit c619d22

Please sign in to comment.