diff options
author | Andreas Gohr <andi@splitbrain.org> | 2020-05-01 23:49:32 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2020-05-01 23:49:32 +0200 |
commit | ab0a890215a63de8e7fa87cabb58ea30949afe42 (patch) | |
tree | f5bf873117b37650ff3aaf692cba082dd7337537 /composer.json | |
parent | 2aee481ff976c618b8dc6c10386a66101c56b540 (diff) | |
download | dokuwiki-ab0a890215a63de8e7fa87cabb58ea30949afe42.tar.gz dokuwiki-ab0a890215a63de8e7fa87cabb58ea30949afe42.zip |
dependency upgrades
All composer dependencies have been updated
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 1d24c3175..d2aae98d3 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ "license": "GPL v2", "require": { "php": ">=5.6", + "ext-json": "*", "splitbrain/php-archive": "~1.0", "phpseclib/phpseclib": "~2.0", "paragonie/random_compat": "^2.0", |