diff --git a/composer.json b/composer.json index 6935095db..a5bfa4965 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "maatwebsite/excel": "^3.1", "mike42/escpos-php": "^4.0", "mpdf/mpdf": "^8.2", + "mpdf/qrcode": "^1.2", "simplesoftwareio/simple-qrcode": "^4.2", "tpetry/laravel-postgresql-enhanced": "^2.3" }, diff --git a/composer.lock b/composer.lock index e9c41e6e6..b59fba7bc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c5fa984c6dd37d7e9f5b541c7f54a754", + "content-hash": "b3d527602aefe819c13be2116383e731", "packages": [ { "name": "alperenersoy/filament-export", @@ -4595,6 +4595,74 @@ }, "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", "version": "1.13.0",