Skip to content

Commit 977ffae

Browse files
committed
Fix broken GIS tests by using fixed version of TCPDF
This is caused by the PDF Producer metadata that is different for each version of TCPDF causing the tests to fail, as the reference PDFs are generated using TCPDF 6.5.0. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 5116b0f commit 977ffae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"roave/security-advisories": "dev-latest",
111111
"squizlabs/php_codesniffer": "~3.6.0",
112112
"symfony/console": "^5.2.3",
113-
"tecnickcom/tcpdf": "^6.4.4",
113+
"tecnickcom/tcpdf": "6.5.0",
114114
"vimeo/psalm": "^4.22"
115115
},
116116
"extra": {

0 commit comments

Comments
 (0)