Skip to content

Commit

Permalink
Updated mPDF to 8.1.0 and added QRCode
Browse files Browse the repository at this point in the history
  • Loading branch information
tranduyhung committed Jul 21, 2022
1 parent bba671a commit 293d8e3
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 21 deletions.
3 changes: 2 additions & 1 deletion composer.json
@@ -1,5 +1,6 @@
{
"require": {
"mpdf/mpdf": "8.0.13"
"mpdf/mpdf": "^8.1",
"mpdf/qrcode": "^1.2"
}
}
214 changes: 196 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mpdf.xml
Expand Up @@ -2,8 +2,8 @@
<extension type="library" version="3.0" method="upgrade">
<name>MPDF</name>
<libraryname>mpdf</libraryname>
<version>8.0.13</version>
<creationDate>February 24, 2022</creationDate>
<version>8.1.0</version>
<creationDate>July 21, 2022</creationDate>
<author>CMExtension team / Ian Back</author>
<authorUrl>www.cmext.vn / www.mpdf1.com</authorUrl>
<authorEmail>cmext.vn@gmail.com / ianb@bpm1.com</authorEmail>
Expand Down

0 comments on commit 293d8e3

Please sign in to comment.