update composer.json to include ext-json

This commit is contained in:
Dominik Liebler
2019-08-27 21:26:13 +02:00
parent b50fefc48f
commit b05225bdfe

View File

@@ -10,7 +10,8 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.2",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8",