1
0
forked from poc/pds

Add mpdf/qrcode for QR code support

This commit is contained in:
dhanabalan
2025-07-01 13:51:54 +05:30
parent fb29148011
commit 6904a03e1f
2 changed files with 70 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"maatwebsite/excel": "^3.1", "maatwebsite/excel": "^3.1",
"mike42/escpos-php": "^4.0", "mike42/escpos-php": "^4.0",
"mpdf/mpdf": "^8.2", "mpdf/mpdf": "^8.2",
"mpdf/qrcode": "^1.2",
"simplesoftwareio/simple-qrcode": "^4.2", "simplesoftwareio/simple-qrcode": "^4.2",
"tpetry/laravel-postgresql-enhanced": "^2.3" "tpetry/laravel-postgresql-enhanced": "^2.3"
}, },

70
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c5fa984c6dd37d7e9f5b541c7f54a754", "content-hash": "b3d527602aefe819c13be2116383e731",
"packages": [ "packages": [
{ {
"name": "alperenersoy/filament-export", "name": "alperenersoy/filament-export",
@@ -4595,6 +4595,74 @@
}, },
"time": "2023-05-03T06:19:36+00:00" "time": "2023-05-03T06:19:36+00:00"
}, },
{
"name": "mpdf/qrcode",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/mpdf/qrcode.git",
"reference": "5320c512776aa3c199bd8be8f707ec83d9779d85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpdf/qrcode/zipball/5320c512776aa3c199bd8be8f707ec83d9779d85",
"reference": "5320c512776aa3c199bd8be8f707ec83d9779d85",
"shasum": ""
},
"require": {
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"squizlabs/php_codesniffer": "^3.4",
"tracy/tracy": "^2.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"ext-gd": "To output QR codes to PNG files",
"ext-simplexml": "To output QR codes to SVG files"
},
"type": "library",
"autoload": {
"psr-4": {
"Mpdf\\QrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Matěj Humpál",
"role": "maintainer"
},
{
"name": "Laurent Minguet",
"role": "author"
}
],
"description": "QR code generator for mPDF",
"keywords": [
"mpdf",
"pdf",
"php",
"qr",
"qrcode"
],
"support": {
"issues": "https://github.com/mpdf/qrcode/issues",
"source": "https://github.com/mpdf/qrcode/tree/v1.2.1"
},
"funding": [
{
"url": "https://www.paypal.me/mpdf",
"type": "custom"
}
],
"time": "2024-06-04T13:40:39+00:00"
},
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.13.0", "version": "1.13.0",