Skip to content

Commit 177084b

Browse files
committed
:octocat:
1 parent 8e72bc6 commit 177084b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespaced, cleaned up, improved and other stuff. It also features a QR Code rea
99
[![Packagist version][packagist-badge]][packagist]
1010
[![Continuous Integration][gh-action-badge]][gh-action]
1111
[![CodeCov][coverage-badge]][coverage]
12-
[![Scrunitizer CI][scrutinizer-badge]][scrutinizer]
12+
[![Codacy][codacy-badge]][codacy]
1313
[![Packagist downloads][downloads-badge]][downloads]
1414

1515
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-qrcode?logo=php&color=8892BF
@@ -18,8 +18,8 @@ namespaced, cleaned up, improved and other stuff. It also features a QR Code rea
1818
[packagist]: https://packagist.org/packages/chillerlan/php-qrcode
1919
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?logo=codecov
2020
[coverage]: https://codecov.io/github/chillerlan/php-qrcode
21-
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-qrcode.svg?logo=scrutinizer
22-
[scrutinizer]: https://scrutinizer-ci.com/g/chillerlan/php-qrcode
21+
[codacy-badge]: https://img.shields.io/codacy/grade/edccfc4fe5a34b74b1c53ee03f097b8d?logo=codacy
22+
[codacy]: https://www.codacy.com/gh/chillerlan/php-qrcode/dashboard
2323
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-qrcode.svg?logo=packagist
2424
[downloads]: https://packagist.org/packages/chillerlan/php-qrcode/stats
2525
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-qrcode/tests.yml?branch=main&logo=github
@@ -51,6 +51,7 @@ An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can b
5151
### Requirements
5252
- PHP 7.4+
5353
- [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php)
54+
- [`ext-fileinfo`](https://www.php.net/manual/book.fileinfo.php)
5455
- optional:
5556
- [`ext-gd`](https://www.php.net/manual/book.image)
5657
- [`ext-imagick`](https://github.com/Imagick/imagick) with [ImageMagick](https://imagemagick.org) installed

0 commit comments

Comments
 (0)