Added PHP json extension as dependency
This commit is contained in:
parent
f8c507bbf3
commit
dbde81d69c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user