Skip to content

Commit f29cd76

Browse files
committed
:octocat:
1 parent 2b36fa9 commit f29cd76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ namespaced, cleaned up, improved and other stuff. It also features a QR Code rea
4747

4848
See [the wiki](https://github.com/chillerlan/php-qrcode/wiki) for advanced documentation.
4949
An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can be found at https://chillerlan.github.io/php-qrcode/ (WIP).
50+
The documentation for `QROptions` container can be found here: [chillerlan/php-settings-container](https://github.com/chillerlan/php-settings-container#readme).
5051

5152
### Requirements
5253
- PHP 7.4+
5354
- [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php)
54-
- [`ext-fileinfo`](https://www.php.net/manual/book.fileinfo.php)
5555
- optional:
56+
- [`ext-fileinfo`](https://www.php.net/manual/book.fileinfo.php) (required by `QRImagick` output)
5657
- [`ext-gd`](https://www.php.net/manual/book.image)
5758
- [`ext-imagick`](https://github.com/Imagick/imagick) with [ImageMagick](https://imagemagick.org) installed
5859
- [`setasign/fpdf`](https://github.com/setasign/fpdf) for the PDF output module

0 commit comments

Comments
 (0)