Skip to content

Commit 8057d8d

Browse files
committed
VIA011-74: updated pdf libraries to latest version, added php 8 compatibility
Signed-off-by: Christoph Massmann <[email protected]>
1 parent faf2d83 commit 8057d8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^5.6|^7",
29-
"dompdf/dompdf": "^0.8",
30-
"setasign/fpdi": "^2.0",
31-
"setasign/fpdi-fpdf": "^2"
28+
"php": "^5.6|^7|^8",
29+
"dompdf/dompdf": "^1.0",
30+
"setasign/fpdi": "^2.3",
31+
"setasign/fpdf": "^1.8"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^7",

0 commit comments

Comments
 (0)