@@ -9,7 +9,7 @@ namespaced, cleaned up, improved and other stuff. It also features a QR Code rea
9
9
[ ![ Packagist version] [ packagist-badge ]] [ packagist ]
10
10
[ ![ Continuous Integration] [ gh-action-badge ]] [ gh-action ]
11
11
[ ![ CodeCov] [ coverage-badge ]] [ coverage ]
12
- [ ![ Scrunitizer CI ] [ scrutinizer -badge]] [ scrutinizer ]
12
+ [ ![ Codacy ] [ codacy -badge]] [ codacy ]
13
13
[ ![ Packagist downloads] [ downloads-badge ]] [ downloads ]
14
14
15
15
[ 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
18
18
[ packagist ] : https://packagist.org/packages/chillerlan/php-qrcode
19
19
[ coverage-badge ] : https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?logo=codecov
20
20
[ 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
23
23
[ downloads-badge ] : https://img.shields.io/packagist/dt/chillerlan/php-qrcode.svg?logo=packagist
24
24
[ downloads ] : https://packagist.org/packages/chillerlan/php-qrcode/stats
25
25
[ 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
51
51
### Requirements
52
52
- PHP 7.4+
53
53
- [ ` ext-mbstring ` ] ( https://www.php.net/manual/book.mbstring.php )
54
+ - [ ` ext-fileinfo ` ] ( https://www.php.net/manual/book.fileinfo.php )
54
55
- optional:
55
56
- [ ` ext-gd ` ] ( https://www.php.net/manual/book.image )
56
57
- [ ` ext-imagick ` ] ( https://github.com/Imagick/imagick ) with [ ImageMagick] ( https://imagemagick.org ) installed
0 commit comments