diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-21 10:19:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-21 10:19:57 +0100 |
commit | 542d9130b5af8a93736051c1359c17c1d45bd750 (patch) | |
tree | 5277404a3814dec6cc4b048784d8bf63bac52c57 /composer.json | |
parent | 159d6469fd45818dd24137894ce1792531753417 (diff) | |
parent | 250d758d74fa1e117ed11c884a0c26040e696494 (diff) | |
download | volse-hubzilla-542d9130b5af8a93736051c1359c17c1d45bd750.tar.gz volse-hubzilla-542d9130b5af8a93736051c1359c17c1d45bd750.tar.bz2 volse-hubzilla-542d9130b5af8a93736051c1359c17c1d45bd750.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index de19b2a8f..d35548f94 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,8 @@ "simplepie/simplepie": "~1.5", "league/html-to-markdown": "^4.4", "pear/text_languagedetect": "^1.0", - "commerceguys/intl": "~0.7" + "commerceguys/intl": "~0.7", + "lukasreschke/id3parser": "^0.0.1" }, "require-dev" : { "php" : ">=7.0", |