diff options
author | Mario <mario@mariovavti.com> | 2021-01-15 14:47:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-15 14:47:26 +0000 |
commit | ee82763d4570335695aee578c4bccc3482e8d213 (patch) | |
tree | 6bc1c0d6b603db171f5e96708f15f9e9271594f8 /composer.json | |
parent | 42812078c51acb9ffc26cc3cfc52e5048fed16b8 (diff) | |
download | volse-hubzilla-ee82763d4570335695aee578c4bccc3482e8d213.tar.gz volse-hubzilla-ee82763d4570335695aee578c4bccc3482e8d213.tar.bz2 volse-hubzilla-ee82763d4570335695aee578c4bccc3482e8d213.zip |
add ext-json to composer
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 5d4baa6dd..9f39699cd 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-openssl": "*", + "ext-json": "*", "sabre/dav": "^4.0", "michelf/php-markdown": "^1.7", "bshaffer/oauth2-server-php": "^1.9", |