File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
57
57
- PHP 8.2+
58
58
- [ ` ext-mbstring ` ] ( https://www.php.net/manual/book.mbstring.php )
59
59
- optional:
60
- - [ ` ext-gd ` ] ( https://www.php.net/manual/book.image )
60
+ - [ ` ext-gd ` ] ( https://www.php.net/manual/book.image ) for ` QRGdImage ` based output
61
61
- [ ` ext-imagick ` ] ( https://github.com/Imagick/imagick ) with [ ImageMagick] ( https://imagemagick.org ) installed
62
- - [ ` ext-fileinfo ` ] ( https://www.php.net/manual/book.fileinfo.php ) ( required by ` QRImagick ` output)
62
+ - [ ` ext-fileinfo ` ] ( https://www.php.net/manual/book.fileinfo.php ) required by ` QRImagick ` output
63
63
- [ ` setasign/fpdf ` ] ( https://github.com/setasign/fpdf ) for the PDF output module
64
64
- [ ` intervention/image ` ] ( https://github.com/Intervention/image ) for alternative GD/ImageMagick output
65
65
You can’t perform that action at this time.
0 commit comments