Minor: Add ext-json to composer.json

This commit is contained in:
Yahnis Elsts 2020-02-04 17:43:31 +02:00
parent 760225bbfe
commit 8e79543bf7
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
}
],
"require": {
"php": ">=5.2.0"
"php": ">=5.2.0",
"ext-json": "*"
},
"autoload": {
"files": ["load-v4p8.php"]