diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-08-19 23:33:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-08-19 23:34:31 +0200 |
commit | aeb6ee82ba5509e2febf7738f6dc371f678acd07 (patch) | |
tree | 58f3a5d2c06b5eca5cf205ac6b94d28a18ff5a20 /composer.json | |
parent | 2a154a6cf5b7bf17f8a992bb9507bba37b0543be (diff) |
Add missing finfo dependency
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 f5ffffef9..8175a844b 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "php": ">=5.5", "ext-gd": "*", "ext-exif": "*", + "ext-finfo": "*", "ext-phar": "*", "ext-mbstring": "*" }, |