diff options
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 b2aec5332..f117cc3b1 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,8 @@ "lukasreschke/id3parser": "^0.0.1", "smarty/smarty": "~3.1", "ramsey/uuid": "^3.8", - "twbs/bootstrap": "4.1.3" + "twbs/bootstrap": "4.1.3", + "blueimp/jquery-file-upload": "^9.25" }, "require-dev" : { "phpunit/phpunit" : "@stable", |