diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 792c08810..b2aec5332 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,9 @@ "pear/text_languagedetect": "^1.0", "commerceguys/intl": "~0.7", "lukasreschke/id3parser": "^0.0.1", - "smarty/smarty": "~3.1" + "smarty/smarty": "~3.1", + "ramsey/uuid": "^3.8", + "twbs/bootstrap": "4.1.3" }, "require-dev" : { "phpunit/phpunit" : "@stable", |