Added PHP json extension as dependency

This commit is contained in:
Lawrence Onah 2022-04-19 10:35:53 +01:00
parent f8c507bbf3
commit dbde81d69c

View File

@ -14,7 +14,8 @@
"PHP": "^7.2|^8.0", "PHP": "^7.2|^8.0",
"kornrunner/keccak": "~1.0", "kornrunner/keccak": "~1.0",
"phpseclib/phpseclib": "~2.0.30", "phpseclib/phpseclib": "~2.0.30",
"ext-mbstring": "*" "ext-mbstring": "*",
"ext-json": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~8.0|~9.0" "phpunit/phpunit": "~8.0|~9.0"