|
|
@@ -57,9 +57,9 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
|
|
|
- PHP 8.2+
|
|
|
- [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php)
|
|
|
- optional:
|
|
|
- - [`ext-gd`](https://www.php.net/manual/book.image)
|
|
|
+ - [`ext-gd`](https://www.php.net/manual/book.image) for `QRGdImage` based output
|
|
|
- [`ext-imagick`](https://github.com/Imagick/imagick) with [ImageMagick](https://imagemagick.org) installed
|
|
|
- - [`ext-fileinfo`](https://www.php.net/manual/book.fileinfo.php) (required by `QRImagick` output)
|
|
|
+ - [`ext-fileinfo`](https://www.php.net/manual/book.fileinfo.php) required by `QRImagick` output
|
|
|
- [`setasign/fpdf`](https://github.com/setasign/fpdf) for the PDF output module
|
|
|
- [`intervention/image`](https://github.com/Intervention/image) for alternative GD/ImageMagick output
|
|
|
|