mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
:octocat: ext-json can be optional too
This commit is contained in:
@@ -38,8 +38,8 @@ A documentation created with [phpDocumentor](https://www.phpdoc.org/) can be fou
|
||||
|
||||
### Requirements
|
||||
- PHP 7.4+
|
||||
- `ext-json`, `ext-mbstring`
|
||||
- optional: `ext-gd`, `ext-imagick`
|
||||
- `ext-mbstring`
|
||||
- optional: `ext-json`, `ext-gd`, `ext-imagick`
|
||||
|
||||
### Installation
|
||||
**requires [composer](https://getcomposer.org)**
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"chillerlan/php-settings-container": "^1.2"
|
||||
},
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @license MIT
|
||||
*
|
||||
* @noinspection PhpUnusedParameterInspection
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
Reference in New Issue
Block a user