From a37143f592d5cb0ba124451439af6e6da6784d89 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Thu, 8 Jun 2017 13:37:42 +0200 Subject: [PATCH] Add missing fileinfo extension to require section --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e3095f..12b7f44 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,9 @@ "description": "Aws adapter for Gaufrette", "type": "metapackage", "require": { - "knplabs/gaufrette": "0.*@dev", - "aws/aws-sdk-php": "~2||~3" + "knplabs/gaufrette": "~0.4@dev", + "aws/aws-sdk-php": "~2||~3", + "ext-fileinfo": "*" }, "authors": [ {