Skip to content

Commit c619d22

Browse files
authored
Added test and updated to FPDF 1.8.4 which fixes #9 (#10)
1 parent 51bef22 commit c619d22

File tree

5 files changed

+196
-142
lines changed

5 files changed

+196
-142
lines changed

.gitignore

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"require": {
2020
"php": "^5.6 || ^7.0 || ^8.0",
2121
"ext-openssl": "*",
22-
"setasign/fpdi": "^2.0"
22+
"setasign/fpdi": "^2.0",
23+
"setasign/fpdf": "^1.8.4"
2324
},
2425
"authors": [
2526
{
@@ -29,8 +30,7 @@
2930
}
3031
],
3132
"require-dev": {
32-
"phpunit/phpunit": "~5.7",
33-
"setasign/fpdf": "~1.8"
33+
"phpunit/phpunit": "~5.7"
3434
},
3535
"autoload-dev": {
3636
"psr-4": {

0 commit comments

Comments
 (0)