:octocat: ext-json can be optional too

This commit is contained in:
codemasher
2020-04-07 16:47:30 +02:00
parent b5228fd480
commit 133408fe6e
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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)**
-1
View File
@@ -25,7 +25,6 @@
],
"require": {
"php": "^7.4",
"ext-json": "*",
"ext-mbstring": "*",
"chillerlan/php-settings-container": "^1.2"
},
+1
View File
@@ -10,6 +10,7 @@
* @license MIT
*
* @noinspection PhpUnusedParameterInspection
* @noinspection PhpComposerExtensionStubsInspection
*/
namespace chillerlan\QRCode\Output;