Skip to content

Commit f9a98af

Browse files
committed
:octocat:
1 parent e6b1ff0 commit f9a98af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
5757
- PHP 8.2+
5858
- [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php)
5959
- 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
6161
- [`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
6363
- [`setasign/fpdf`](https://github.com/setasign/fpdf) for the PDF output module
6464
- [`intervention/image`](https://github.com/Intervention/image) for alternative GD/ImageMagick output
6565

0 commit comments

Comments
 (0)