Skip to content

Commit f85dcc9

Browse files
author
Sebastian Krätzig
committed
Add PHP extension JSON as dependency
1 parent 1388c68 commit f85dcc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Initially released in December 2012, the PHP IMAP Mailbox is a powerful and open
4141
* PHP `iconv` extension must be present; so make sure this line is active in your php.ini: `extension=php_iconv.dll`
4242
* PHP `imap` extension must be present; so make sure this line is active in your php.ini: `extension=php_imap.dll`
4343
* PHP `mbstring` extension must be present; so make sure this line is active in your php.ini: `extension=php_mbstring.dll`
44+
* PHP `json` extension must be present; so make sure this line is active in your php.ini: `extension=json.dll`
4445

4546
### Installation by Composer
4647

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"ext-fileinfo": "*",
2828
"ext-iconv": "*",
2929
"ext-imap": "*",
30-
"ext-mbstring": "*"
30+
"ext-mbstring": "*",
31+
"ext-json": "*"
3132
},
3233
"require-dev": {
3334
"friendsofphp/php-cs-fixer": "^3.4",

0 commit comments

Comments
 (0)