We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be42f0 commit 95c8a9fCopy full SHA for 95c8a9f
README.md
@@ -9,8 +9,8 @@ Plugin containing CakePdf lib which will use a PDF engine to convert HTML to PDF
9
10
Engines included in the plugin:
11
* DomPdf (^0.8)
12
-* Mpdf (^7.0)
13
-* Tcpdf (^6.2)
+* Mpdf (^8.0.4)
+* Tcpdf (^6.3)
14
* WkHtmlToPdf **RECOMMENDED ENGINE**
15
16
Community maintained engines:
composer.json
@@ -10,7 +10,7 @@
"require-dev": {
"phpunit/phpunit": "~8.5.0",
"dompdf/dompdf": "^0.8",
- "mpdf/mpdf": "^7.0",
+ "mpdf/mpdf": "^8.0.4",
"tecnickcom/tcpdf": "^6.3"
},
"suggest": {
0 commit comments